#include <MuonSubDetector.h>
Public Member Functions | |
bool | isBarrel () |
bool | isEndcap () |
bool | isGem () |
bool | isRpc () |
MuonSubDetector (std::string name) | |
std::string | name () |
std::string | suIdName () |
~MuonSubDetector () | |
Private Types | |
enum | subDetector { barrel, endcap, rpc, gem, nodef } |
Private Attributes | |
subDetector | detector |
std::string | detectorName |
class to handle muon sensitive detectors, possible arguments for constructor: "MuonDTHits", "MuonCSCHits", "MuonRPCHits"
the function suIdName() returns the detector SuId for the ROU factory
Definition at line 19 of file MuonSubDetector.h.
|
private |
Enumerator | |
---|---|
barrel | |
endcap | |
rpc | |
gem | |
nodef |
Definition at line 38 of file MuonSubDetector.h.
MuonSubDetector::MuonSubDetector | ( | std::string | name | ) |
Definition at line 5 of file MuonSubDetector.cc.
References barrel, gather_cfg::cout, detector, endcap, gem, nodef, and rpc.
|
inline |
Definition at line 28 of file MuonSubDetector.h.
bool MuonSubDetector::isBarrel | ( | ) |
Definition at line 22 of file MuonSubDetector.cc.
References barrel, and detector.
Referenced by MuonSensitiveDetector::createHit(), MuonSlaveSD::format(), MuonSimHitNumberingScheme::MuonSimHitNumberingScheme(), and MuonSensitiveDetector::updateHit().
bool MuonSubDetector::isEndcap | ( | ) |
Definition at line 26 of file MuonSubDetector.cc.
References detector, and endcap.
Referenced by MuonSensitiveDetector::createHit(), MuonSlaveSD::format(), MuonSensitiveDetector::MuonSensitiveDetector(), MuonSimHitNumberingScheme::MuonSimHitNumberingScheme(), and MuonSensitiveDetector::updateHit().
bool MuonSubDetector::isGem | ( | ) |
Definition at line 34 of file MuonSubDetector.cc.
Referenced by MuonSensitiveDetector::MuonSensitiveDetector(), and MuonSimHitNumberingScheme::MuonSimHitNumberingScheme().
bool MuonSubDetector::isRpc | ( | ) |
Definition at line 30 of file MuonSubDetector.cc.
Referenced by MuonSlaveSD::format(), MuonSensitiveDetector::MuonSensitiveDetector(), and MuonSimHitNumberingScheme::MuonSimHitNumberingScheme().
std::string MuonSubDetector::name | ( | void | ) |
Definition at line 38 of file MuonSubDetector.cc.
References detectorName.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), MuonSlaveSD::clearHits(), MuonSlaveSD::format(), and MuonSensitiveDetector::saveHit().
std::string MuonSubDetector::suIdName | ( | ) |
Definition at line 42 of file MuonSubDetector.cc.
References barrel, detector, endcap, gem, and rpc.
|
private |
Definition at line 39 of file MuonSubDetector.h.
Referenced by isBarrel(), isEndcap(), isGem(), isRpc(), MuonSubDetector(), and suIdName().
|
private |
Definition at line 40 of file MuonSubDetector.h.
Referenced by name().