File indexing completed on 2024-09-10 02:59:10
0001 #ifndef GflashKaonMinusShowerProfile_H
0002 #define GflashKaonMinusShowerProfile_H
0003
0004 #include "SimGeneral/GFlash/interface/GflashHadronShowerProfile.h"
0005
0006 class GflashKaonMinusShowerProfile : public GflashHadronShowerProfile {
0007 public:
0008
0009
0010
0011 GflashKaonMinusShowerProfile(const edm::ParameterSet &parSet) : GflashHadronShowerProfile(parSet) {}
0012 ~GflashKaonMinusShowerProfile() override {}
0013
0014 void loadParameters() override;
0015 };
0016
0017 #endif