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