11 if (station > 1 && ring > 1) {
12 result = ((
static_cast<unsigned>(chamber - 3) & 0x7f) / 6) + 1;
14 result = (station != 1) ? ((static_cast<unsigned>(chamber - 2) & 0x1f) / 3) + 1 :
15 ((
static_cast<unsigned>(chamber - 3) & 0x7f) / 6) + 1;
19 return (result <= 6) ? result : 6;
44 result = (chamber + 1) % 3 + 1;
46 result = (chamber + 3) % 6 + 4;
53 int i = 2 * istation + iring;
87 const unsigned stations[10] = {1, 1, 1, 1, 2, 2, 3, 3, 4, 4};
88 const std::string rings[10] = {
"A",
"B",
"2",
"3",
"1",
"2",
"1",
"2",
"1",
"2"};
89 return "ME" +
std::to_string(stations[chamberType - 1]) + rings[chamberType - 1];
99 os <<
" E:" <<
id.endcap() <<
" S:" <<
id.station() <<
" R:" <<
id.ring() <<
" C:" <<
id.chamber()
100 <<
" L:" <<
id.layer();
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::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
std::string to_string(const V &value)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
constexpr std::array< uint8_t, layerIndexSize > layer
unsigned short iChamberType() const
std::string layerName() const
std::string chamberName() const
int triggerSector() const