#include <CaloClusterer.h>
Public Member Functions | |
void | clear () override |
void | run () override |
SimpleCaloLinker (const edm::ParameterSet &pset, const SingleCaloClusterer &ecal, const SingleCaloClusterer &hcal) | |
~SimpleCaloLinker () 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 | |
PreClusterGrid | ecalToHCal_ |
Protected Attributes inherited from l1tpf_calo::SimpleCaloLinkerBase | |
IndexGrid | clusterIndex_ |
std::vector< CombinedCluster > | clusters_ |
const SingleCaloClusterer & | ecal_ |
const Grid * | grid_ |
const SingleCaloClusterer & | hcal_ |
float | hoeCut_ |
float | minHadronEt_ |
float | minHadronRawEt_ |
float | minPhotonEt_ |
bool | noEmInHGC_ |
Definition at line 269 of file CaloClusterer.h.
l1tpf_calo::SimpleCaloLinker::SimpleCaloLinker | ( | const edm::ParameterSet & | pset, |
const SingleCaloClusterer & | ecal, | ||
const SingleCaloClusterer & | hcal | ||
) |
Definition at line 471 of file CaloClusterer.cc.
|
override |
Definition at line 476 of file CaloClusterer.cc.
|
overridevirtual |
Reimplemented from l1tpf_calo::SimpleCaloLinkerBase.
Definition at line 478 of file CaloClusterer.cc.
|
overridevirtual |
Implements l1tpf_calo::SimpleCaloLinkerBase.
Definition at line 483 of file CaloClusterer.cc.
References l1tpf_calo::GridData< T >::clear(), l1tpf_calo::CombinedCluster::clear(), l1tpf_calo::Cluster::constituents, srCondWrite_cfg::deltaPhi, digitizers_cfi::ecal, l1tpf_calo::CombinedCluster::ecal_et, l1tpf_calo::Cluster::et, l1tpf_calo::Cluster::eta, digitizers_cfi::hcal, l1tpf_calo::CombinedCluster::hcal_et, mps_fire::i, l1tpf_calo::Cluster::phi, reco::reduceRange(), and compareTotals::tot.
|
protected |
Definition at line 277 of file CaloClusterer.h.