How can I splitt up a raw data event into many phisics events?


Use the gAnalyzer->SetDontReadNextEvent() method.

This method prevents the framework from reading the next raw data event from the file. Therefore you can analyze for several events the same raw data event.

This flag is always set to false at the beginning of an event. Therefore this method has to be called in every event which should suppress the raw data file reading at the beginning of the next event.


Matthias Schneebeli, Ryu Sawada
e-mail: ryu.sawada@cern.ch