/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSeBremsstrahlung_LPB.hh

00001 //eBremsstrahlung Leading Particle Biasing Method, M.D. Salt, R.B. Appleby, 15/10/09
00002 
00003 #ifndef EBREMSSTRAHLUNG_LPB_HH
00004 #define EBREMSSTRAHLUNG_LPB_HH
00005 
00006 #include "G4WrapperProcess.hh"
00007 
00008 class eBremsstrahlung_LPB : public G4WrapperProcess {
00009   public:
00010     G4VParticleChange* PostStepDoIt(const G4Track& track, const G4Step& step);
00011 
00012   private:
00013 
00014 };
00015 
00016 class eBremsstrahlung_LPB_v2 : public G4WrapperProcess {
00017   public:
00018     G4VParticleChange* PostStepDoIt(const G4Track& track, const G4Step& step);
00019 
00020   private:
00021 
00022 };
00023 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7