5 #include <particleflowreco/ParticleFlowElement.h>
6 #include <particleflowreco/ParticleFlowElementContainer.h>
27 particleflowelementcontainer = thisNode->
getData();
29 if (particleflowelementcontainer)
33 *
fout <<
"size: " << particleflowelementcontainer->
size() << std::endl;
34 for (hiter = begin_end.first; hiter != begin_end.second; ++hiter)
37 *
fout <<
"get_id(): " << pfe->
get_id() << std::endl;
39 *
fout <<
"get_px(): " << pfe->
get_px() << std::endl;
40 *
fout <<
"get_py(): " << pfe->
get_py() << std::endl;
41 *
fout <<
"get_pz(): " << pfe->
get_pz() << std::endl;
42 *
fout <<
"get_e(): " << pfe->
get_e() << std::endl;
43 *
fout <<
"get_p(): " << pfe->
get_p() << std::endl;
44 *
fout <<
"get_pt(): " << pfe->
get_pt() << std::endl;
45 *
fout <<
"get_et(): " << pfe->
get_et() << std::endl;
46 *
fout <<
"get_eta(): " << pfe->
get_eta() << std::endl;
47 *
fout <<
"get_phi(): " << pfe->
get_phi() << std::endl;