16 const std::vector<float>& zpositions,
17 const std::vector<float>& times,
18 const std::vector<float>& sumpT_lowpT,
19 const std::vector<float>& sumpT_highpT,
20 const std::vector<int>& ntrks_lowpT,
21 const std::vector<int>& ntrks_highpT)
22 : num_PU_vertices_(num_PU_vertices),
23 zpositions_(zpositions),
25 sumpT_lowpT_(sumpT_lowpT),
26 sumpT_highpT_(sumpT_highpT),
27 ntrks_lowpT_(ntrks_lowpT),
28 ntrks_highpT_(ntrks_highpT) {}
31 const std::vector<float>& zpositions,
32 const std::vector<float>& times,
33 const std::vector<float>& sumpT_lowpT,
34 const std::vector<float>& sumpT_highpT,
35 const std::vector<int>& ntrks_lowpT,
36 const std::vector<int>& ntrks_highpT,
38 : num_PU_vertices_(num_PU_vertices),
39 zpositions_(zpositions),
41 sumpT_lowpT_(sumpT_lowpT),
42 sumpT_highpT_(sumpT_highpT),
43 ntrks_lowpT_(ntrks_lowpT),
44 ntrks_highpT_(ntrks_highpT),
45 bunchCrossing_(bunchCrossing) {}
48 const std::vector<float>& zpositions,
49 const std::vector<float>& times,
50 const std::vector<float>& sumpT_lowpT,
51 const std::vector<float>& sumpT_highpT,
52 const std::vector<int>& ntrks_lowpT,
53 const std::vector<int>& ntrks_highpT,
54 const std::vector<edm::EventID>&
eventInfo,
55 const std::vector<float>& pThats,
57 float TrueNumInteractions,
59 : num_PU_vertices_(num_PU_vertices),
60 zpositions_(zpositions),
62 sumpT_lowpT_(sumpT_lowpT),
63 sumpT_highpT_(sumpT_highpT),
64 ntrks_lowpT_(ntrks_lowpT),
65 ntrks_highpT_(ntrks_highpT),
68 bunchCrossing_(bunchCrossing),
70 TrueNumInteractions_(TrueNumInteractions) {}
74 const std::vector<edm::EventID>&
eventInfo)
75 : num_PU_vertices_(num_PU_vertices), eventInfo_(
eventInfo), instLumi_(
instLumi) {}
eventInfo
add run, event number and lumi section