3 #include "StjJetPrint.h"
5 #include "StjFourVecPrint.h"
14 void StjJetPrint::operator()(const StjJetList &jetList)
16 for(StjJetList::const_iterator it = jetList.begin(); it != jetList.end(); ++it) {
21 void StjJetPrint::print(
const StjJet& jet)
25 << setw(7) << jet.runNumber <<
", "
26 << setw(7) << jet.eventId <<
", "
27 << setw(4) << jet.jetId <<
", "
28 << setw(10) << jet.pt <<
", "
29 << setw(10) << jet.eta <<
", "
30 << setw(10) << jet.phi <<
", "
31 << setw(14) << jet.m <<
", "
32 << setw(10) << jet.neuRt <<
", "
33 << setw(10) << jet.vertexZ <<
", "
34 << setw(10) << jet.detectorEta
39 fourprint(jet.fourVecList);