CMS 3D CMS Logo

PuppiCandidate.h
Go to the documentation of this file.
1 #ifndef CommonTools_PileupAlgos_PuppiCandidate_h
2 #define CommonTools_PileupAlgos_PuppiCandidate_h
3 
4 struct PuppiCandidate {
5  double pt{0};
6  double eta{0};
7  double phi{0};
8  double m{0};
9  double rapidity{0};
10  double px{0};
11  double py{0};
12  double pz{0};
13  double e{0};
14  int id{0};
16 };
17 
18 #endif