CMS 3D CMS Logo

MultiParticleInConeGunProducer.h
Go to the documentation of this file.
1 #ifndef MultiParticleInConeGunProducer_H
2 #define MultiParticleInConeGunProducer_H
3 
11 
12 namespace edm {
13 
15  public:
18 
19  private:
20  void produce(Event& e, const EventSetup& es) override;
21 
22  protected:
23  // data members
24  double fMinPt;
25  double fMaxPt;
26 
27  std::vector<int> fInConeIds;
28  double fMinDeltaR;
29  double fMaxDeltaR;
30  double fMinMomRatio;
31  double fMaxMomRatio;
32 
33  double fInConeMinEta;
34  double fInConeMaxEta;
35  double fInConeMinPhi;
36  double fInConeMaxPhi;
37  unsigned int fInConeMaxTry;
38  };
39 } // namespace edm
40 
41 #endif
void produce(Event &e, const EventSetup &es) override
HLT enums.