Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:34

0001 #ifndef GflashAntiProtonShowerProfile_H
0002 #define GflashAntiProtonShowerProfile_H
0003 
0004 #include "SimGeneral/GFlash/interface/GflashHadronShowerProfile.h"
0005 
0006 class GflashAntiProtonShowerProfile : public GflashHadronShowerProfile {
0007 public:
0008   //-------------------------
0009   // Constructor, destructor
0010   //-------------------------
0011   GflashAntiProtonShowerProfile(const edm::ParameterSet &parSet) : GflashHadronShowerProfile(parSet){};
0012   ~GflashAntiProtonShowerProfile() override{};
0013 
0014   void loadParameters() override;
0015 };
0016 
0017 #endif