#include <cstdint>
#include <iosfwd>
#include <limits>
#include <vector>
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const CSCShowerDigi & |
digi |
|
) |
| |
Definition at line 58 of file CSCShowerDigi.cc.
References CSCShowerDigi::bitsInTime(), CSCShowerDigi::bitsOutOfTime(), CSCShowerDigi::getBX(), CSCShowerDigi::getComparatorNHits(), CSCShowerDigi::getShowerType(), CSCShowerDigi::getWireNHits(), EcalTangentSkim_cfg::o, or, AlCaHLTBitMon_QueryRunRegistry::string, and to_string().
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 :
"") <<
";";
uint16_t getComparatorNHits() const
uint16_t bitsOutOfTime() const
static std::string to_string(const XMLCh *ch)
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
uint16_t bitsInTime() const
uint16_t getWireNHits() const