Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:23

0001 #ifndef CommonTools_PileupAlgos_PuppiCandidate_h
0002 #define CommonTools_PileupAlgos_PuppiCandidate_h
0003 
0004 struct PuppiCandidate {
0005   double pt{0};
0006   double eta{0};
0007   double phi{0};
0008   double m{0};
0009   double rapidity{0};
0010   int id{0};
0011 };
0012 
0013 #endif