Go to the source code of this file.
◆ operator<<()
ostream& operator<< |
( |
ostream & |
out, |
|
|
const PFAlgo & |
algo |
|
) |
| |
Definition at line 3392 of file PFAlgo.cc.
3396 out <<
"====== Particle Flow Algorithm ======= ";
3398 out <<
"nSigmaECAL_ " <<
algo.nSigmaECAL_ << endl;
3399 out <<
"nSigmaHCAL_ " <<
algo.nSigmaHCAL_ << endl;
3400 out <<
"nSigmaHFEM_ " <<
algo.nSigmaHFEM_ << endl;
3401 out <<
"nSigmaHFHAD_ " <<
algo.nSigmaHFHAD_ << endl;
3403 out <<
algo.calibration_ << endl;
3405 out <<
"reconstructed particles: " << endl;
3407 if (!
algo.pfCandidates_.get()) {
3408 out <<
"candidates already transfered" << endl;
3411 for (
auto const&
c : *
algo.pfCandidates_)
References c, and MillePedeFileConverter_cfg::out.