Private Member Functions | |
void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumiSeg, const edm::EventSetup &iSetup) const final |
void | produce (edm::StreamID, edm::Event &iEvent, const edm::EventSetup &iSetup) const final |
Private Attributes | |
const bool | applyCorr_ |
const std::string | csvOutLabel_ |
std::mutex | fileLock_ |
const std::vector< int > | modVeto_ |
edm::EDGetTokenT< reco::PixelClusterCounts > | pccToken_ |
const edm::EDPutTokenT< LumiInfo > | putToken_ |
const bool | saveCSVFile_ |
const std::string | takeAverageValue_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | 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::global::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 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) |
class: RawPCCProducer.cc
description: Creates a LumiInfo object that will contain the luminosity per bunch crossing, along with the total luminosity and the statistical error.
authors:Sam Higginbotham (shigg) and Chris Palmer ( inb@ cern. chcapal) mer@ cern. ch
Definition at line 34 of file RawPCCProducer.cc.
|
explicit |
Definition at line 57 of file RawPCCProducer.cc.
References applyCorr_, csvOutLabel_, edm::ParameterSet::getParameter(), modVeto_, pccToken_, saveCSVFile_, AlCaHLTBitMon_QueryRunRegistry::string, and takeAverageValue_.
|
override |
Definition at line 80 of file RawPCCProducer.cc.
|
finalprivate |
Definition at line 86 of file RawPCCProducer.cc.
References applyCorr_, csvOutLabel_, DEFINE_FWK_MODULE, edm::LuminosityBlock::emplace(), PatBasicFWLiteAnalyzer::events, fileLock_, spr::find(), objects.autophobj::float, edm::EventSetup::get(), edm::LuminosityBlock::getByToken(), LumiCorrections::getCorrectionsBX(), mps_fire::i, createfilelist::int, CommonMethods::lock(), edm::LuminosityBlockBase::luminosityBlock(), modVeto_, eostools::move(), LumiConstants::numBX, pccToken_, edm::Handle< T >::product(), edm::ESHandle< T >::product(), putToken_, reco::PixelClusterCounts::readCounts(), reco::PixelClusterCounts::readEvents(), reco::PixelClusterCounts::readModID(), edm::LuminosityBlockBase::run(), saveCSVFile_, LumiInfo::setErrorLumiAllBX(), LumiInfo::setInstLumiAllBX(), LumiInfo::setTotalInstLumi(), LumiInfo::setTotalInstStatError(), mathSSE::sqrt(), and takeAverageValue_.
|
finalprivate |
Definition at line 83 of file RawPCCProducer.cc.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 53 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce(), and RawPCCProducer().
|
private |
Definition at line 49 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce(), and RawPCCProducer().
|
mutableprivate |
Definition at line 50 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce().
|
private |
Definition at line 47 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce(), and RawPCCProducer().
|
private |
Definition at line 43 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce(), and RawPCCProducer().
|
private |
Definition at line 44 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce().
|
private |
Definition at line 51 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce(), and RawPCCProducer().
|
private |
Definition at line 45 of file RawPCCProducer.cc.
Referenced by globalEndLuminosityBlockProduce(), and RawPCCProducer().