ATLAS Offline Software
InnerDetector
InDetDetDescr
InDetServMatGeoModel
src
SquirrelCageFactory.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 INDETSERVMATGEOMODEL_SQUIRRELCAGEFACTORY_H
6
#define INDETSERVMATGEOMODEL_SQUIRRELCAGEFACTORY_H
7
8
#include "
InDetGeoModelUtils/InDetSubDetectorFactoryBase.h
"
9
10
class
GeoPhysVol;
11
12
class
SquirrelCageFactory
:
public
InDetDD::SubDetectorFactoryBase
{
13
14
public
:
15
16
// Constructor:
17
SquirrelCageFactory
(
InDetDD::AthenaComps
* athenaComps,
18
InDetMaterialManager
* matManager);
19
20
// Destructor:
21
~SquirrelCageFactory
();
22
23
// Creation of geometry:
24
void
create
(GeoPhysVol *mother );
25
26
27
private
:
28
29
// Illegal operations:
30
const
SquirrelCageFactory
&
operator=
(
const
SquirrelCageFactory
&right);
31
SquirrelCageFactory
(
const
SquirrelCageFactory
&right);
32
33
};
34
35
#endif
InDetDD::AthenaComps
Class to hold various Athena components.
Definition:
InDetDDAthenaComps.h:21
SquirrelCageFactory::~SquirrelCageFactory
~SquirrelCageFactory()
Definition:
SquirrelCageFactory.cxx:40
SquirrelCageFactory::SquirrelCageFactory
SquirrelCageFactory(InDetDD::AthenaComps *athenaComps, InDetMaterialManager *matManager)
Definition:
SquirrelCageFactory.cxx:33
InDetSubDetectorFactoryBase.h
InDetMaterialManager
InDetMaterialManager.
Definition:
InDetMaterialManager.h:34
InDetDD::SubDetectorFactoryBase
Definition:
InDetSubDetectorFactoryBase.h:25
SquirrelCageFactory::create
void create(GeoPhysVol *mother)
Definition:
SquirrelCageFactory.cxx:47
SquirrelCageFactory
Definition:
SquirrelCageFactory.h:12
SquirrelCageFactory::operator=
const SquirrelCageFactory & operator=(const SquirrelCageFactory &right)
SquirrelCageFactory::SquirrelCageFactory
SquirrelCageFactory(const SquirrelCageFactory &right)
Generated on Tue Dec 24 2024 21:18:34 for ATLAS Offline Software by
1.8.18