#include <ChamberLocationSpec.h>
Public Member Functions | |
std::string | chamberLocationName () const |
std::string | print (int depth=0) const |
debug printout More... | |
Public Attributes | |
char | barrelOrEndcap |
int | diskOrWheel |
char | febZOrnt |
char | febZRadOrnt |
int | layer |
int | sector |
char | subsector |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 11 of file ChamberLocationSpec.h.
std::string ChamberLocationSpec::chamberLocationName | ( | ) | const |
Definition at line 25 of file ChamberLocationSpec.cc.
References barrelOrEndcap, diskOrWheel, layer, tablePrinter::prefix, sector, AlCaHLTBitMon_QueryRunRegistry::string, and subsector.
Referenced by RPCReadOutMapping::getLBforChamber(), DBSpecToDetUnit::operator()(), and print().
std::string ChamberLocationSpec::print | ( | int | depth = 0 | ) | const |
debug printout
Definition at line 4 of file ChamberLocationSpec.cc.
References barrelOrEndcap, chamberLocationName(), diskOrWheel, febZOrnt, febZRadOrnt, createfilelist::int, layer, sector, str, AlCaHLTBitMon_QueryRunRegistry::string, and subsector.
Referenced by FebConnectorSpec::print().
|
private |
|
friend |
Definition at line 26 of file ChamberLocationSpec.h.
|
friend |
Definition at line 26 of file ChamberLocationSpec.h.
char ChamberLocationSpec::barrelOrEndcap |
Definition at line 18 of file ChamberLocationSpec.h.
Referenced by chamberLocationName(), DBSpecToDetUnit::operator()(), and print().
int ChamberLocationSpec::diskOrWheel |
Definition at line 12 of file ChamberLocationSpec.h.
Referenced by chamberLocationName(), DBSpecToDetUnit::operator()(), and print().
char ChamberLocationSpec::febZOrnt |
Definition at line 16 of file ChamberLocationSpec.h.
Referenced by print().
char ChamberLocationSpec::febZRadOrnt |
Definition at line 17 of file ChamberLocationSpec.h.
Referenced by print().
int ChamberLocationSpec::layer |
Definition at line 13 of file ChamberLocationSpec.h.
Referenced by PixelMapPlotter.Barrel::__str__(), chamberLocationName(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DBSpecToDetUnit::operator()(), and print().
int ChamberLocationSpec::sector |
Definition at line 14 of file ChamberLocationSpec.h.
Referenced by PixelMapPlotter.Barrel::__str__(), chamberLocationName(), geometryXMLparser.DTAlignable::index(), DBSpecToDetUnit::operator()(), and print().
char ChamberLocationSpec::subsector |
Definition at line 15 of file ChamberLocationSpec.h.
Referenced by chamberLocationName(), DBSpecToDetUnit::operator()(), and print().