ATLAS Offline Software
Simulation
G4Atlas
G4AtlasTools
G4AtlasTools
CylindricalEnvelope.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4ATLASTOOLS_CylindricalEnvelope_H
6
#define G4ATLASTOOLS_CylindricalEnvelope_H
7
8
// Base classes
9
#include "
G4AtlasTools/DetectorGeometryBase.h
"
10
#include "
G4AtlasInterfaces/IDetectorGeometrySvc.h
"
11
12
// CLHEP includes
13
#include "CLHEP/Units/SystemOfUnits.h"
14
15
// STL library
16
#include <string>
17
#include <vector>
18
21
class
CylindricalEnvelope
final :
public
DetectorGeometryBase
22
{
23
public
:
25
CylindricalEnvelope
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface *
parent
);
26
27
~CylindricalEnvelope
() =
default
;
28
31
virtual
void
BuildGeometry
();
32
33
private
:
34
Gaudi::Property<std::string>
m_materialName
{
this
,
"Material"
,
"Air"
,
"Envelope Material"
};
35
Gaudi::Property<double>
m_innerRadius
{
this
,
"InnerRadius"
, 0.,
"Envelope inner radius"
};
36
Gaudi::Property<double>
m_outerRadius
{
this
,
"OuterRadius"
, 0.,
"Envelope outer radius"
};
37
Gaudi::Property<double>
m_dZ
{
this
,
"dZ"
, 0.,
"Envelope dZ"
};
38
Gaudi::Property<double>
m_startphi
{
this
,
"StartPhi"
, 0.,
""
};
39
Gaudi::Property<double>
m_deltaphi
{
this
,
"DeltaPhi"
, 360.*
CLHEP::deg
,
""
};
40
};
41
42
#endif
deg
#define deg
Definition:
SbPolyhedron.cxx:17
CylindricalEnvelope::m_deltaphi
Gaudi::Property< double > m_deltaphi
Definition:
CylindricalEnvelope.h:39
CylindricalEnvelope::m_innerRadius
Gaudi::Property< double > m_innerRadius
Definition:
CylindricalEnvelope.h:35
CylindricalEnvelope
Definition:
CylindricalEnvelope.h:22
CylindricalEnvelope::~CylindricalEnvelope
~CylindricalEnvelope()=default
IDetectorGeometrySvc.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
DetectorGeometryBase.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
CylindricalEnvelope::m_startphi
Gaudi::Property< double > m_startphi
Definition:
CylindricalEnvelope.h:38
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
DetectorGeometryBase
Definition:
DetectorGeometryBase.h:26
CylindricalEnvelope::m_dZ
Gaudi::Property< double > m_dZ
Definition:
CylindricalEnvelope.h:37
CylindricalEnvelope::m_materialName
Gaudi::Property< std::string > m_materialName
Definition:
CylindricalEnvelope.h:34
CylindricalEnvelope::BuildGeometry
virtual void BuildGeometry()
virtual methods being implemented here
Definition:
CylindricalEnvelope.cxx:21
CylindricalEnvelope::CylindricalEnvelope
CylindricalEnvelope(const std::string &type, const std::string &name, const IInterface *parent)
Basic constructor and destructor.
Definition:
CylindricalEnvelope.cxx:15
CylindricalEnvelope::m_outerRadius
Gaudi::Property< double > m_outerRadius
Definition:
CylindricalEnvelope.h:36
Generated on Thu Nov 7 2024 21:13:05 for ATLAS Offline Software by
1.8.18