#include <CSCLayerInfo.h>
Public Member Functions | |
void | addComponent (const TYPE digi) |
void | addComponent (const PSimHit simHit) |
void | clear () |
CSCLayerInfo () | |
CSCDetId | getId () const |
std::vector< TYPE > | getRecDigis () const |
std::vector< PSimHit > | getSimHits () const |
void | setId (const CSCDetId id) |
~CSCLayerInfo () | |
Private Attributes | |
std::vector< TYPE > | RecDigis |
std::vector< PSimHit > | SimHits |
CSCDetId | theLayerId |
Auxiliary class containing vectors of comparator or wire RecDigis and their matched SimHits for given Layer.
Definition at line 21 of file CSCLayerInfo.h.
CSCLayerInfo< TYPE >::CSCLayerInfo | ( | ) |
default constructor
Definition at line 57 of file CSCLayerInfo.h.
References createJobs::tmp.
CSCLayerInfo< TYPE >::~CSCLayerInfo | ( | ) |
|
inline |
fills RecDigi
Definition at line 36 of file CSCLayerInfo.h.
References CSCLayerInfo< TYPE >::RecDigis.
|
inline |
fills SimHit
Definition at line 39 of file CSCLayerInfo.h.
References rpcPointValidation_cfi::simHit, and CSCLayerInfo< TYPE >::SimHits.
void CSCLayerInfo< TYPE >::clear | ( | void | ) |
clears LayerInfo
Definition at line 70 of file CSCLayerInfo.h.
References createJobs::tmp.
|
inline |
returns the layer
Definition at line 42 of file CSCLayerInfo.h.
References CSCLayerInfo< TYPE >::theLayerId.
|
inline |
returns the vector of RecDigis (comparator or wire)
Definition at line 45 of file CSCLayerInfo.h.
References CSCLayerInfo< TYPE >::RecDigis.
|
inline |
returns the vector of SimHits
Definition at line 48 of file CSCLayerInfo.h.
References CSCLayerInfo< TYPE >::SimHits.
|
inline |
sets detId of this layer
Definition at line 33 of file CSCLayerInfo.h.
References l1ctLayer2EG_cff::id, and CSCLayerInfo< TYPE >::theLayerId.
|
private |
Definition at line 52 of file CSCLayerInfo.h.
Referenced by CSCLayerInfo< TYPE >::addComponent(), and CSCLayerInfo< TYPE >::getRecDigis().
|
private |
Definition at line 53 of file CSCLayerInfo.h.
Referenced by CSCLayerInfo< TYPE >::addComponent(), and CSCLayerInfo< TYPE >::getSimHits().
|
private |
Definition at line 51 of file CSCLayerInfo.h.
Referenced by CSCLayerInfo< TYPE >::getId(), and CSCLayerInfo< TYPE >::setId().