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