![]() |
ATLAS Offline Software
|
#include "CryostatCalibrationCalculator.h"#include "CryostatCalibrationLArCalculator.h"#include "LArG4Code/LArG4Identifier.h"#include "G4Step.hh"#include "G4StepPoint.hh"#include "G4VPhysicalVolume.hh"#include "G4ThreeVector.hh"#include "globals.hh"#include <map>#include <algorithm>#include <cmath>Go to the source code of this file.
Classes | |
| struct | LArG4::BarrelCryostat::RegionInfo_t |
| struct | LArG4::BarrelCryostat::IdentifierInfo_t |
| struct | LArG4::BarrelCryostat::CopyNumberInfo_t |
| struct | LArG4::BarrelCryostat::VolumeInfo_t |
Namespaces | |
| namespace | LArG4 |
| namespace | LArG4::BarrelCryostat |
Macros | |
| #define | DEBUG_VOLUMES |
Typedefs | |
| typedef std::map< G4int, const IdentifierInfo_t * > | LArG4::BarrelCryostat::identifierMap_t |
| typedef std::map< G4String, identifierMap_t > | LArG4::BarrelCryostat::volumeMap_t |
Functions | |
| const volumeMap_t & | LArG4::BarrelCryostat::volumeMap () |
| volumeMap singleton | |
Variables | |
| static const RegionInfo_t | LArG4::BarrelCryostat::region010 [] |
| static const RegionInfo_t | LArG4::BarrelCryostat::region012 [] |
| static const RegionInfo_t | LArG4::BarrelCryostat::region020 [] |
| static const RegionInfo_t | LArG4::BarrelCryostat::region021 [] |
| static const CopyNumberInfo_t | LArG4::BarrelCryostat::info1 [] |
| static const CopyNumberInfo_t | LArG4::BarrelCryostat::info2 [] |
| static const CopyNumberInfo_t | LArG4::BarrelCryostat::info3 [] |
| static const VolumeInfo_t | LArG4::BarrelCryostat::volume1 |
| static const VolumeInfo_t | LArG4::BarrelCryostat::volume2 |
| static const VolumeInfo_t | LArG4::BarrelCryostat::volume3 |
| static const VolumeInfo_t | LArG4::BarrelCryostat::volumes [] = { volume1, volume2, volume3} |
| static const G4int | LArG4::BarrelCryostat::numberOfVolumes = sizeof(volumes) / sizeof(VolumeInfo_t) |
| #define DEBUG_VOLUMES |
Definition at line 26 of file CryostatCalibrationCalculator.cxx.