33 os <<
" TruthJetInput: G4TruthInfo to Jet::PARTICLE";
36 os <<
". Processing embedded streams: ";
47 if (
Verbosity() > 0) cout <<
"TruthJetInput::process_event -- entered" << endl;
53 cerr <<
PHWHERE <<
" ERROR: Can't find G4TruthInfo" << endl;
54 return std::vector<Jet *>();
57 std::vector<Jet *> pseudojets;
84 if ((part->
get_px() == 0.0) && (part->
get_py() == 0.0))
continue;
95 pseudojets.push_back(jet);
98 if (
Verbosity() > 0) cout <<
"TruthJetInput::process_event -- exited" << endl;