9 void PFCandidate::print()
const {
10 std::cout <<
"PFCandidate ( "
11 <<
"id: " << pid_ <<
"), "
12 <<
"Pxyz: (" << trackPx_ <<
", " << trackPy_ <<
", " << trackPz_
14 <<
"Ecal energy: " << ecalEnergy_ <<
" MeV, "
15 <<
"Hcal energy: " << hcalEnergy_ <<
" MeV, " << std::endl;
Class that represents a reconstructed particle candidate.
Represents a reconstructed particle.