CMS 3D CMS Logo

FileRandomKEThetaGunProducer.h
Go to the documentation of this file.
1 #ifndef FileRandomKEThetaGunProducer_H
2 #define FileRandomKEThetaGunProducer_H
3 
5 #include <vector>
6 
7 namespace edm {
8 
10 
11  public:
14 
15  private:
16 
17  void produce(Event &e, const EventSetup& es) override;
18 
19  protected :
20 
21  // data members
22 
23  std::vector<double> kineticE, fdistn;
24  int particleN;
25  };
26 }
27 
28 #endif
void produce(Event &e, const EventSetup &es) override
HLT enums.