CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes
MillePedeFileExtractor Class Reference

#include <MillePedeFileExtractor.h>

Inheritance diagram for MillePedeFileExtractor:
edm::one::EDAnalyzer< edm::one::WatchLuminosityBlocks > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 MillePedeFileExtractor (const edm::ParameterSet &)
 
 ~MillePedeFileExtractor () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchLuminosityBlocks >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

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< FileBlobCollectionfileBlobToken_
 
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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 31 of file MillePedeFileExtractor.h.

Constructor & Destructor Documentation

◆ MillePedeFileExtractor()

MillePedeFileExtractor::MillePedeFileExtractor ( const edm::ParameterSet iConfig)
explicit

Definition at line 16 of file MillePedeFileExtractor.cc.

References MillePedeFileExtractor_cfg::fileBlobInputTag, fileBlobToken_, edm::ParameterSet::getParameter(), hasBinaryNumberLimit(), and maxNumberOfBinaries_.

17  : outputDir_(iConfig.getParameter<std::string>("fileDir")),
18  outputFileName_(iConfig.getParameter<std::string>("outputBinaryFile")),
19  maxNumberOfBinaries_(iConfig.getParameter<int>("maxNumberOfBinaries")) {
20  auto fileBlobInputTag = iConfig.getParameter<edm::InputTag>("fileBlobInputTag");
21  fileBlobToken_ = consumes<FileBlobCollection, edm::BranchType::InLumi>(fileBlobInputTag);
22  if (hasBinaryNumberLimit()) {
23  edm::LogInfo("MillePedeFileActions") << "Limiting the number of extracted binary files to " << maxNumberOfBinaries_;
24  }
25 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::EDGetTokenT< FileBlobCollection > fileBlobToken_
const std::string outputFileName_
Log< level::Info, false > LogInfo

◆ ~MillePedeFileExtractor()

MillePedeFileExtractor::~MillePedeFileExtractor ( )
override

Definition at line 27 of file MillePedeFileExtractor.cc.

27 {}

Member Function Documentation

◆ analyze()

void MillePedeFileExtractor::analyze ( const edm::Event ,
const edm::EventSetup  
)
inlineoverrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 40 of file MillePedeFileExtractor.h.

40 {}

◆ beginLuminosityBlock()

void MillePedeFileExtractor::beginLuminosityBlock ( const edm::LuminosityBlock ,
const edm::EventSetup  
)
inlineoverrideprivate

Definition at line 38 of file MillePedeFileExtractor.h.

38 {}

◆ endLuminosityBlock()

void MillePedeFileExtractor::endLuminosityBlock ( const edm::LuminosityBlock iLumi,
const edm::EventSetup  
)
overrideprivate

Definition at line 29 of file MillePedeFileExtractor.cc.

References mps_check::command, enoughBinaries(), fileBlobToken_, edm::LuminosityBlock::getByToken(), edm::HandleBase::isValid(), nBinaries_, outputDir_, outputFileName_, FileBlobCollection::size(), AlCaHLTBitMon_QueryRunRegistry::string, and writeGzipped().

29  {
30  if (enoughBinaries())
31  return;
32 
33  // Create output directory if not available
34  if (!outputDir_.empty()) {
35  std::string command = "mkdir -p " + outputDir_;
36  int shellReturn = gSystem->Exec(command.c_str());
37  edm::LogInfo("MillePedeFileActions") << "@SUB=MillePedeFileExtractor::endLuminosityBlock"
38  << "Command returns " << shellReturn;
39  }
40 
41  // Getting our hands on the vector of FileBlobs
42  edm::Handle<FileBlobCollection> fileBlobCollection;
43  iLumi.getByToken(fileBlobToken_, fileBlobCollection);
44  if (fileBlobCollection.isValid()) {
45  // Logging the amount of FileBlobs in the vector
46  edm::LogInfo("MillePedeFileActions") << "Root file contains " << fileBlobCollection->size() << " FileBlob(s).";
47  // Loop over the FileBlobs in the vector, and write them to files:
48  for (const auto& blob : *fileBlobCollection) {
49  if (enoughBinaries())
50  break;
51  // We format the filename with a number, starting from 0 to the size of
52  // our vector.
53  // For this to work, the outputBinaryFile config parameter must contain a
54  // formatting directive for a number, like %04d.
55  char theNumberedOutputFileName[200];
56  sprintf(theNumberedOutputFileName, outputFileName_.c_str(), nBinaries_);
57 
58  // Log the filename to which we will write...
59  edm::LogInfo("MillePedeFileActions")
60  << "Writing FileBlob file to file " << outputDir_ + theNumberedOutputFileName << ".";
61 
62  // ...and perform the writing operation.
63  writeGzipped(blob, outputDir_ + theNumberedOutputFileName);
64 
65  ++nBinaries_;
66  }
67  } else {
68  edm::LogError("MillePedeFileActions") << "Error: The root file does not contain any vector of FileBlob.";
69  }
70 }
edm::EDGetTokenT< FileBlobCollection > fileBlobToken_
const std::string outputFileName_
Log< level::Error, false > LogError
Log< level::Info, false > LogInfo
bool getByToken(EDGetToken token, Handle< PROD > &result) const
bool isValid() const
Definition: HandleBase.h:70
list command
Definition: mps_check.py:25
static void writeGzipped(const FileBlob &, const std::string &)

◆ enoughBinaries()

bool MillePedeFileExtractor::enoughBinaries ( )
inlineprivate

◆ fillDescriptions()

void MillePedeFileExtractor::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 92 of file MillePedeFileExtractor.cc.

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, HLT_2022v12_cff::InputTag, edm::ConfigurationDescriptions::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.

92  {
94 
95  desc.add<std::string>("fileDir", "")
96  ->setComment(
97  "Keep the fileDir empty if you want to write to the current "
98  "directory.");
99 
100  desc.add<std::string>("outputBinaryFile", "milleBinary%04d.dat")
101  ->setComment(
102  "Base filename of the files that will be created. This must "
103  "contain "
104  "a placeholder for an index number in the standard C formatting "
105  "style, like %04d.");
106 
107  desc.add<edm::InputTag>("fileBlobInputTag", edm::InputTag("millePedeFileConverter", ""))
108  ->setComment(
109  "Name of the module that should have generated the blob in the "
110  "root file. Make sure you overwrite this, if you have changed "
111  "this is the configuration of the MillePedeFileConverter.");
112 
113  desc.add<int>("maxNumberOfBinaries", 1000)
114  ->setComment(
115  "Number of binaries to be extracted from the input files. "
116  "Use a negative value to apply no limit.");
117 
118  descriptions.add("millePedeFileExtractor", desc);
119  descriptions.setComment(
120  "This is the generic cfi file for the "
121  "MillePedeFileExtractor");
122 }
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ hasBinaryNumberLimit()

bool MillePedeFileExtractor::hasBinaryNumberLimit ( )
inlineprivate

Definition at line 43 of file MillePedeFileExtractor.h.

References maxNumberOfBinaries_.

Referenced by enoughBinaries(), and MillePedeFileExtractor().

43 { return maxNumberOfBinaries_ > -1; }

◆ writeGzipped()

void MillePedeFileExtractor::writeGzipped ( const FileBlob blob,
const std::string &  fileName 
)
staticprivate

Definition at line 72 of file MillePedeFileExtractor.cc.

References MillePedeFileConverter_cfg::fileName, personalPlayback::fp, FileBlob::getUncompressedBlob(), and spu::zerr().

Referenced by endLuminosityBlock().

72  {
73  // - use zlib directly to avoid boost dependencies for this simple task
74  // - zlib and gzip compression differ -> get uncompressed blob first
75  auto uncompressedBlob = blob.getUncompressedBlob();
76  gzFile fp = gzopen(fileName.c_str(), "wb");
77  if (fp == nullptr) {
78  edm::LogError("MillePedeFileActions") << "Problem while opening gzipped file '" << fileName << "'.";
79  }
80  auto nBytes = gzwrite(fp, &uncompressedBlob->front(), uncompressedBlob->size());
81  if (nBytes == 0 || nBytes != static_cast<decltype(nBytes)>(uncompressedBlob->size())) {
82  edm::LogError("MillePedeFileActions") << "Problem while writing FileBlob to gzipped file '" << fileName << "'.";
83  }
84  auto zerr = gzclose(fp);
85  if (zerr != 0) {
86  edm::LogError("MillePedeFileActions") << "Problem while closing gzipped file '" << fileName << "'.";
87  }
88 }
void zerr(int)
Log< level::Error, false > LogError
std::unique_ptr< std::vector< unsigned char > > getUncompressedBlob() const
i didn&#39;t want to do two copies ... hope this works.
Definition: FileBlob.cc:75

Member Data Documentation

◆ fileBlobToken_

edm::EDGetTokenT<FileBlobCollection> MillePedeFileExtractor::fileBlobToken_
private

Definition at line 50 of file MillePedeFileExtractor.h.

Referenced by endLuminosityBlock(), and MillePedeFileExtractor().

◆ maxNumberOfBinaries_

const int MillePedeFileExtractor::maxNumberOfBinaries_
private

◆ nBinaries_

int MillePedeFileExtractor::nBinaries_ {0}
private

Definition at line 53 of file MillePedeFileExtractor.h.

Referenced by endLuminosityBlock(), and enoughBinaries().

◆ outputDir_

const std::string MillePedeFileExtractor::outputDir_
private

◆ outputFileName_

const std::string MillePedeFileExtractor::outputFileName_
private

Definition at line 48 of file MillePedeFileExtractor.h.

Referenced by endLuminosityBlock().