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