ATLAS Offline Software
LArCalorimeter
LArGeoModel
LArGeoTBBarrel
LArGeoTBBarrel
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
18
class
TBBarrelCryostatConstruction
19
{
20
public
:
21
TBBarrelCryostatConstruction
();
22
virtual
~TBBarrelCryostatConstruction
();
23
24
// get the envelope containing this detector
25
virtual
GeoIntrusivePtr<GeoFullPhysVol>
GetEnvelope
(
const
VDetectorParameters
*
params
);
26
27
void
setBarrelSagging
(
bool
flag
) {
_barrelSagging
=
flag
;}
28
void
setBarrelCellVisLimit
(
int
maxCell
) {
_barrelVisLimit
=
maxCell
;}
29
30
private
:
31
bool
_barrelSagging
;
32
int
_barrelVisLimit
;
33
GeoIntrusivePtr<GeoFullPhysVol>
cryoMotherPhysical
;
34
};
35
36
}
// namespace LArGeo
37
38
#endif
LArGeo::VDetectorParameters
Definition:
VDetectorParameters.h:29
LArGeo
Definition:
LArDetectorFactory.h:26
LArGeo::TBBarrelCryostatConstruction::_barrelVisLimit
int _barrelVisLimit
Definition:
TBBarrelCryostatConstruction.h:32
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:125
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
Generated on Thu Nov 7 2024 21:27:10 for ATLAS Offline Software by
1.8.18