CMS 3D CMS Logo

Functions
PFAlgo.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "RecoParticleFlow/PFProducer/interface/PFAlgo.h"
#include "RecoParticleFlow/PFProducer/interface/PFMuonAlgo.h"
#include "RecoParticleFlow/PFProducer/interface/PFElectronExtraEqual.h"
#include "RecoParticleFlow/PFTracking/interface/PFTrackAlgoTools.h"
#include "TDecompChol.h"
#include <numeric>
#include <fstream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &out, const PFAlgo &algo)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  out,
const PFAlgo algo 
)

Definition at line 3392 of file PFAlgo.cc.

3392  {
3393  if (!out)
3394  return out;
3395 
3396  out << "====== Particle Flow Algorithm ======= ";
3397  out << endl;
3398  out << "nSigmaECAL_ " << algo.nSigmaECAL_ << endl;
3399  out << "nSigmaHCAL_ " << algo.nSigmaHCAL_ << endl;
3400  out << "nSigmaHFEM_ " << algo.nSigmaHFEM_ << endl;
3401  out << "nSigmaHFHAD_ " << algo.nSigmaHFHAD_ << endl;
3402  out << endl;
3403  out << algo.calibration_ << endl;
3404  out << endl;
3405  out << "reconstructed particles: " << endl;
3406 
3407  if (!algo.pfCandidates_.get()) {
3408  out << "candidates already transfered" << endl;
3409  return out;
3410  }
3411  for (auto const& c : *algo.pfCandidates_)
3412  out << c << endl;
3413 
3414  return out;
3415 }

References c, and MillePedeFileConverter_cfg::out.

cmsdt::algo
algo
Definition: constants.h:171
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31
c
auto & c
Definition: CAHitNtupletGeneratorKernelsImpl.h:56