Private Member Functions | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, const edm::EventSetup &iSetup) |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, const edm::EventSetup &iSetup) |
virtual void | endLuminosityBlockProduce (edm::LuminosityBlock &lumiSeg, const edm::EventSetup &iSetup) |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
Private Attributes | |
int | countEvt_ |
int | countLumi_ |
edm::InputTag | fPixelClusterLabel |
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > | pixelToken |
std::unique_ptr< reco::PixelClusterCounts > | thePCCob |
std::string | trigstring_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | 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::one::EDProducerBase | |
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) |
class: AlcaPCCProducer.cc
authors:Sam Higginbotham (shigg) and Chris Palmer ( inb@ cern. chcapal) mer@ cern. ch
Definition at line 33 of file AlcaPCCProducer.cc.
|
explicit |
Definition at line 56 of file AlcaPCCProducer.cc.
References countLumi_, fPixelClusterLabel, edm::ParameterSet::getParameter(), pixelToken, and trigstring_.
AlcaPCCProducer::~AlcaPCCProducer | ( | ) |
Definition at line 68 of file AlcaPCCProducer.cc.
|
privatevirtual |
Definition at line 104 of file AlcaPCCProducer.cc.
References countLumi_, and thePCCob.
|
privatevirtual |
Definition at line 112 of file AlcaPCCProducer.cc.
|
privatevirtual |
Definition at line 116 of file AlcaPCCProducer.cc.
References DEFINE_FWK_MODULE, eostools::move(), edm::LuminosityBlock::put(), AlCaHLTBitMon_QueryRunRegistry::string, thePCCob, and trigstring_.
|
privatevirtual |
Definition at line 72 of file AlcaPCCProducer.cc.
References edm::EventBase::bunchCrossing(), countEvt_, edm::Event::getByToken(), mod(), pixelToken, edm::Handle< T >::product(), and thePCCob.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 48 of file AlcaPCCProducer.cc.
Referenced by produce().
|
private |
Definition at line 49 of file AlcaPCCProducer.cc.
Referenced by AlcaPCCProducer(), and beginLuminosityBlock().
|
private |
Definition at line 45 of file AlcaPCCProducer.cc.
Referenced by AlcaPCCProducer().
|
private |
Definition at line 44 of file AlcaPCCProducer.cc.
Referenced by AlcaPCCProducer(), and produce().
|
private |
Definition at line 51 of file AlcaPCCProducer.cc.
Referenced by beginLuminosityBlock(), endLuminosityBlockProduce(), and produce().
|
private |
Definition at line 47 of file AlcaPCCProducer.cc.
Referenced by AlcaPCCProducer(), and endLuminosityBlockProduce().