#include <SiStripClusterizer.h>
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
SiStripClusterizer (const edm::ParameterSet &conf) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Types | |
typedef edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > | token_t |
typedef std::vector< token_t > | token_v |
Private Member Functions | |
template<class T > | |
bool | findInput (const edm::EDGetTokenT< T > &, edm::Handle< T > &, const edm::Event &) |
Private Attributes | |
std::unique_ptr< StripClusterizerAlgorithm > | algorithm |
const std::vector< edm::InputTag > | inputTags |
token_v | inputTokens |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 13 of file SiStripClusterizer.h.
|
private |
Definition at line 23 of file SiStripClusterizer.h.
|
private |
Definition at line 24 of file SiStripClusterizer.h.
|
explicit |
Definition at line 7 of file SiStripClusterizer.cc.
References inputTags, inputTokens, GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
|
inlineprivate |
Definition at line 39 of file SiStripClusterizer.cc.
References MillePedeFileConverter_cfg::e, patZpeak::handle, and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by produce().
|
override |
Definition at line 16 of file SiStripClusterizer.cc.
References algorithm, findInput(), inputTokens, LogDebug, eostools::move(), convertSQLitetoXML_cfg::output, and unpackBuffers-CaloStage2::token.
|
private |
Definition at line 22 of file SiStripClusterizer.h.
Referenced by produce().
|
private |
Definition at line 21 of file SiStripClusterizer.h.
Referenced by SiStripClusterizer().
|
private |
Definition at line 25 of file SiStripClusterizer.h.
Referenced by produce(), and SiStripClusterizer().