CMS 3D CMS Logo

PythiaFilterMultiAncestor.h
Go to the documentation of this file.
1 #ifndef PYTHIAFILTERMULTIANCESTOR_h
2 #define PYTHIAFILTERMULTIANCESTOR_h
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
10 
13 
15 
18 
19 //
20 // class decleration
21 //
22 namespace edm {
23  class HepMCProduct;
24 }
25 
27 public:
29  ~PythiaFilterMultiAncestor() override;
30 
31  bool filter(edm::Event&, const edm::EventSetup&) override;
32 
33 private:
34  // ----------member data ---------------------------
35 
36  bool isAncestor(HepMC::GenParticle* particle, int IDtoMatch);
37 
40  double minpcut;
41  double maxpcut;
42  double minptcut;
43  double maxptcut;
44  double minetacut;
45  double maxetacut;
46  double minrapcut;
47  double maxrapcut;
48  double minphicut;
49  double maxphicut;
50 
51  double rapidity;
52 
53  int status;
54  std::vector<int> motherIDs;
55  std::vector<int> daughterIDs;
56  std::vector<double> daughterMinPts;
57  std::vector<double> daughterMaxPts;
58  std::vector<double> daughterMinEtas;
59  std::vector<double> daughterMaxEtas;
60 
61  int processID;
62 
63  double betaBoost;
64 };
65 #endif
std::vector< double > daughterMaxPts
std::vector< double > daughterMinPts
bool isAncestor(ProcessHistory const &a, ProcessHistory const &b)
edm::EDGetTokenT< edm::HepMCProduct > token_
std::vector< double > daughterMinEtas
std::vector< double > daughterMaxEtas
HLT enums.