CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/SimGeneral/GFlash/interface/GflashKaonPlusShowerProfile.h

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