#include <SensitiveDetectorCatalog.h>
Public Types | |
typedef std::map< std::string, std::vector< std::string > > | MapType |
Public Member Functions | |
std::string | className (std::string &readoutName) |
std::vector< std::string > | classNames () |
void | insert (std::string &, std::string &, std::string &) |
std::vector< std::string > | logicalNames (std::string &readoutName) |
std::vector< std::string > | logicalNamesFromClassName (std::string &className) |
std::vector< std::string > | readoutNames (std::string &className) |
std::vector< std::string > | readoutNames () |
Private Attributes | |
MapType | theClassNameMap |
MapType | theROUNameMap |
Definition at line 8 of file SensitiveDetectorCatalog.h.
typedef std::map<std::string,std::vector<std::string> > SensitiveDetectorCatalog::MapType |
Definition at line 11 of file SensitiveDetectorCatalog.h.
std::string SensitiveDetectorCatalog::className | ( | std::string & | readoutName | ) |
Definition at line 49 of file SensitiveDetectorCatalog.cc.
References groupFilesInBlocks::temp, and theClassNameMap.
Referenced by AttachSD::create(), logicalNamesFromClassName(), and readoutNames().
std::vector< std::string > SensitiveDetectorCatalog::classNames | ( | ) |
Definition at line 61 of file SensitiveDetectorCatalog.cc.
References groupFilesInBlocks::temp, and theClassNameMap.
Referenced by insert().
void SensitiveDetectorCatalog::insert | ( | std::string & | cN, |
std::string & | rN, | ||
std::string & | lvN | ||
) |
Definition at line 8 of file SensitiveDetectorCatalog.cc.
References classNames(), LogDebug, readoutNames(), theClassNameMap, and theROUNameMap.
Referenced by BeautifulSoup.PageElement::_invert(), and DDG4SensitiveConverter::upDate().
std::vector< std::string > SensitiveDetectorCatalog::logicalNames | ( | std::string & | readoutName | ) |
Definition at line 36 of file SensitiveDetectorCatalog.cc.
References theROUNameMap.
Referenced by Bcm1fSD::Bcm1fSD(), BscSD::BscSD(), CaloSD::CaloSD(), FiberSD::FiberSD(), FP420SD::FP420SD(), HFChamberSD::HFChamberSD(), HFWedgeSD::HFWedgeSD(), MuonSensitiveDetector::MuonSensitiveDetector(), PltSD::PltSD(), TkAccumulatingSensitiveDetector::TkAccumulatingSensitiveDetector(), and TotemSD::TotemSD().
std::vector< std::string > SensitiveDetectorCatalog::logicalNamesFromClassName | ( | std::string & | className | ) |
Definition at line 40 of file SensitiveDetectorCatalog.cc.
References className(), groupFilesInBlocks::temp, and theClassNameMap.
std::vector< std::string > SensitiveDetectorCatalog::readoutNames | ( | std::string & | className | ) |
Definition at line 32 of file SensitiveDetectorCatalog.cc.
References className(), and theClassNameMap.
Referenced by AttachSD::create().
std::vector< std::string > SensitiveDetectorCatalog::readoutNames | ( | ) |
Definition at line 24 of file SensitiveDetectorCatalog.cc.
References groupFilesInBlocks::temp, and theROUNameMap.
Referenced by insert().
|
private |
Definition at line 21 of file SensitiveDetectorCatalog.h.
Referenced by className(), classNames(), insert(), logicalNamesFromClassName(), and readoutNames().
|
private |
Definition at line 22 of file SensitiveDetectorCatalog.h.
Referenced by insert(), logicalNames(), and readoutNames().