Definition at line 11 of file EMECHVModule.cxx.
◆ Clockwork()
| EMECHVModule::Clockwork::Clockwork |
( |
const EMECHVManager * | managerPtr, |
|
|
const EMECHVModule * | modulePtr, |
|
|
IOType | iWheel, |
|
|
unsigned int | side, |
|
|
unsigned int | eta, |
|
|
unsigned int | phi, |
|
|
unsigned int | sector ) |
|
inline |
Definition at line 13 of file EMECHVModule.cxx.
25 {
26 unsigned nElectrodes = iWheel==
OUTER ? 24 : 4;
28 for(unsigned iElectrode=0; iElectrode<nElectrodes; ++iElectrode) {
29 electrodes.push_back(
new EMECHVElectrode(modulePtr, iElectrode));
30 }
31 }
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
std::vector< const EMECHVElectrode * > electrodes
const EMECHVManager * manager
◆ ~Clockwork()
| EMECHVModule::Clockwork::~Clockwork |
( |
| ) |
|
|
inline |
◆ electrodes
◆ iEta
| unsigned int EMECHVModule::Clockwork::iEta |
◆ iPhi
| unsigned int EMECHVModule::Clockwork::iPhi |
◆ iSector
| unsigned int EMECHVModule::Clockwork::iSector |
◆ iSide
| unsigned int EMECHVModule::Clockwork::iSide |
◆ manager
The documentation for this class was generated from the following file: