ATLAS Offline Software
AGDDMicromegas.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 AGDDMicromegas_H
6 #define AGDDMicromegas_H
7 
11 #include "AGDDKernel/AGDDVolume.h"
12 #include <string>
13 #include <vector>
14 #include <iostream>
15 class AGDDVolumeStore;
16 class AGDDSectionStore;
17 
18 
20 public:
21  AGDDMicromegas(const std::string& s,
23  AGDDVolumeStore& vs,
25 
26  virtual void CreateVolume (AGDDBuilder& builder) override;
27  virtual void CreateSolid (const AGDDBuilder& builder) override;
28 
29 private:
30 
31 };
32 
33 #endif
checkxAOD.ds
ds
Definition: Tools/PyUtils/bin/checkxAOD.py:257
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
MMDetectorDescription.h
PowhegControl_ttHplus_NLO.ss
ss
Definition: PowhegControl_ttHplus_NLO.py:83
AGDDVolumeStore
Definition: AGDDVolumeStore.h:15
AGDDMicromegas::CreateVolume
virtual void CreateVolume(AGDDBuilder &builder) override
Definition: AGDDMicromegas.cxx:53
AGDDSectionStore
Definition: AGDDSectionStore.h:15
GeoPrimitives.h
AGDDBuilder
Definition: AGDDBuilder.h:31
MMDetectorDescription
Definition: MMDetectorDescription.h:45
AGDDMicromegas
Definition: AGDDMicromegas.h:19
createSimpleDistributions.builder
builder
Definition: createSimpleDistributions.py:52
AGDDDetectorStore
Definition: AGDDDetectorStore.h:18
AGDDMicromegas::AGDDMicromegas
AGDDMicromegas(const std::string &s, AGDDDetectorStore &ds, AGDDVolumeStore &vs, AGDDSectionStore &ss)
Definition: AGDDMicromegas.cxx:30
AGDDVolume
Definition: AGDDVolume.h:16
AGDDVolume.h
AGDDMicromegas::CreateSolid
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition: AGDDMicromegas.cxx:39