#include <NewAlignment/LaserAlignmentT0Producer/src/LaserAlignmentT0Producer.cc>
Public Member Functions | |
LaserAlignmentT0Producer (const edm::ParameterSet &) | |
~LaserAlignmentT0Producer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
void | FillDetIds (void) |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
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 | |
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) |
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 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 HLT_25ns10e33_v2_cff::alias, digiLabel, digiProducer, digiProducerList, digiType, Exception, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
LaserAlignmentT0Producer::~LaserAlignmentT0Producer | ( | ) |
Definition at line 49 of file LaserAlignmentT0Producer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 162 of file LaserAlignmentT0Producer.cc.
References FillDetIds().
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 176 of file LaserAlignmentT0Producer.cc.
Referenced by o2o.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 190 of file LaserAlignmentT0Producer.cc.
References theLasDetIds.
Referenced by beginJob().
|
privatevirtual |
outline:
Implements edm::EDProducer.
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().