00001 #ifndef GflashKaonMinusShowerProfile_H 00002 #define GflashKaonMinusShowerProfile_H 00003 00004 #include "SimGeneral/GFlash/interface/GflashHadronShowerProfile.h" 00005 00006 class GflashKaonMinusShowerProfile : public GflashHadronShowerProfile 00007 { 00008 public: 00009 //------------------------- 00010 // Constructor, destructor 00011 //------------------------- 00012 GflashKaonMinusShowerProfile (edm::ParameterSet parSet) : 00013 GflashHadronShowerProfile (parSet) {}; 00014 ~GflashKaonMinusShowerProfile () {}; 00015 00016 void loadParameters(); 00017 }; 00018 00019 #endif 00020 00021 00022 00023