#include <RecoLocalCalo/Castor/src/CastorTowerProducer.cc>
Public Member Functions | |
CastorTowerProducer (const edm::ParameterSet &) | |
~CastorTowerProducer () override | |
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 Types | |
typedef edm::SortedCollection < CastorRecHit > | CastorRecHitCollection |
typedef edm::RefVector < CastorRecHitCollection > | CastorRecHitRefVector |
typedef std::vector < reco::CastorTower > | CastorTowerCollection |
typedef ROOT::Math::RhoZPhiPoint | CellPoint |
typedef math::XYZPointD | Point |
typedef ROOT::Math::RhoEtaPhiPoint | TowerPoint |
Private Member Functions | |
virtual void | ComputeTowerVariable (const edm::RefVector< edm::SortedCollection< CastorRecHit > > &usedRecHits, double &Ehot, double &depth) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
double | maxtime_ |
double | mintime_ |
edm::ESGetToken < CastorChannelQuality, CastorChannelQualityRcd > | tok_channelQuality_ |
edm::EDGetTokenT < CastorRecHitCollection > | tok_input_ |
double | towercut_ |
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 |
Description: CastorTower Reconstruction Producer. Produce CastorTowers from CastorCells. Implementation:
Definition at line 51 of file CastorTowerProducer.cc.
|
private |
Definition at line 66 of file CastorTowerProducer.cc.
Definition at line 68 of file CastorTowerProducer.cc.
|
private |
Definition at line 67 of file CastorTowerProducer.cc.
|
private |
Definition at line 65 of file CastorTowerProducer.cc.
|
private |
Definition at line 63 of file CastorTowerProducer.cc.
|
private |
Definition at line 64 of file CastorTowerProducer.cc.
|
explicit |
Definition at line 88 of file CastorTowerProducer.cc.
References edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, tok_channelQuality_, and tok_input_.
|
override |
Definition at line 99 of file CastorTowerProducer.cc.
|
privatevirtual |
Definition at line 282 of file CastorTowerProducer.cc.
References edm::Ref< C, T, F >::id(), callgraph::module, and dt_dqm_sourceclient_common_cff::reco.
Referenced by produce().
|
overrideprivate |
Definition at line 109 of file CastorTowerProducer.cc.
References Abs(), ComputeTowerVariable(), HLT_FULL_cff::depth, edm::Event::getByToken(), edm::EventSetup::getHandle(), mps_fire::i, edm::Ref< C, T, F >::id(), dqmiolumiharvest::j, isotrackApplyRegressor::k, LogDebug, maxtime_, mintime_, callgraph::module, eostools::move(), AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), DetId::rawId(), dt_dqm_sourceclient_common_cff::reco, findQualityFiles::size, mathSSE::sqrt(), tok_channelQuality_, tok_input_, and towercut_.
|
private |
Definition at line 73 of file CastorTowerProducer.cc.
Referenced by produce().
|
private |
Definition at line 72 of file CastorTowerProducer.cc.
Referenced by produce().
|
private |
Definition at line 70 of file CastorTowerProducer.cc.
Referenced by CastorTowerProducer(), and produce().
|
private |
Definition at line 69 of file CastorTowerProducer.cc.
Referenced by CastorTowerProducer(), and produce().
|
private |
Definition at line 71 of file CastorTowerProducer.cc.
Referenced by produce().