REST version : v2.2.11 (Write here the result of “rest-config --version”).
REST commit : abcd1234 (Write here the result of “rest-config --commit”).
Hello every,
I met some question when I convert the TRestG4Event to TRestHitsEvent use the TRestG4toHitsProcess.
If there only 75000 events it works well to execute it. but when I simluted 560000 event and to convert it to hitsEvent it stop at some place(about 33% ).
and then the screen show the result like this:
What we usually do is to divide a Geant4 Montecarlo in hundreds of files.
Then, we “merge” the data without writing to disk. For example, using a TRestAnalysisPlot definition to produce resulting histograms adding several files.
In the past, in version 2.1.7, we were doing that launching
We already had also some discussions @lobis, @luzon to produce what could be named TRestSummaryTree or TRestFilteredTree that will allow us to gather several files and generate a summary tree with
the variables chosen,
and the conditions on other variables chosen.
TRestSummaryTree would be a TRestMetadata class allowing to define the variables to be stored, and the conditions to be fulfilled for the entry to be saved. Then, if this object is written to disk we could register also the filtering conditions used.
In this tree we should always store the runNumber, eventId, runTag, etc.