28 os <<
" TruthJetInput: G4TruthInfo to Jet::PARTICLE";
31 os <<
". Processing embedded streams: ";
42 if (
Verbosity() > 0) std::cout <<
"TruthJetInput::process_event -- entered" << std::endl;
48 std::cout <<
PHWHERE <<
" ERROR: Can't find G4TruthInfo" << std::endl;
49 return std::vector<Jet *>();
52 std::vector<Jet *> pseudojets;
76 if ((abs(part->
get_pid()) >= 12) && (abs(part->
get_pid()) <= 16))
continue;
79 if ((part->
get_px() == 0.0) && (part->
get_py() == 0.0))
continue;
90 pseudojets.push_back(jet);
93 if (
Verbosity() > 0) std::cout <<
"TruthJetInput::process_event -- exited" << std::endl;