CMS 3D CMS Logo

ExpoRandomPGunProducer.h
Go to the documentation of this file.
1 #ifndef ExpoRandomPGunProducer_H
2 #define ExpoRandomPGunProducer_H
3 
12 
13 namespace edm
14 {
15 
17  {
18 
19  public:
21  ~ExpoRandomPGunProducer() override;
22 
23  private:
24 
25  void produce(Event & e, const EventSetup& es) override;
26 
27  protected :
28 
29  // data members
30 
31  double fMinP ;
32  double fMaxP ;
33 
34  };
35 }
36 
37 #endif
void produce(Event &e, const EventSetup &es) override
ExpoRandomPGunProducer(const ParameterSet &pset)
HLT enums.