SusyNtuple
 All Classes Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Susy::DileptonCutflowWithList Class Reference

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

Inheritance diagram for Susy::DileptonCutflowWithList:
Inheritance graph
[legend]
Collaboration diagram for Susy::DileptonCutflowWithList:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Example class showing how to use an EventlistHandler.

davide.gerbaudo@gmail.com, April 2014


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator