3 #include "StjFourVecPrint.h"
14 for(StjFourVecList::const_iterator it = fourList.begin(); it != fourList.end(); ++it) {
19 void StjFourVecPrint::print(
const StjFourVec& four)
22 << setw(7) << four.runNumber <<
", "
23 << setw(7) << four.eventId <<
", "
24 << setw(4) << four.fourvecId <<
", "
25 << setw(1) << four.type <<
", "
26 << setw(1) << four.detectorId <<
", "
27 << setw(4) << four.trackId <<
", "
28 << setw(4) << four.towerId <<
", "
29 << setw(4) << four.mcparticleId <<
", "
30 << setw(10) << four.pt <<
", "
31 << setw(10) << four.eta <<
", "
32 << setw(10) << four.phi <<
", "
33 << setw(14) << four.m <<
", "
34 << setw(10) << four.vertexZ