ATLAS Offline Software
TBBarrelCryostatConstruction.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // TBBarrelCryostatConstruction
6 // returns an envelope that contains the H8 barrel cryostat
7 // and places inside the calorimeter module and the presampler
8 
9 #ifndef LARGEOTBBARREL_TBBARRELCRYOSTATCONSTRUCTION_H
10 #define LARGEOTBBARREL_TBBARRELCRYOSTATCONSTRUCTION_H
11 
12 #include "GeoModelKernel/GeoFullPhysVol.h"
13 class StoreGateSvc;
14 
15 namespace LArGeo {
16  class VDetectorParameters;
17 
19  {
20  public:
23 
24  // get the envelope containing this detector
25  virtual GeoIntrusivePtr<GeoFullPhysVol> GetEnvelope(const VDetectorParameters* params);
26 
29 
30  private:
33  GeoIntrusivePtr<GeoFullPhysVol> cryoMotherPhysical;
34  };
35 
36 } // namespace LArGeo
37 
38 #endif
LArGeo::VDetectorParameters
Definition: VDetectorParameters.h:29
LArGeo
Definition: LArDetectorFactory.h:25
LArGeo::TBBarrelCryostatConstruction::_barrelVisLimit
int _barrelVisLimit
Definition: TBBarrelCryostatConstruction.h:32
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
master.flag
bool flag
Definition: master.py:29
LArGeo::TBBarrelCryostatConstruction::_barrelSagging
bool _barrelSagging
Definition: TBBarrelCryostatConstruction.h:31
LArGeo::TBBarrelCryostatConstruction::setBarrelSagging
void setBarrelSagging(bool flag)
Definition: TBBarrelCryostatConstruction.h:27
LArGeo::TBBarrelCryostatConstruction::GetEnvelope
virtual GeoIntrusivePtr< GeoFullPhysVol > GetEnvelope(const VDetectorParameters *params)
Definition: TBBarrelCryostatConstruction.cxx:59
LArGeo::TBBarrelCryostatConstruction
Definition: TBBarrelCryostatConstruction.h:19
LArGeo::TBBarrelCryostatConstruction::setBarrelCellVisLimit
void setBarrelCellVisLimit(int maxCell)
Definition: TBBarrelCryostatConstruction.h:28
LArGeo::TBBarrelCryostatConstruction::~TBBarrelCryostatConstruction
virtual ~TBBarrelCryostatConstruction()
PowhegControl_ttFCNC_NLO.params
params
Definition: PowhegControl_ttFCNC_NLO.py:226
maxCell
#define maxCell
LArGeo::TBBarrelCryostatConstruction::TBBarrelCryostatConstruction
TBBarrelCryostatConstruction()
Definition: TBBarrelCryostatConstruction.cxx:50
LArGeo::TBBarrelCryostatConstruction::cryoMotherPhysical
GeoIntrusivePtr< GeoFullPhysVol > cryoMotherPhysical
Definition: TBBarrelCryostatConstruction.h:33