00001 #ifndef IG_G4_DEMO_IG_G4DEMO_FIELD_H
00002 # define IG_G4_DEMO_IG_G4DEMO_FIELD_H
00003
00004
00005
00006 # include "VisExamples/VisG4ExN02/interface/config.h"
00007 # include <G4UniformMagField.hh>
00008
00009
00010
00011
00012
00013
00014
00015
00016 class IG_G4_DEMO_API VisG4ExampleField : G4UniformMagField
00017 {
00018 public:
00019 VisG4ExampleField (G4ThreeVector fieldVector = G4ThreeVector ());
00020
00021
00022
00023 };
00024
00025
00026
00027
00028 #endif // IG_G4_DEMO_IG_G4DEMO_FIELD_H