#include <Phase2TrackerModule.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 9 of file Phase2TrackerModule.h.
Phase2TrackerModule::Phase2TrackerModule |
( |
ModuleTypes |
moduleType = SS , |
|
|
uint32_t |
detid = 0 , |
|
|
uint32_t |
gbtid = 0 , |
|
|
uint32_t |
fedid = 0 , |
|
|
uint32_t |
fedch = 0 , |
|
|
uint32_t |
powerGroup = 0 , |
|
|
uint32_t |
coolingLoop = 0 |
|
) |
| |
|
inline |
Definition at line 15 of file Phase2TrackerModule.h.
References ch_.
23 ch_ = std::make_pair(fedid, fedch);
std::pair< unsigned int, unsigned int > ch_
virtual Phase2TrackerModule::~Phase2TrackerModule |
( |
| ) |
|
|
inlinevirtual |
void Phase2TrackerModule::addI2cDevice |
( |
unsigned int |
dev | ) |
|
|
inline |
std::string Phase2TrackerModule::description |
( |
bool |
compact = false | ) |
const |
std::pair<unsigned int, unsigned int> Phase2TrackerModule::getCh |
( |
| ) |
const |
|
inline |
uint32_t Phase2TrackerModule::getCoolingLoop |
( |
| ) |
const |
|
inline |
uint32_t Phase2TrackerModule::getDetid |
( |
| ) |
const |
|
inline |
uint32_t Phase2TrackerModule::getGbtid |
( |
| ) |
const |
|
inline |
const std::vector<unsigned int>& Phase2TrackerModule::getI2cDevices |
( |
| ) |
const |
|
inline |
ModuleTypes Phase2TrackerModule::getModuleType |
( |
| ) |
const |
|
inline |
uint32_t Phase2TrackerModule::getPowerGroup |
( |
| ) |
const |
|
inline |
template<class Archive >
void Phase2TrackerModule::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
void Phase2TrackerModule::setCoolingLoop |
( |
uint32_t |
cl | ) |
|
|
inline |
void Phase2TrackerModule::setDetid |
( |
uint32_t |
detid | ) |
|
|
inline |
void Phase2TrackerModule::setFedChannel |
( |
unsigned int |
fedid, |
|
|
unsigned int |
fedch |
|
) |
| |
|
inline |
Definition at line 32 of file Phase2TrackerModule.h.
References ch_.
32 {
ch_ = std::make_pair(fedid, fedch); }
std::pair< unsigned int, unsigned int > ch_
void Phase2TrackerModule::setGbtid |
( |
uint32_t |
gbtid | ) |
|
|
inline |
void Phase2TrackerModule::setI2cDevices |
( |
std::vector< unsigned int > |
i2cd | ) |
|
|
inline |
void Phase2TrackerModule::setModuleType |
( |
ModuleTypes |
moduleType | ) |
|
|
inline |
void Phase2TrackerModule::setPowerGroup |
( |
uint32_t |
pg | ) |
|
|
inline |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
std::pair<unsigned int, unsigned int> Phase2TrackerModule::ch_ |
|
private |
uint32_t Phase2TrackerModule::coolingLoop_ |
|
private |
uint32_t Phase2TrackerModule::detid_ |
|
private |
uint32_t Phase2TrackerModule::gbtid_ |
|
private |
std::vector<unsigned int> Phase2TrackerModule::i2cDevices_ |
|
private |
uint32_t Phase2TrackerModule::powerGroup_ |
|
private |