EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Collimator.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Collimator.h
1 
2 #ifndef Collimator_h
3 #define Collimator_h
4 
5 // collimator between photon exit window and dipole magnet
6 #include <Geant4/globals.hh>
7 class G4LogicalVolume;
8 
9 class Collimator {
10 
11  public:
12 
13  Collimator(G4double zpos, G4LogicalVolume*);
14  virtual ~Collimator() {}
15 
16 };
17 
18 #endif
19