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

00001 #ifndef BDSShowerModel_h
00002 #define BDSShowerModel_h 1
00003 
00004 #include "GFlashShowerModel.hh"
00005 #include "G4FastTrack.hh"
00006 
00007 #include  <vector>
00008 
00009 class BDSShowerModel:public GFlashShowerModel
00010 {
00011 public:
00012   BDSShowerModel(G4String, G4Region*);
00013   BDSShowerModel(G4String);
00014   ~BDSShowerModel();
00015 private: 
00016   G4bool CheckContainment(const G4FastTrack& fastTrack);
00017 };
00018 #endif
00019 

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7