#include "RecoParticleFlow/PFClusterProducer/interface/PFClusterAlgo.h"
#include "DataFormats/Common/interface/SortedCollection.h"
#include "DataFormats/ParticleFlowReco/interface/PFLayer.h"
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "Math/GenVector/VectorUtil.h"
#include "TFile.h"
#include "TH2F.h"
#include "TROOT.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <stdexcept>
#include <string>
#include <sstream>
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &out, const PFClusterAlgo &algo) |
ostream& operator<< | ( | ostream & | out, |
const PFClusterAlgo & | algo | ||
) |
Definition at line 1813 of file PFClusterAlgo.cc.
References i, PFClusterAlgo::minS4S1Barrel_, PFClusterAlgo::minS4S1Endcap_, PFClusterAlgo::nNeighbours_, dbtoconf::out, PFClusterAlgo::pfClusters_, PFClusterAlgo::posCalcNCrystal_, PFClusterAlgo::posCalcP1_, PFClusterAlgo::showerSigma_, PFClusterAlgo::threshBarrel_, PFClusterAlgo::threshCleanBarrel_, PFClusterAlgo::threshCleanEndcap_, PFClusterAlgo::threshEndcap_, PFClusterAlgo::threshPtBarrel_, PFClusterAlgo::threshPtEndcap_, PFClusterAlgo::threshPtSeedBarrel_, PFClusterAlgo::threshPtSeedEndcap_, PFClusterAlgo::threshSeedBarrel_, PFClusterAlgo::threshSeedEndcap_, and PFClusterAlgo::useCornerCells_.