Example class showing how to use an EventlistHandler. More...


Public Member Functions | |
| virtual void | Begin (TTree *tree) |
| Begin is called before looping on entries. | |
| virtual void | Terminate () |
| Terminate is called after looping is finished. | |
| virtual Bool_t | Process (Long64_t entry) |
| Main event loop function. | |
Public Attributes | |
| bool | m_useExistingList |
| to keep track of whether there is already an event list | |
| EventlistHandler | m_eventList |
| the actual event list | |
| Long64_t | m_nProcessedEntries |
| a counter to check that we are processing less events when using the list | |
Example class showing how to use an EventlistHandler.
davide.gerbaudo@gmail.com, April 2014
1.7.6.1