#include <NewAlignment/LaserAlignmentT0Producer/src/LaserAlignmentT0Producer.cc>
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
void | FillDetIds (void) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | digiLabel |
std::string | digiProducer |
std::vector< edm::ParameterSet > | digiProducerList |
std::string | digiType |
std::vector< unsigned int > | theLasDetIds |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: AlCaRECO producer (TkLAS data filter) running on T0
Implementation: <Notes on="" implementation>="">
Definition at line 35 of file LaserAlignmentT0Producer.h.
|
explicit |
Loops all input SiStripDigi or SiStripRawDigi collections and announces the corresponding product
Definition at line 15 of file LaserAlignmentT0Producer.cc.
References egammaCTFFinalFitWithMaterial_cff::alias, digiLabel, digiProducer, digiProducerList, digiType, Exception, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 49 of file LaserAlignmentT0Producer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 159 of file LaserAlignmentT0Producer.cc.
References FillDetIds().
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 173 of file LaserAlignmentT0Producer.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
fill a vector with all the det ids of the 434 siStrip modules relevant to the LAS
(ugly mechanism, should later be replaced by some hash-based)
Definition at line 187 of file LaserAlignmentT0Producer.cc.
References DEFINE_FWK_MODULE, and theLasDetIds.
Referenced by beginJob().
|
overrideprivate |
outline:
Definition at line 61 of file LaserAlignmentT0Producer.cc.
References digiLabel, digiProducer, digiProducerList, digiType, Exception, spr::find(), edm::Event::getByLabel(), edm::DetSet< T >::push_back(), edm::Event::put(), AlCaHLTBitMon_QueryRunRegistry::string, and theLasDetIds.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 49 of file LaserAlignmentT0Producer.h.
Referenced by LaserAlignmentT0Producer(), and produce().
|
private |
Definition at line 48 of file LaserAlignmentT0Producer.h.
Referenced by LaserAlignmentT0Producer(), and produce().
|
private |
Definition at line 47 of file LaserAlignmentT0Producer.h.
Referenced by LaserAlignmentT0Producer(), and produce().
|
private |
Definition at line 50 of file LaserAlignmentT0Producer.h.
Referenced by LaserAlignmentT0Producer(), and produce().
|
private |
Definition at line 53 of file LaserAlignmentT0Producer.h.
Referenced by FillDetIds(), and produce().