Classes | |
struct | SimpleHGCTC |
Public Member Functions | |
L1TPFCaloProducer (const edm::ParameterSet &) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
void | readHcalDigis_ (edm::Event &event, const edm::EventSetup &) |
void | readHcalHGCTowers_ (edm::Event &event, const edm::EventSetup &) |
void | readPhase2BarrelCaloTowers_ (edm::Event &event, const edm::EventSetup &) |
Private Attributes | |
std::unique_ptr < l1tpf_calo::SimpleCaloLinkerBase > | caloLinker_ |
bool | debug_ |
edm::ESGetToken < CaloTPGTranscoder, CaloTPGRecord > | decoderTag_ |
std::vector< edm::EDGetTokenT < reco::CandidateView > > | ecalCands_ |
l1tpf_calo::SingleCaloClusterer | ecalClusterer_ |
bool | ecalOnly_ |
l1tpf::corrector | emCorrector_ |
l1tpf::corrector | hadCorrector_ |
std::vector< edm::EDGetTokenT < reco::CandidateView > > | hcalCands_ |
l1tpf_calo::SingleCaloClusterer | hcalClusterer_ |
std::vector< edm::EDGetTokenT < HcalTrigPrimDigiCollection > > | hcalDigis_ |
bool | hcalDigisBarrel_ |
bool | hcalDigisHF_ |
std::vector< edm::EDGetTokenT < l1t::HGCalTowerBxCollection > > | hcalHGCTowers_ |
bool | hcalHGCTowersHadOnly_ |
l1tpf::corrector | hcCorrector_ |
std::vector< edm::EDGetTokenT < l1tp2::CaloTowerCollection > > | phase2barrelTowers_ |
l1tpf::ParametricResolution | resol_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 31 of file L1TPFCaloProducer.cc.
|
explicit |
Definition at line 70 of file L1TPFCaloProducer.cc.
References ecalCands_, ecalOnly_, edm::ParameterSet::getParameter(), hcalCands_, hcalDigis_, hcalDigisBarrel_, hcalDigisHF_, hcalHGCTowers_, hcalHGCTowersHadOnly_, phase2barrelTowers_, and GlobalPosition_Frontier_DevDB_cff::tag.
|
overrideprivate |
-------———ECAL INFO----------———
----------——HCAL INFO-------------——
------------— CLUSTERING ---------------—
Definition at line 129 of file L1TPFCaloProducer.cc.
References funct::abs(), l1tpf_calo::SingleCaloClusterer::add(), c, caloLinker_, l1tpf_calo::SingleCaloClusterer::clear(), HLT_FULL_cff::clusters, l1tpf_calo::SingleCaloClusterer::correct(), l1tpf::corrector::correctedPt(), debug_, l1tpf_calo::CombinedCluster::ecal_et, ecalCands_, ecalClusterer_, ecalOnly_, emCorrector_, l1tpf_calo::Cluster::et, l1tpf_calo::Cluster::eta, l1tpf_calo::SingleCaloClusterer::fetch(), l1tpf_calo::SingleCaloClusterer::fetchCells(), edm::Event::getByToken(), hadCorrector_, hcalCands_, hcalClusterer_, hcalDigis_, hcalHGCTowers_, hcCorrector_, eostools::move(), phase2barrelTowers_, l1tpf_calo::Cluster::phi, edm::Event::put(), readHcalDigis_(), readHcalHGCTowers_(), readPhase2BarrelCaloTowers_(), resol_, l1tpf_calo::SingleCaloClusterer::run(), unpackBuffers-CaloStage2::token, and l1tpf::corrector::valid().
|
private |
Definition at line 237 of file L1TPFCaloProducer.cc.
References funct::abs(), l1tpf_calo::SingleCaloClusterer::add(), debug_, decoderTag_, edm::Event::getByToken(), edm::EventSetup::getData(), hcalClusterer_, hcalDigis_, hcalDigisBarrel_, hcalDigisHF_, unpackBuffers-CaloStage2::token, l1t::CaloTools::towerEta(), and l1t::CaloTools::towerPhi().
Referenced by produce().
|
private |
Definition at line 281 of file L1TPFCaloProducer.cc.
References l1tpf_calo::SingleCaloClusterer::add(), debug_, ecalClusterer_, edm::Event::getByToken(), hcalClusterer_, hcalHGCTowers_, hcalHGCTowersHadOnly_, and unpackBuffers-CaloStage2::token.
Referenced by produce().
|
private |
Definition at line 261 of file L1TPFCaloProducer.cc.
References l1tpf_calo::SingleCaloClusterer::add(), debug_, ecalClusterer_, hcalClusterer_, phase2barrelTowers_, submitPVValidationJobs::t, unpackBuffers-CaloStage2::token, and HLT_FULL_cff::towers.
Referenced by produce().
|
private |
Definition at line 52 of file L1TPFCaloProducer.cc.
Referenced by produce().
|
private |
Definition at line 36 of file L1TPFCaloProducer.cc.
Referenced by produce(), readHcalDigis_(), readHcalHGCTowers_(), and readPhase2BarrelCaloTowers_().
|
private |
Definition at line 41 of file L1TPFCaloProducer.cc.
Referenced by readHcalDigis_().
|
private |
Definition at line 37 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), and produce().
|
private |
Definition at line 51 of file L1TPFCaloProducer.cc.
Referenced by produce(), readHcalHGCTowers_(), and readPhase2BarrelCaloTowers_().
|
private |
Definition at line 36 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), and produce().
|
private |
Definition at line 47 of file L1TPFCaloProducer.cc.
Referenced by produce().
|
private |
Definition at line 49 of file L1TPFCaloProducer.cc.
Referenced by produce().
|
private |
Definition at line 38 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), and produce().
|
private |
Definition at line 51 of file L1TPFCaloProducer.cc.
Referenced by produce(), readHcalDigis_(), readHcalHGCTowers_(), and readPhase2BarrelCaloTowers_().
|
private |
Definition at line 40 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), produce(), and readHcalDigis_().
|
private |
Definition at line 42 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), and readHcalDigis_().
|
private |
Definition at line 42 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), and readHcalDigis_().
|
private |
Definition at line 44 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), produce(), and readHcalHGCTowers_().
|
private |
Definition at line 45 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), and readHcalHGCTowers_().
|
private |
Definition at line 48 of file L1TPFCaloProducer.cc.
Referenced by produce().
|
private |
Definition at line 43 of file L1TPFCaloProducer.cc.
Referenced by L1TPFCaloProducer(), produce(), and readPhase2BarrelCaloTowers_().
|
private |
Definition at line 54 of file L1TPFCaloProducer.cc.
Referenced by produce().