Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-10 02:59: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   // Constructor, destructor
0010   //-------------------------
0011   GflashProtonShowerProfile(const edm::ParameterSet &parSet) : GflashHadronShowerProfile(parSet) {}
0012   ~GflashProtonShowerProfile() override {}
0013 
0014   void loadParameters() override;
0015 };
0016 
0017 #endif