#include <CaloClusterer.h>
Public Member Functions | |
void | clear () override |
CombinedCaloLinker (const edm::ParameterSet &pset, const SingleCaloClusterer &ecal, const SingleCaloClusterer &hcal) | |
void | run () override |
~CombinedCaloLinker () override | |
Public Member Functions inherited from l1tpf_calo::SimpleCaloLinkerBase | |
void | clearBase () |
template<typename Corrector > | |
void | correct (const Corrector &corrector) |
std::unique_ptr< l1t::PFClusterCollection > | fetch () const |
std::unique_ptr< l1t::PFClusterCollection > | fetch (const edm::OrphanHandle< l1t::PFClusterCollection > &ecal, const edm::OrphanHandle< l1t::PFClusterCollection > &hcal) const |
SimpleCaloLinkerBase (const edm::ParameterSet &pset, const SingleCaloClusterer &ecal, const SingleCaloClusterer &hcal) | |
virtual | ~SimpleCaloLinkerBase () |
Protected Attributes | |
SingleCaloClusterer | combClusterer_ |
Protected Attributes inherited from l1tpf_calo::SimpleCaloLinkerBase | |
IndexGrid | clusterIndex_ |
std::vector< CombinedCluster > | clusters_ |
const SingleCaloClusterer & | ecal_ |
std::vector< double > | etaBounds_ |
const Grid * | grid_ |
const SingleCaloClusterer & | hcal_ |
float | hoeCut_ |
std::vector< unsigned int > | maxClustersEtaPhi_ |
float | minHadronEt_ |
float | minHadronRawEt_ |
float | minPhotonEt_ |
bool | noEmInHGC_ |
std::vector< double > | phiBounds_ |
Definition at line 319 of file CaloClusterer.h.
l1tpf_calo::CombinedCaloLinker::CombinedCaloLinker | ( | const edm::ParameterSet & | pset, |
const SingleCaloClusterer & | ecal, | ||
const SingleCaloClusterer & | hcal | ||
) |
Definition at line 700 of file CaloClusterer.cc.
|
override |
Definition at line 705 of file CaloClusterer.cc.
|
overridevirtual |
Reimplemented from l1tpf_calo::SimpleCaloLinkerBase.
Definition at line 707 of file CaloClusterer.cc.
|
overridevirtual |
Implements l1tpf_calo::SimpleCaloLinkerBase.
Definition at line 712 of file CaloClusterer.cc.
References math::cholesky::dst, DeadROCCounter::nclust, egammaIdentification::pt_max, and TrackRefitter_38T_cff::src.
|
protected |
Definition at line 327 of file CaloClusterer.h.