#include <MillePedeFileExtractor.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override |
void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override |
bool | enoughBinaries () |
bool | hasBinaryNumberLimit () |
Static Private Member Functions | |
static void | writeGzipped (const FileBlob &, const std::string &) |
Private Attributes | |
edm::EDGetTokenT< FileBlobCollection > | fileBlobToken_ |
const int | maxNumberOfBinaries_ |
int | nBinaries_ {0} |
const std::string | outputDir_ |
const std::string | outputFileName_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
Definition at line 31 of file MillePedeFileExtractor.h.
|
explicit |
Definition at line 14 of file MillePedeFileExtractor.cc.
References MillePedeFileExtractor_cfg::fileBlobInputTag, fileBlobToken_, edm::ParameterSet::getParameter(), hasBinaryNumberLimit(), and maxNumberOfBinaries_.
|
override |
Definition at line 28 of file MillePedeFileExtractor.cc.
|
inlineoverrideprivate |
Definition at line 43 of file MillePedeFileExtractor.h.
|
inlineoverrideprivate |
|
overrideprivate |
Definition at line 30 of file MillePedeFileExtractor.cc.
References enoughBinaries(), fileBlobToken_, edm::LuminosityBlock::getByToken(), edm::HandleBase::isValid(), nBinaries_, outputDir_, outputFileName_, FileBlobCollection::size(), and writeGzipped().
Referenced by beginLuminosityBlock().
|
inlineprivate |
Definition at line 45 of file MillePedeFileExtractor.h.
References hasBinaryNumberLimit(), maxNumberOfBinaries_, and nBinaries_.
Referenced by endLuminosityBlock().
|
static |
Definition at line 95 of file MillePedeFileExtractor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
Definition at line 47 of file MillePedeFileExtractor.h.
References maxNumberOfBinaries_, AlCaHLTBitMon_QueryRunRegistry::string, and writeGzipped().
Referenced by enoughBinaries(), and MillePedeFileExtractor().
|
staticprivate |
Definition at line 69 of file MillePedeFileExtractor.cc.
References FileBlob::getUncompressedBlob(), and spu::zerr().
Referenced by endLuminosityBlock(), and hasBinaryNumberLimit().
|
private |
Definition at line 54 of file MillePedeFileExtractor.h.
Referenced by endLuminosityBlock(), and MillePedeFileExtractor().
|
private |
Definition at line 56 of file MillePedeFileExtractor.h.
Referenced by enoughBinaries(), hasBinaryNumberLimit(), and MillePedeFileExtractor().
|
private |
Definition at line 57 of file MillePedeFileExtractor.h.
Referenced by endLuminosityBlock(), and enoughBinaries().
|
private |
Definition at line 51 of file MillePedeFileExtractor.h.
Referenced by endLuminosityBlock(), batchmanager.BatchManager::PrepareJob(), and valtools.webpage::readCaptions().
|
private |
Definition at line 52 of file MillePedeFileExtractor.h.
Referenced by endLuminosityBlock().