1 #ifndef PileupSummaryInfo_h
2 #define PileupSummaryInfo_h
27 const std::vector<float>& zpositions,
28 const std::vector<float>& times,
29 const std::vector<float>& sumpT_lowpT,
30 const std::vector<float>& sumpT_highpT,
31 const std::vector<int>& ntrks_lowpT,
32 const std::vector<int>& ntrks_highpT);
35 const std::vector<float>& zpositions,
36 const std::vector<float>& times,
37 const std::vector<float>& sumpT_lowpT,
38 const std::vector<float>& sumpT_highpT,
39 const std::vector<int>& ntrks_lowpT,
40 const std::vector<int>& ntrks_highpT,
44 const std::vector<float>& zpositions,
45 const std::vector<float>& times,
46 const std::vector<float>& sumpT_lowpT,
47 const std::vector<float>& sumpT_highpT,
48 const std::vector<int>& ntrks_lowpT,
49 const std::vector<int>& ntrks_highpT,
50 const std::vector<edm::EventID>&
eventInfo,
51 const std::vector<float>& pT_hats,
53 float TrueNumInteractions,
58 const std::vector<edm::EventID>&
eventInfo);