ATLAS Offline Software
Loading...
Searching...
No Matches
ZDC_ZDCModule.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_ZDCMODULE_H
6#define ZDC_ZDCMODULE_H
7
8#include "ZDC_ModuleBase.h"
9
11 public:
13 ZDC_ZDCModule(const std::string& name, int side, int module, int modType);
14 ZDC_ZDCModule(ZDC_ZDCModule *right, int side, int module);
15
16 virtual ~ZDC_ZDCModule() = default;
17
18 virtual void create(GeoFullPhysVol* mother, StoredMaterialManager *materialManager, const ZdcID *zdcID) override;
19
20 protected:
22
23};
24
25
26#endif
This class holds one or more material managers and makes them storeable, under StoreGate.
virtual ~ZDC_ZDCModule()=default
virtual void create(GeoFullPhysVol *mother, StoredMaterialManager *materialManager, const ZdcID *zdcID) override
Definition ZdcID.h:25