ATLAS Offline Software
Loading...
Searching...
No Matches
CrackDMConstruction.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CRACKREGIONGEOMODEL_CRACKDMCONSTRUCTION_H
6#define CRACKREGIONGEOMODEL_CRACKDMCONSTRUCTION_H
7
9
10class IRDBAccessSvc;
11class IGeoModelSvc;
13class GeoFullPhysVol;
14
16{
17 public:
20 , IGeoModelSvc* geoModel
21 , StoredMaterialManager* materialManager
22 , bool activateFT);
23
24 void create(GeoFullPhysVol* envelope);
25
26 private:
30 bool m_activateFT{false};
31
32};
33
34#endif
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
IRDBAccessSvc * m_rdbAccess
CrackDMConstruction()=delete
void create(GeoFullPhysVol *envelope)
StoredMaterialManager * m_materialManager
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
This class holds one or more material managers and makes them storeable, under StoreGate.