#include <CSCTriggerSimpleMapping.h>
|
| CSCTriggerSimpleMapping () |
| Constructor. More...
|
|
virtual | ~CSCTriggerSimpleMapping () |
| Destructor. More...
|
|
void | addRecord (int rendcap, int rstation, int rsector, int rsubsector, int rcscid, int cendcap, int cstation, int csector, int csubsector, int ccscid) |
|
int | chamber (int endcap, int station, int sector, int subsector, int cscid) const |
|
| CSCTriggerMapping () |
| Default constructor. More...
|
|
bool | debugV (void) const |
|
CSCDetId | detId (int endcap, int station, int sector, int subsector, int cscid, int layer=0) const |
|
virtual void | fill (void)=0 |
|
const std::string & | myName (void) const |
|
void | setDebugV (bool dbg) |
|
virtual | ~CSCTriggerMapping () |
| Destructor. More...
|
|
|
int | hwId (int endcap, int station, int sector, int subsector, int cscid) const |
|
Definition at line 13 of file CSCTriggerSimpleMapping.h.
CSCTriggerSimpleMapping::CSCTriggerSimpleMapping |
( |
| ) |
|
CSCTriggerSimpleMapping::~CSCTriggerSimpleMapping |
( |
| ) |
|
|
virtual |
int CSCTriggerSimpleMapping::hwId |
( |
int |
endcap, |
|
|
int |
station, |
|
|
int |
sector, |
|
|
int |
subsector, |
|
|
int |
cscid |
|
) |
| const |
|
privatevirtual |
Build a unique integer out of labels present or easily derivable from the readout.
Implements CSCTriggerMapping.
Definition at line 11 of file CSCTriggerSimpleMapping.cc.
References CSCTriggerMapping::chamber(), CSCTriggerNumbering::chamberFromTriggerLabels(), gather_cfg::cout, CSCTriggerMapping::debugV(), CSCTriggerMapping::myName(), CSCDetId::rawIdMaker(), relativeConstraints::ring, and CSCTriggerNumbering::ringFromTriggerLabels().
21 " station " <<
station <<
" sector " << sector <<
" subsector " << subsector <<
22 " cscid " << cscid <<
" = " <<
id << std::endl;
int chamber(int endcap, int station, int sector, int subsector, int cscid) const
static int rawIdMaker(int iendcap, int istation, int iring, int ichamber, int ilayer)
static int ringFromTriggerLabels(int station, int triggerCSCID)
const std::string & myName(void) const
static int chamberFromTriggerLabels(int TriggerSector, int TriggerSubSector, int station, int TriggerCSCID)