MarlinTPC
1.2.0
|
a collection of the quality flagwords that are stored in the respective LCIO classes: these are collected into three different namespaces (for pulses, hits and tracks), and equipped with "global" functions (within this namespace) to ease the usage More...
a collection of the quality flagwords that are stored in the respective LCIO classes: these are collected into three different namespaces (for pulses, hits and tracks), and equipped with "global" functions (within this namespace) to ease the usage
the flags were discussed in the forum
example usage: EVENT::TrackerPulse* aPulse; if(isUnderflow(aPulse->getQuality()) {...}
int quality = 0; quality = setMultiplePulseCandidate(quality); quality = setOverflow(quality);