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  int id{0};
11 };
12 
13 #endif