![]() |
![]() |
#include <PixelPortcardMap.h>
Public Member Functions | |
bool | getName (std::string moduleName, std::string &portcardName) |
std::set< PixelModuleName > | modules (std::string portCardName) const |
int | numChannels (const PixelModuleName &aModule) |
PixelPortcardMap (std::string filename) | |
PixelPortcardMap (std::vector< std::vector< std::string > > &tableMat) | |
const std::pair< std::string, int > | PortCardAndAOH (const PixelModuleName &aModule, const std::string &TBMChannel) const |
const std::pair< std::string, int > | PortCardAndAOH (const PixelModuleName &aModule, const PixelTBMChannel &TBMChannel) const |
const std::pair< std::string, int > | PortCardAndAOH (const PixelChannel &aChannel) const |
const std::set< std::pair < std::string, int > > | PortCardAndAOHs (const PixelModuleName &aModule) const |
const std::set< std::string > | portcards (const PixelModuleName &aModule) const |
std::set< std::string > | portcards (const PixelDetectorConfig *detconfig=0) |
virtual void | writeASCII (std::string dir) const |
void | writeXML (pos::PixelConfigKey key, int version, std::string path) const |
virtual void | writeXML (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual | ~PixelPortcardMap () |
![]() | |
std::string | creator () |
std::string | date () |
std::string | description () |
std::string | getAuthor () const |
std::string | getComment () const |
PixelConfigBase (std::string description, std::string creator, std::string date) | |
void | setAuthor (std::string author) |
void | setComment (std::string comment) |
virtual void | writeXML (std::ofstream *out) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const |
virtual void | writeXMLTrailer (std::ofstream *out) const |
virtual | ~PixelConfigBase () |
Private Attributes | |
std::map< PixelChannel, std::pair< std::string, int > > | map_ |
Definition at line 31 of file PixelPortcardMap.h.
PixelPortcardMap::PixelPortcardMap | ( | std::string | filename | ) |
Definition at line 123 of file PixelPortcardMap.cc.
PixelPortcardMap::PixelPortcardMap | ( | std::vector< std::vector< std::string > > & | tableMat | ) |
Definition at line 19 of file PixelPortcardMap.cc.
|
virtual |
Definition at line 191 of file PixelPortcardMap.cc.
bool PixelPortcardMap::getName | ( | std::string | moduleName, |
std::string & | portcardName | ||
) |
Definition at line 239 of file PixelPortcardMap.cc.
std::set< PixelModuleName > PixelPortcardMap::modules | ( | std::string | portCardName | ) | const |
Definition at line 287 of file PixelPortcardMap.cc.
|
inline |
Definition at line 47 of file PixelPortcardMap.h.
References PortCardAndAOHs().
const std::pair< std::string, int > PixelPortcardMap::PortCardAndAOH | ( | const PixelModuleName & | aModule, |
const std::string & | TBMChannel | ||
) | const |
Definition at line 268 of file PixelPortcardMap.cc.
const std::pair< std::string, int > PixelPortcardMap::PortCardAndAOH | ( | const PixelModuleName & | aModule, |
const PixelTBMChannel & | TBMChannel | ||
) | const |
Definition at line 263 of file PixelPortcardMap.cc.
const std::pair< std::string, int > PixelPortcardMap::PortCardAndAOH | ( | const PixelChannel & | aChannel | ) | const |
Definition at line 273 of file PixelPortcardMap.cc.
const std::set< std::pair< std::string, int > > PixelPortcardMap::PortCardAndAOHs | ( | const PixelModuleName & | aModule | ) | const |
Definition at line 222 of file PixelPortcardMap.cc.
Referenced by numChannels().
const std::set< std::string > PixelPortcardMap::portcards | ( | const PixelModuleName & | aModule | ) | const |
Definition at line 252 of file PixelPortcardMap.cc.
std::set< std::string > PixelPortcardMap::portcards | ( | const PixelDetectorConfig * | detconfig = 0 | ) |
Definition at line 303 of file PixelPortcardMap.cc.
|
virtual |
Implements pos::PixelConfigBase.
Definition at line 194 of file PixelPortcardMap.cc.
|
inlinevirtual |
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 381 of file PixelPortcardMap.cc.
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 341 of file PixelPortcardMap.cc.
|
virtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 400 of file PixelPortcardMap.cc.
|
private |
Definition at line 81 of file PixelPortcardMap.h.