CMS 3D CMS Logo

FlatRandomPtAndDxyGunProducer.h
Go to the documentation of this file.
1 #ifndef FlatRandomPtAndDxyGunProducer_H
2 #define FlatRandomPtAndDxyGunProducer_H
3 
21 
22 namespace edm {
23 
25  public:
28 
29  void produce(Event& e, const EventSetup& es) override;
30 
31  private:
32  // data members
33 
34  double fMinPt;
35  double fMaxPt;
36  double dxyMin_;
37  double dxyMax_;
38  double lxyMax_;
39  double lzMax_;
40  double ConeRadius_;
41  double ConeH_;
43  };
44 } // namespace edm
45 
46 #endif
void produce(Event &e, const EventSetup &es) override
FlatRandomPtAndDxyGunProducer(const ParameterSet &pset)
HLT enums.