ATLAS Offline Software
|
Namespaces | |
Barrel | |
BarrelCryostat | |
BarrelPresampler | |
detail | |
DM | |
EC | |
EndcapCryostat | |
FCAL | |
HEC | |
Classes | |
class | ActiveSDTool |
Sensitive detector tool which manages activate-area LAr calib SDs. More... | |
class | CalibrationDefaultCalculator |
class | CalibrationHit |
class | CalibrationHitMerger |
Athena Algorithm that merges a given set of CaloCalibrationHitContainers into a single CaloCalibrationHitContainers - based on CollectionMerger by Elmar Ritsch. More... | |
class | CalibSDTool |
A base class for tools that manage LArG4CalibSDs. More... | |
class | DeadSDTool |
class | EMBSDTool |
SD tool which manages EM barrel sensitive detectors. More... | |
class | EMECSDTool |
SD tool which manages EM endcap sensitive detectors. More... | |
class | EMECSupportCalibrationCalculator |
class | FCALSDTool |
SD tool which manages the LAr forward calo sensitive detectors. More... | |
class | H62004ActiveSDTool |
Tool for constructing H62004 calib SDs for active material. More... | |
class | H62004CalibSDTool |
Tool base class for LAr H6 2004 calibration SD tools. More... | |
class | H62004DeadSDTool |
Tool for constructing H62004 calib SDs for dead material. More... | |
class | H62004EMECSDTool |
Tool for constructing H62004 SDs for EMEC. More... | |
class | H62004FCALSDTool |
Tool for constructing H62004 SDs for FCAL. More... | |
class | H62004HECSDTool |
Tool for constructing H62004 SDs for HEC. More... | |
class | H62004InactiveSDTool |
Tool for constructing H62004 calib SDs for inactive material. More... | |
class | H62004SimpleSDTool |
Tool base class for LAr H6 2004 simple SD tools. More... | |
class | HECSDTool |
SD tool which manages the LAr hadronic endcap sensitive detectors. More... | |
class | IECPresamplerGeometry |
class | InactiveSDTool |
Sensitive detector tool which manages inactive-area LAr calib SDs. More... | |
struct | ROOT6_NamespaceAutoloadHook |
struct | ROOT6_NamespaceAutoloadHook_WheelCalc |
class | SimpleSDTool |
A base class for tools that manage LArG4SimpleSDs. More... | |
Typedefs | |
typedef G4THitsCollection< CalibrationHit > | CalibrationHitsCollection |
using | SimpleSDWrapper = detail::SDWrapper< LArG4SimpleSD, LArHitContainer > |
Template instantiation for LArG4SimpleSD. More... | |
using | CalibSDWrapper = detail::SDWrapper< LArG4CalibSD, CaloCalibrationHitContainer > |
Template instantiation for LArG4CalibSD. More... | |
Functions | |
std::set< std::string > | findLogicalVolumes (const std::string &pattern) |
Search for logical volumes in the G4 volume store. More... | |
std::vector< std::string > | findLogicalVolumes (const std::vector< std::string > &patterns, MsgStream &msg) |
Search for multiple logical volumes in G4 volume store. More... | |
Variables | |
thread_local G4Allocator< CalibrationHit > | CalibrationHitAllocator |
typedef G4THitsCollection<CalibrationHit> LArG4::CalibrationHitsCollection |
Definition at line 123 of file CalibrationHit.h.
using LArG4::CalibSDWrapper = typedef detail::SDWrapper<LArG4CalibSD, CaloCalibrationHitContainer> |
Template instantiation for LArG4CalibSD.
Definition at line 115 of file LArCalorimeter/LArG4/LArG4Code/LArG4Code/SDWrapper.h.
using LArG4::SimpleSDWrapper = typedef detail::SDWrapper<LArG4SimpleSD, LArHitContainer> |
Template instantiation for LArG4SimpleSD.
Definition at line 112 of file LArCalorimeter/LArG4/LArG4Code/LArG4Code/SDWrapper.h.
Enumerator | |
---|---|
EMEC_ECOR_ROPT | |
EMEC_ECOR_OFF | |
EMEC_ECOR_GADJ | |
EMEC_ECOR_CHCL | |
EMEC_ECOR_GADJ_OLD | |
EMEC_ECOR_GADJ_E | |
EMEC_ECOR_GADJ_S | |
EMEC_ECOR_GADJ_SE | |
EMEC_ECOR_CHCL1 |
Definition at line 12 of file LArG4EnumDefs.h.
Definition at line 10 of file LArWheelCalculatorEnums.h.
std::set<std::string> LArG4::findLogicalVolumes | ( | const std::string & | pattern | ) |
Search for logical volumes in the G4 volume store.
Uses the global G4LogicalVolumeStore to search the geometry. The pattern may contain '*' wildcards.
std::vector<std::string> LArG4::findLogicalVolumes | ( | const std::vector< std::string > & | patterns, |
MsgStream & | msg | ||
) |
Search for multiple logical volumes in G4 volume store.
This function does a search for each input pattern in the G4LogicalVolumeStore using the findLogicalVolumes function above. It uses the provided MsgStream object to print a warning for every pattern that yields zero matches.
thread_local G4Allocator<CalibrationHit> LArG4::CalibrationHitAllocator |