00001 #ifndef SimG4Core_GFlash_GFlash_H 00002 #define SimG4Core_GFlash_GFlash_H 00003 // Joanna Weng 08.2005 00004 // modifed by Soon Yung Jun, Dongwook Jang 00005 00006 #include "SimG4Core/Physics/interface/PhysicsList.h" 00007 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00008 00009 class GflashHistogram; 00010 00011 class GFlash : public PhysicsList 00012 { 00013 public: 00014 GFlash(G4LogicalVolumeToDDLogicalPartMap& map, const HepPDT::ParticleDataTable * table_, sim::FieldBuilder *fieldBuilder_, const edm::ParameterSet & p); 00015 virtual ~GFlash(); 00016 00017 private: 00018 GflashHistogram* theHisto; 00019 edm::ParameterSet thePar; 00020 00021 }; 00022 00023 #endif 00024