CMS 3D CMS Logo

GflashPiKShowerProfile.h
Go to the documentation of this file.
1 #ifndef GflashPiKShowerProfile_H
2 #define GflashPiKShowerProfile_H
3 
5 
7 {
8 public:
9  //-------------------------
10  // Constructor, destructor
11  //-------------------------
13  GflashHadronShowerProfile (parSet) {};
14  ~GflashPiKShowerProfile () override {};
15 
16  void loadParameters() override;
17 };
18 
19 #endif
20 
21 
22 
23 
GflashPiKShowerProfile(const edm::ParameterSet &parSet)