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