PuppiCandidate

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef CommonTools_PileupAlgos_PuppiCandidate_h
#define CommonTools_PileupAlgos_PuppiCandidate_h

struct PuppiCandidate {
  double pt{0};
  double eta{0};
  double phi{0};
  double m{0};
  double rapidity{0};
  int id{0};
};

#endif