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 61 of file GEDPhotonProducer.cc.
Enumerator | |
---|---|
kOOT | |
kFinal |
Definition at line 63 of file GEDPhotonProducer.cc.
|
explicit |
Definition at line 185 of file GEDPhotonProducer.cc.
|
inline |
Definition at line 67 of file GEDPhotonProducer.cc.
References flags_, and kFinal.
Referenced by GEDPhotonProducer::beginRun(), and GEDPhotonProducer::produce().
|
inline |
Definition at line 66 of file GEDPhotonProducer.cc.
Referenced by GEDPhotonProducer::fillPhotonCollection(), and GEDPhotonProducer::produce().
|
private |
Definition at line 70 of file GEDPhotonProducer.cc.
Referenced by isFinal(), isOOT(), and RecoStepInfo().