ATLAS Offline Software
Loading...
Searching...
No Matches
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
9
10class GeoPhysVol;
11
13
14 public:
15
16 // Constructor:
18 InDetMaterialManager * matManager);
19
20 // Destructor:
22
23 // Creation of geometry:
24 void create(GeoPhysVol *mother );
25
26
27 private:
28
29 // Illegal operations:
32
33};
34
35#endif
Class to hold various Athena components.
InDetMaterialManager.
const SquirrelCageFactory & operator=(const SquirrelCageFactory &right)
SquirrelCageFactory(const SquirrelCageFactory &right)
SquirrelCageFactory(InDetDD::AthenaComps *athenaComps, InDetMaterialManager *matManager)
void create(GeoPhysVol *mother)