Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ZDC_RPDModule.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 ZDC_RPDMODULE_H
6 #define ZDC_RPDMODULE_H
7 
8 #include "ZDC_ModuleBase.h"
9 
10 class ZDC_RPDModule : public ZDC_ModuleBase {
11  public:
12  //Just use the inherited constructor
14 
15  virtual ~ZDC_RPDModule() = default;
16 
17  virtual void create(GeoFullPhysVol* mother, StoredMaterialManager *materialManager, const ZdcID *zdcID) override;
18 
19 };
20 
21 
22 #endif
ZDC_ModuleBase.h
ZDC_ModuleBase
Definition: ZDC_ModuleBase.h:18
ZDC_RPDModule::~ZDC_RPDModule
virtual ~ZDC_RPDModule()=default
ZDC_ModuleBase::ZDC_ModuleBase
ZDC_ModuleBase()
Definition: ZDC_ModuleBase.h:20
ZDC_RPDModule
Definition: ZDC_RPDModule.h:10
ZDC_RPDModule::create
virtual void create(GeoFullPhysVol *mother, StoredMaterialManager *materialManager, const ZdcID *zdcID) override
Definition: ZDC_RPDModule.cxx:28
StoredMaterialManager
This class holds one or more material managers and makes them storeable, under StoreGate.
Definition: StoredMaterialManager.h:28
ZdcID
Definition: ZdcID.h:25