#include <CSCBadChambers.h>
Public Member Functions | |
std::vector< int > | container () const |
Return the container of bad chambers. More... | |
CSCBadChambers () | |
CSCBadChambers (int nch, std::vector< int > ch) | |
bool | isInBadChamber (const CSCDetId &id) const |
Is the gven chamber flagged as bad? More... | |
int | numberOfChambers () const |
How many bad chambers are there> More... | |
~CSCBadChambers () | |
Private Attributes | |
std::vector< int > | chambers |
int | numberOfBadChambers |
Definition at line 8 of file CSCBadChambers.h.
|
inline |
Definition at line 10 of file CSCBadChambers.h.
|
inline |
Definition at line 11 of file CSCBadChambers.h.
|
inline |
Definition at line 12 of file CSCBadChambers.h.
|
inline |
Return the container of bad chambers.
Definition at line 18 of file CSCBadChambers.h.
References chambers.
bool CSCBadChambers::isInBadChamber | ( | const CSCDetId & | id | ) | const |
Is the gven chamber flagged as bad?
Definition at line 5 of file CSCBadChambers.cc.
References CSCIndexer::chamberIndex(), chambers, Reference_intrackfit_cff::endcap, spr::find(), numberOfChambers(), and relativeConstraints::station.
Referenced by MuonAssociatorByHits::associateSimToRecoIndices(), CSCTriggerPrimitivesBuilder::build(), and MuonDetIdAssociator::getValidDetIds().
|
inline |
How many bad chambers are there>
Definition at line 15 of file CSCBadChambers.h.
References numberOfBadChambers.
Referenced by isInBadChamber().
|
private |
Definition at line 25 of file CSCBadChambers.h.
Referenced by container(), and isInBadChamber().
|
private |
Definition at line 24 of file CSCBadChambers.h.
Referenced by numberOfChambers().