ATLAS Offline Software
AGDDIntersection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AGDDIntersection_H
6 #define AGDDIntersection_H
7 
9 #include <string>
10 #include <vector>
11 #include <iostream>
12 
14 public:
15  AGDDIntersection(const std::string& s,
16  AGDDVolumeStore& vs,
18  virtual void CreateVolume (AGDDBuilder& builder) override;
19  virtual void CreateSolid (const AGDDBuilder& builder) override;
20 private:
21 };
22 
23 #endif
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
PowhegControl_ttHplus_NLO.ss
ss
Definition: PowhegControl_ttHplus_NLO.py:83
AGDDVolumeStore
Definition: AGDDVolumeStore.h:15
AGDDIntersection::CreateVolume
virtual void CreateVolume(AGDDBuilder &builder) override
Definition: AGDDIntersection.cxx:15
AGDDSectionStore
Definition: AGDDSectionStore.h:15
AGDDBuilder
Definition: AGDDBuilder.h:31
createSimpleDistributions.builder
builder
Definition: createSimpleDistributions.py:52
AGDDIntersection::CreateSolid
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition: AGDDIntersection.cxx:9
AGDDIntersection
Definition: AGDDIntersection.h:13
AGDDIntersection::AGDDIntersection
AGDDIntersection(const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss)
Definition: AGDDIntersection.h:15
AGDDVolume
Definition: AGDDVolume.h:16
AGDDVolume.h