10 const uint16_t bitsOutOfTime,
13 const uint16_t showerType,
14 const uint16_t wireNHits,
15 const uint16_t compNHits)
16 : bitsInTime_(bitsInTime),
17 bitsOutOfTime_(bitsOutOfTime),
20 showerType_(showerType),
21 wireNHits_(wireNHits),
22 comparatorNHits_(compNHits) {}
26 : bitsInTime_(0), bitsOutOfTime_(0), cscID_(0), bx_(0), showerType_(0), wireNHits_(0), comparatorNHits_(0) {}
67 showerStr =
"Invalid ShowerType";
70 showerStr =
"AnodeShower";
73 showerStr =
"CathodeShower";
76 showerStr =
"MatchedShower";
79 showerStr =
"EMTFShower";
82 showerStr =
"GMTShower";
85 showerStr =
"UnknownShowerType";
88 return o << showerStr <<
": bx " << digi.
getBX() <<
", in-time bits " << digi.
bitsInTime() <<
", out-of-time bits " 89 << digi.
bitsOutOfTime() << ((showerType == 1
or showerType == 3) ? wireHitsStr :
"")
90 << ((showerType == 2
or showerType == 3) ? compHitsStr :
"") <<
";";
bool isLooseOutOfTime() const
std::ostream & operator<<(std::ostream &o, const CSCShowerDigi &digi)
uint16_t comparatorNHits_
uint16_t getComparatorNHits() const
uint16_t bitsOutOfTime() const
bool isValidShowerType() const
static std::string to_string(const XMLCh *ch)
bool isLooseInTime() const
bool isTightInTime() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
uint16_t getShowerType() const
bool isNominalInTime() const
bool isTightOutOfTime() const
uint16_t bitsInTime() const
bool isNominalOutOfTime() const
uint16_t getWireNHits() const
void clear()
clear this Shower