00001
00002
00003 #ifndef EBREMSSTRAHLUNG_LPB_HH
00004 #define EBREMSSTRAHLUNG_LPB_HH
00005
00006 #include "G4WrapperProcess.hh"
00007 #include "G4RunManager.hh"
00008
00009 class eBremsstrahlung_LPB : public G4WrapperProcess {
00010 public:
00011 G4VParticleChange* PostStepDoIt(const G4Track& track, const G4Step& step);
00012
00013 private:
00014
00015 };
00016
00017 class eBremsstrahlung_LPB_v2 : public G4WrapperProcess {
00018 public:
00019 G4VParticleChange* PostStepDoIt(const G4Track& track, const G4Step& step);
00020
00021 private:
00022
00023 };
00024 #endif