Public Types | |
enum | FlagBits { kOOT =0x1, kFinal =0x2 } |
Public Member Functions | |
bool | isFinal () const |
bool | isOOT () const |
RecoStepInfo (const std::string &recoStep) | |
Private Attributes | |
unsigned int | flags_ |
Definition at line 54 of file GEDPhotonProducer.h.
|
explicit |
Definition at line 59 of file GEDPhotonProducer.cc.
References Exception, flags_, kFinal, and kOOT.
|
inline |
Definition at line 60 of file GEDPhotonProducer.h.
References flags_, and kFinal.
Referenced by GEDPhotonProducer::beginRun(), GEDPhotonProducer::GEDPhotonProducer(), and GEDPhotonProducer::produce().
|
inline |
Definition at line 59 of file GEDPhotonProducer.h.
Referenced by GEDPhotonProducer::fillPhotonCollection(), and GEDPhotonProducer::produce().
|
private |
Definition at line 62 of file GEDPhotonProducer.h.
Referenced by isFinal(), isOOT(), and RecoStepInfo().