Typedefs | |
typedef std::tuple< unsigned int, int, int, DigiType, int, int, int, float > | Digi |
typedef std::vector< Digi > | DigiContainer |
Enumerations | |
enum | DigiType { INVALID = 0, GEM_STRIP, GEM_PAD, GEM_COPAD, CSC_STRIP, CSC_WIRE, CSC_CLCT, CSC_ALCT, CSC_LCT } |
Functions | |
int | digi_bx (const Digi &d) |
int | digi_channel (const Digi &d) |
float & | digi_dphi (Digi &d) |
float | digi_dphi (const Digi &d) |
unsigned int | digi_id (const Digi &d) |
int | digi_pattern (const Digi &d) |
int | digi_quality (const Digi &d) |
DigiType | digi_type (const Digi &d) |
int & | digi_wg (Digi &d) |
int | digi_wg (const Digi &d) |
bool | is_valid (const Digi &d) |
Digi | make_digi () |
Digi | make_digi (unsigned int id, int ch, int bx, DigiType t) |
Digi | make_digi (unsigned int id, int ch, int bx, DigiType t, int q) |
Digi | make_digi (unsigned int id, int ch, int bx, DigiType t, int q, int pat) |
Digi | make_digi (unsigned int id, int ch, int bx, DigiType t, int q, int pat, int wg) |
Digi | make_digi (unsigned int id, int ch, int bx, DigiType t, int q, int pat, int wg, float dphi) |
typedef std::tuple<unsigned int, int, int, DigiType, int, int, int, float> matching::Digi |
Definition at line 40 of file GenericDigi.h.
typedef std::vector<Digi> matching::DigiContainer |
Definition at line 43 of file GenericDigi.h.
enum matching::DigiType |
Enumerator | |
---|---|
INVALID | |
GEM_STRIP | |
GEM_PAD | |
GEM_COPAD | |
CSC_STRIP | |
CSC_WIRE | |
CSC_CLCT | |
CSC_ALCT | |
CSC_LCT |
Definition at line 27 of file GenericDigi.h.
|
inline |
|
inline |
Definition at line 67 of file GenericDigi.h.
References edmIntegrityCheck::d.
Referenced by GEMDigiMatcher::coPadNumbersInDetId(), GEMDigiMatcher::padNumbersInDetId(), GEMRecHitMatcher::recHitPosition(), and GEMDigiMatcher::stripNumbersInDetId().
|
inline |
|
inline |
Definition at line 81 of file GenericDigi.h.
References edmIntegrityCheck::d, connectstrParser::o, and operator<<().
|
inline |
Definition at line 66 of file GenericDigi.h.
References edmIntegrityCheck::d.
Referenced by GEMDigiMatcher::nLayersWithDigisInSuperChamber(), GEMDigiMatcher::nLayersWithPadsInSuperChamber(), and GEMRecHitMatcher::recHitPosition().
|
inline |
|
inline |
Definition at line 69 of file GenericDigi.h.
References edmIntegrityCheck::d.
Referenced by GEMRecHitMatcher::recHitPosition().
int& matching::digi_wg | ( | Digi & | d | ) |
Referenced by digi_pattern().
int matching::digi_wg | ( | const Digi & | d | ) |
|
inline |
Definition at line 64 of file GenericDigi.h.
References edmIntegrityCheck::d, and INVALID.
Referenced by HGCalTriggerGeometryV9Imp2::validCellId(), HGCalTriggerGeometryHexImp2::validCellId(), HGCalTriggerGeometryHexLayerBasedImp1::validCellId(), HGCalTriggerGeometryV9Imp1::validCellId(), HGCalTriggerGeometryV9Imp2::validTriggerCellFromCells(), HGCalTriggerGeometryHexImp2::validTriggerCellFromCells(), HGCalTriggerGeometryHexLayerBasedImp1::validTriggerCellFromCells(), and HGCalTriggerGeometryV9Imp1::validTriggerCellFromCells().
|
inline |
Definition at line 46 of file GenericDigi.h.
References INVALID.
Referenced by GEMDigiMatcher::matchCoPadsToSimTrack(), GEMDigiMatcher::matchDigisToSimTrack(), GEMDigiMatcher::matchPadsToSimTrack(), and GEMRecHitMatcher::matchRecHitsToSimTrack().
Definition at line 47 of file GenericDigi.h.
Definition at line 50 of file GenericDigi.h.
Definition at line 53 of file GenericDigi.h.
|
inline |
Definition at line 56 of file GenericDigi.h.
|
inline |
Definition at line 59 of file GenericDigi.h.