11 const std::vector<double>& noTruth,
12 int brLinks,
const std::vector<double>& inWeights,
13 const std::vector<double>& outWeights):
14 m_fittedTracks(ntrk), m_puWeights(puWeights),
15 m_noTruth(noTruth),m_brokenLinks(brLinks),
16 m_inWeights(inWeights),
17 m_outWeights(outWeights)
24 sl<<
"***** Primary Vertex Purity Info *****"<<std::endl;
26 sl<<
"Number of track with internally broken links "<<
m_brokenLinks<<std::endl;
29 sl<<
"The weights of inlier tracks: ";
30 std::vector<double>::const_iterator
i =
m_inWeights.begin();
37 sl<<
"The weights of outlier tracks: ";
45 sl<<
"The weights of tracks from PileUp: ";
46 std::vector<double>::const_iterator
i =
m_puWeights.begin();
53 sl<<
"The weights of tracks w/o truth matching: ";
54 std::vector<double>::const_iterator
i =
m_noTruth.begin();
64 sl<<
"***** Primary Vertex Purity Info *****"<<std::endl;
66 sl<<
"Number of track with internally broken links "<<
m_brokenLinks<<std::endl;
69 sl<<
"The weights of inlier tracks: ";
70 std::vector<double>::const_iterator
i =
m_inWeights.begin();
77 sl<<
"The weights of outlier tracks: ";
85 sl<<
"The weights of tracks from PileUp: ";
86 std::vector<double>::const_iterator
i =
m_puWeights.begin();
93 sl<<
"The weights of tracks w/o truth matching: ";
94 std::vector<double>::const_iterator
i =
m_noTruth.begin();