CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
dqm::DQMFileSaverPB Class Reference

#include <DQMFileSaverPB.h>

Inheritance diagram for dqm::DQMFileSaverPB:
dqm::DQMFileSaverBase edm::global::EDAnalyzer< edm::RunCache< NoCache >, edm::LuminosityBlockCache< NoCache > > edm::global::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 DQMFileSaverPB (const edm::ParameterSet &ps)
 
 ~DQMFileSaverPB () override
 
- Public Member Functions inherited from dqm::DQMFileSaverBase
 DQMFileSaverBase (const edm::ParameterSet &ps)
 
 ~DQMFileSaverBase () override
 
- Public Member Functions inherited from edm::global::EDAnalyzer< edm::RunCache< NoCache >, edm::LuminosityBlockCache< NoCache > >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () 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
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
static boost::property_tree::ptree fillJson (int run, int lumi, const std::string &dataFilePathName, const std::string &transferDestinationStr, const std::string &mergeTypeStr, evf::FastMonitoringService *fms)
 
- Static Public Member Functions inherited from dqm::DQMFileSaverBase
static void fillDescription (edm::ParameterSetDescription &d)
 
- Static Public Member Functions inherited from edm::global::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Protected Member Functions

void initRun () const override
 
void saveLumi (const FileParameters &fp) const override
 
void savePB (DQMStore *store, std::string const &filename, int run, int lumi) const
 
void saveRun (const FileParameters &fp) const override
 
- Protected Member Functions inherited from dqm::DQMFileSaverBase
void analyze (edm::StreamID, const edm::Event &e, const edm::EventSetup &) const final
 
std::shared_ptr< NoCacheglobalBeginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const final
 
std::shared_ptr< NoCacheglobalBeginRun (const edm::Run &, const edm::EventSetup &) const final
 
void globalEndLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) const final
 
void globalEndRun (const edm::Run &, const edm::EventSetup &) const final
 
void logFileAction (const std::string &msg, const std::string &fileName) const
 
void saveJobReport (const std::string &filename) const
 
- 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 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)
 

Protected Attributes

bool fakeFilterUnitMode_
 
std::string mergeType_
 
std::string streamLabel_
 
std::string tag_
 
std::string transferDestination_
 
- Protected Attributes inherited from dqm::DQMFileSaverBase
FileParameters initial_fp_
 
std::mutex initial_fp_lock_
 
edm::GetterOfProducts< DQMTokenlumigetter_
 
edm::GetterOfProducts< DQMTokenrungetter_
 
int runNumber_
 

Private Member Functions

ulong compressME (const TBufferFile &buffer, int maxOutputSize, char *compression_output) const
 
int getMaxCompressedSize (int bufferSize) const
 

Additional Inherited Members

- Public Types inherited from dqm::DQMFileSaverBase
typedef dqm::legacy::DQMStore DQMStore
 
typedef dqm::legacy::MonitorElement MonitorElement
 
- Public Types inherited from edm::global::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Protected Member Functions inherited from dqm::DQMFileSaverBase
static const std::string filename (const FileParameters &fp, bool useLumi=false)
 

Detailed Description

Definition at line 15 of file DQMFileSaverPB.h.

Constructor & Destructor Documentation

◆ DQMFileSaverPB()

DQMFileSaverPB::DQMFileSaverPB ( const edm::ParameterSet ps)

Definition at line 33 of file DQMFileSaverPB.cc.

References Exception, fakeFilterUnitMode_, geometryDiff::file, edm::ParameterSet::getUntrackedParameter(), edm::Service< T >::isAvailable(), mergeType_, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, tag_, and transferDestination_.

33  : DQMFileSaverBase(ps) {
34  fakeFilterUnitMode_ = ps.getUntrackedParameter<bool>("fakeFilterUnitMode", false);
35  streamLabel_ = ps.getUntrackedParameter<std::string>("streamLabel", "streamDQMHistograms");
36  tag_ = ps.getUntrackedParameter<std::string>("tag", "UNKNOWN");
37 
39  mergeType_ = "";
40 
41  // If tag is set we're running in a DQM Live mode.
42  // Snapshot files will be saved for every client, then they will be merged and uploaded to the new DQM GUI.
43  if (tag_ != "UNKNOWN") {
44  streamLabel_ = "DQMLive";
45  }
46 
47  if (!fakeFilterUnitMode_) {
49  throw cms::Exception("DQMFileSaverPB") << "EvFDaqDirector is not available";
50  std::string initFileName = edm::Service<evf::EvFDaqDirector>()->getInitFilePath(streamLabel_);
51  std::ofstream file(initFileName);
52  if (!file)
53  throw cms::Exception("DQMFileSaverPB")
54  << "Cannot create INI file: " << initFileName << " error: " << strerror(errno);
55  file.close();
56  }
57 }
DQMFileSaverBase(const edm::ParameterSet &ps)
std::string streamLabel_
std::string transferDestination_
T getUntrackedParameter(std::string const &, T const &) const
bool isAvailable() const
Definition: Service.h:40
std::string mergeType_

◆ ~DQMFileSaverPB()

DQMFileSaverPB::~DQMFileSaverPB ( )
overridedefault

Member Function Documentation

◆ compressME()

ulong DQMFileSaverPB::compressME ( const TBufferFile &  buffer,
int  maxOutputSize,
char *  compression_output 
) const
private

Definition at line 347 of file DQMFileSaverPB.cc.

References edmScanValgrind::buffer.

Referenced by savePB().

347  {
348  z_stream deflateStream;
349  deflateStream.zalloc = Z_NULL;
350  deflateStream.zfree = Z_NULL;
351  deflateStream.opaque = Z_NULL;
352  deflateStream.avail_in = (uInt)buffer.Length() + 1; // size of input, string + terminator
353  deflateStream.next_in = (Bytef*)buffer.Buffer(); // input array
354  deflateStream.avail_out = (uInt)maxOutputSize; // size of output
355  deflateStream.next_out = (Bytef*)compression_output; // output array, result will be placed here
356 
357  // The actual compression
358  deflateInit(&deflateStream, Z_BEST_COMPRESSION);
359  deflate(&deflateStream, Z_FINISH);
360  deflateEnd(&deflateStream);
361 
362  return deflateStream.total_out;
363 }

◆ fillDescriptions()

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

Definition at line 214 of file DQMFileSaverPB.cc.

References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, dqm::DQMFileSaverBase::fillDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.

214  {
216  desc.setComment("Saves histograms from DQM store, HLT->pb workflow.");
217 
218  desc.addUntracked<bool>("fakeFilterUnitMode", false)->setComment("If set, EvFDaqDirector is emulated and not used.");
219 
220  desc.addUntracked<std::string>("streamLabel", "streamDQMHistograms")->setComment("Label of the stream.");
221 
223 
224  // Changed to use addDefault instead of add here because previously
225  // DQMFileSaverOnline and DQMFileSaverPB both used the module label
226  // "saver" which caused conflicting cfi filenames to be generated.
227  // add could be used if unique module labels were given.
228  descriptions.addDefault(desc);
229 }
void addDefault(ParameterSetDescription const &psetDescription)
static void fillDescription(edm::ParameterSetDescription &d)

◆ fillJson()

boost::property_tree::ptree DQMFileSaverPB::fillJson ( int  run,
int  lumi,
const std::string &  dataFilePathName,
const std::string &  transferDestinationStr,
const std::string &  mergeTypeStr,
evf::FastMonitoringService fms 
)
static

Definition at line 132 of file DQMFileSaverPB.cc.

References data, Exception, evf::FastMonitoringService::getEventsProcessedForLumi(), query::host, crabTemplate::inputFiles, castor_dqm_sourceclient_file_cfg::path, DiDispStaMuonMonitor_cfi::pt, edm_modernize_messagelogger::stat, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by saveLumi().

137  {
138  namespace bpt = boost::property_tree;
139  namespace bfs = std::filesystem;
140 
141  bpt::ptree pt;
142 
143  int hostnameReturn;
144  char host[32];
145  hostnameReturn = gethostname(host, sizeof(host));
146  if (hostnameReturn == -1)
147  throw cms::Exception("fillJson") << "Internal error, cannot get host name";
148 
149  int pid = getpid();
150  std::ostringstream oss_pid;
151  oss_pid << pid;
152 
153  int nProcessed = fms ? (fms->getEventsProcessedForLumi(lumi)) : -1;
154 
155  // Stat the data file: if not there, throw
156  std::string dataFileName;
157  struct stat dataFileStat;
158  dataFileStat.st_size = 0;
159  if (nProcessed) {
160  if (stat(dataFilePathName.c_str(), &dataFileStat) != 0)
161  throw cms::Exception("fillJson") << "Internal error, cannot get data file: " << dataFilePathName;
162  // Extract only the data file name from the full path
163  dataFileName = bfs::path(dataFilePathName).filename().string();
164  }
165  // The availability test of the FastMonitoringService was done in the ctor.
166  bpt::ptree data;
167  bpt::ptree processedEvents, acceptedEvents, errorEvents, bitmask, fileList, fileSize, inputFiles, fileAdler32,
168  transferDestination, mergeType, hltErrorEvents;
169 
170  processedEvents.put("", nProcessed); // Processed events
171  acceptedEvents.put("", nProcessed); // Accepted events, same as processed for our purposes
172 
173  errorEvents.put("", 0); // Error events
174  bitmask.put("", 0); // Bitmask of abs of CMSSW return code
175  fileList.put("", dataFileName); // Data file the information refers to
176  fileSize.put("", dataFileStat.st_size); // Size in bytes of the data file
177  inputFiles.put("", ""); // We do not care about input files!
178  fileAdler32.put("", -1); // placeholder to match output json definition
179  transferDestination.put("", transferDestinationStr); // SM Transfer destination field
180  mergeType.put("", mergeTypeStr); // SM Transfer destination field
181  hltErrorEvents.put("", 0); // Error events
182 
183  data.push_back(std::make_pair("", processedEvents));
184  data.push_back(std::make_pair("", acceptedEvents));
185  data.push_back(std::make_pair("", errorEvents));
186  data.push_back(std::make_pair("", bitmask));
187  data.push_back(std::make_pair("", fileList));
188  data.push_back(std::make_pair("", fileSize));
189  data.push_back(std::make_pair("", inputFiles));
190  data.push_back(std::make_pair("", fileAdler32));
191  data.push_back(std::make_pair("", transferDestination));
192  data.push_back(std::make_pair("", mergeType));
193  data.push_back(std::make_pair("", hltErrorEvents));
194 
195  pt.add_child("data", data);
196 
197  if (fms == nullptr) {
198  pt.put("definition", "/fakeDefinition.jsn");
199  } else {
200  // The availability test of the EvFDaqDirector Service was done in the ctor.
201  bfs::path outJsonDefName{
202  edm::Service<evf::EvFDaqDirector>()->baseRunDir()}; //we assume this file is written bu the EvF Output module
203  outJsonDefName /= (std::string("output_") + oss_pid.str() + std::string(".jsd"));
204  pt.put("definition", outJsonDefName.string());
205  }
206 
207  char sourceInfo[64]; //host and pid information
208  sprintf(sourceInfo, "%s_%d", host, pid);
209  pt.put("source", sourceInfo);
210 
211  return pt;
212 }
string host
Definition: query.py:115
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80
unsigned int getEventsProcessedForLumi(unsigned int lumi, bool *abortFlag=nullptr)

◆ getMaxCompressedSize()

int DQMFileSaverPB::getMaxCompressedSize ( int  bufferSize) const
private

Definition at line 338 of file DQMFileSaverPB.cc.

Referenced by savePB().

338  {
339  // When input data is very badly compressable, zlib will add overhead instead of reducing the size.
340  // There is a minor amount of overhead (6 bytes overall and 5 bytes per 16K block) that is taken
341  // into consideration here to find out potential absolute maximum size of the output.
342  int n16kBlocks = (bufferSize + 16383) / 16384; // round up any fraction of a block
343  int maxOutputSize = bufferSize + 6 + (n16kBlocks * 5);
344  return maxOutputSize;
345 }

◆ initRun()

void DQMFileSaverPB::initRun ( ) const
overrideprotectedvirtual

◆ saveLumi()

void DQMFileSaverPB::saveLumi ( const FileParameters fp) const
overrideprotectedvirtual

Reimplemented from dqm::DQMFileSaverBase.

Definition at line 68 of file DQMFileSaverPB.cc.

References fakeFilterUnitMode_, fillJson(), personalPlayback::fp, evf::FastMonitoringService::getEventsProcessedForLumi(), mergeType_, DiDispStaMuonMonitor_cfi::pt, savePB(), streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, tag_, and transferDestination_.

68  {
69  // get from DAQ2 services where to store the files according to their format
70  namespace bpt = boost::property_tree;
71 
72  std::string openJsonFilePathName;
73  std::string jsonFilePathName;
74  std::string openHistoFilePathName;
75  std::string histoFilePathName;
76 
77  evf::FastMonitoringService* fms = nullptr;
79 
80  // create the files names
81  if (fakeFilterUnitMode_) {
82  std::string runDir = fmt::sprintf("%s/run%06d", fp.path_, fp.run_);
83  std::string baseName = "";
84  std::filesystem::create_directories(runDir);
85  // If tag is configured, append it to the name of the resulting file.
86  // This differentiates files saved by different clients.
87  // If tag is not configured, we don't add it at all to keep the old behaviour unchanged.
88  if (tag_ == "UNKNOWN") {
89  baseName = fmt::sprintf("%s/run%06d_ls%04d_%s", runDir, fp.run_, fp.lumi_, streamLabel_);
90  } else {
91  baseName = fmt::sprintf("%s/run%06d_%s_%s", runDir, fp.run_, tag_, streamLabel_);
92  }
93 
94  jsonFilePathName = baseName + ".jsn";
95  openJsonFilePathName = jsonFilePathName + ".open";
96 
97  histoFilePathName = baseName + ".pb";
98  openHistoFilePathName = histoFilePathName + ".open";
99  } else {
100  openJsonFilePathName = edm::Service<evf::EvFDaqDirector>()->getOpenOutputJsonFilePath(fp.lumi_, streamLabel_);
101  jsonFilePathName = edm::Service<evf::EvFDaqDirector>()->getOutputJsonFilePath(fp.lumi_, streamLabel_);
102 
103  openHistoFilePathName =
104  edm::Service<evf::EvFDaqDirector>()->getOpenProtocolBufferHistogramFilePath(fp.lumi_, streamLabel_);
105  histoFilePathName = edm::Service<evf::EvFDaqDirector>()->getProtocolBufferHistogramFilePath(fp.lumi_, streamLabel_);
106 
108  }
109 
110  bool abortFlag = false;
111  if (fms ? fms->getEventsProcessedForLumi(fp.lumi_, &abortFlag) : true) {
112  // Save the file in the open directory.
113  this->savePB(&*store, openHistoFilePathName, fp.run_, fp.lumi_);
114 
115  // Now move the the data and json files into the output directory.
116  ::rename(openHistoFilePathName.c_str(), histoFilePathName.c_str());
117  }
118 
119  if (abortFlag)
120  return;
121 
122  // Write the json file in the open directory.
123  bpt::ptree pt = fillJson(fp.run_, fp.lumi_, histoFilePathName, transferDestination_, mergeType_, fms);
124  write_json(openJsonFilePathName, pt);
125  ::rename(openJsonFilePathName.c_str(), jsonFilePathName.c_str());
126 }
std::string streamLabel_
std::string transferDestination_
void savePB(DQMStore *store, std::string const &filename, int run, int lumi) const
unsigned int getEventsProcessedForLumi(unsigned int lumi, bool *abortFlag=nullptr)
static boost::property_tree::ptree fillJson(int run, int lumi, const std::string &dataFilePathName, const std::string &transferDestinationStr, const std::string &mergeTypeStr, evf::FastMonitoringService *fms)
std::string mergeType_

◆ savePB()

void DQMFileSaverPB::savePB ( DQMStore store,
std::string const &  filename,
int  run,
int  lumi 
) const
protected

Definition at line 231 of file DQMFileSaverPB.cc.

References visDQMUpload::buf, edmScanValgrind::buffer, compressME(), DQMNet::DQM_PROP_EFFICIENCY_PLOT, DQMNet::DQM_PROP_LUMI, dqm::DQMFileSaverBase::filename(), HLT_2023v12_cff::flags, dqm::implementation::IGetter::getAllContents(), getMaxCompressedSize(), timingPdfMaker::histo, hlt_dqm_clientPB-live_cfg::me, resolutioncreator_cfi::object, AlcaSiPixelAliHarvester0T_cff::options, mps_fire::result, str, MonitorElementData::STRING, AlCaHLTBitMon_QueryRunRegistry::string, tag_, and MonitorElementData::TH1F.

Referenced by saveLumi().

231  {
232  using google::protobuf::io::FileOutputStream;
233  using google::protobuf::io::GzipOutputStream;
234  using google::protobuf::io::StringOutputStream;
235 
236  unsigned int nme = 0;
237 
238  dqmstorepb::ROOTFilePB dqmstore_message;
239 
240  // We save all histograms, indifferent of the lumi flag: even tough we save per lumi, this is a *snapshot*.
241  auto mes = store->getAllContents("");
242  for (auto const me : mes) {
243  TBufferFile buffer(TBufferFile::kWrite);
244  if (me->kind() < MonitorElement::Kind::TH1F) {
245  TObjString object(me->tagString().c_str());
246  buffer.WriteObject(&object);
247  } else {
248  buffer.WriteObject(me->getRootObject());
249  }
250  dqmstorepb::ROOTFilePB::Histo& histo = *dqmstore_message.add_histo();
251  histo.set_full_pathname(me->getFullname());
252  uint32_t flags = 0;
253  flags |= (uint32_t)me->kind();
254  if (me->getLumiFlag())
256  if (me->getEfficiencyFlag())
258  histo.set_flags(flags);
259  histo.set_size(buffer.Length());
260 
261  if (tag_ == "UNKNOWN") {
262  histo.set_streamed_histo((void const*)buffer.Buffer(), buffer.Length());
263  } else {
264  // Compress ME blob with zlib
265  int maxOutputSize = this->getMaxCompressedSize(buffer.Length());
266  std::vector<char> compression_output(maxOutputSize);
267  uLong total_out = this->compressME(buffer, maxOutputSize, compression_output.data());
268  histo.set_streamed_histo(compression_output.data(), total_out);
269  }
270 
271  // Save quality reports
272  for (const auto& qr : me->getQReports()) {
274  // TODO: 64 is likely too short; memory corruption in the old code?
275  char buf[64];
276  std::snprintf(buf, sizeof(buf), "qr=st:%d:%.*g:", qr->getStatus(), DBL_DIG + 2, qr->getQTresult());
277  result = '<' + me->getName() + '.' + qr->getQRName() + '>';
278  result += buf;
279  result += qr->getAlgorithm() + ':' + qr->getMessage();
280  result += "</" + me->getName() + '.' + qr->getQRName() + '>';
281  TObjString str(result.c_str());
282 
283  dqmstorepb::ROOTFilePB::Histo& qr_histo = *dqmstore_message.add_histo();
284  TBufferFile qr_buffer(TBufferFile::kWrite);
285  qr_buffer.WriteObject(&str);
286  qr_histo.set_full_pathname(me->getFullname() + '.' + qr->getQRName());
287  qr_histo.set_flags(static_cast<uint32_t>(MonitorElement::Kind::STRING));
288  qr_histo.set_size(qr_buffer.Length());
289  // qr_histo.set_streamed_histo((void const*)qr_buffer.Buffer(), qr_buffer.Length());
290 
291  if (tag_ == "UNKNOWN") {
292  qr_histo.set_streamed_histo((void const*)qr_buffer.Buffer(), qr_buffer.Length());
293  } else {
294  // Compress ME blob with zlib
295  int maxOutputSize = this->getMaxCompressedSize(qr_buffer.Length());
296  char compression_output[maxOutputSize];
297  uLong total_out = this->compressME(qr_buffer, maxOutputSize, compression_output);
298  qr_histo.set_streamed_histo(compression_output, total_out);
299  }
300  }
301 
302  // Save efficiency tag, if any.
303  // XXX not supported by protobuf files.
304 
305  // Save tag if any.
306  // XXX not supported by protobuf files.
307 
308  // Count saved histograms
309  ++nme;
310  }
311 
312  int filedescriptor =
313  ::open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
314  FileOutputStream file_stream(filedescriptor);
315  if (tag_ == "UNKNOWN") {
317  options.format = GzipOutputStream::GZIP;
318  options.compression_level = 1;
319  GzipOutputStream gzip_stream(&file_stream, options);
320  dqmstore_message.SerializeToZeroCopyStream(&gzip_stream);
321 
322  // Flush the internal streams & Close the file descriptor
323  gzip_stream.Close();
324  file_stream.Close();
325  } else {
326  // We zlib compressed individual MEs so no need to compress the entire file again.
327  dqmstore_message.SerializeToZeroCopyStream(&file_stream);
328 
329  // Flush the internal stream & Close the file descriptor
330  file_stream.Close();
331  }
332 
333  // Maybe make some noise.
334  edm::LogInfo("DQMFileSaverPB") << "savePB: successfully wrote " << nme << " objects "
335  << "into DQM file '" << filename << "'\n";
336 }
static const uint32_t DQM_PROP_EFFICIENCY_PLOT
Definition: DQMNet.h:66
static const std::string filename(const FileParameters &fp, bool useLumi=false)
virtual std::vector< dqm::harvesting::MonitorElement * > getAllContents(std::string const &path) const
Definition: DQMStore.cc:641
std::vector< std::shared_ptr< fireworks::OptionNode > > Options
ulong compressME(const TBufferFile &buffer, int maxOutputSize, char *compression_output) const
int getMaxCompressedSize(int bufferSize) const
Log< level::Info, false > LogInfo
#define str(s)
static const uint32_t DQM_PROP_LUMI
Definition: DQMNet.h:63

◆ saveRun()

void DQMFileSaverPB::saveRun ( const FileParameters fp) const
overrideprotectedvirtual

Reimplemented from dqm::DQMFileSaverBase.

Definition at line 128 of file DQMFileSaverPB.cc.

128  {
129  // no saving for the run
130 }

Member Data Documentation

◆ fakeFilterUnitMode_

bool dqm::DQMFileSaverPB::fakeFilterUnitMode_
protected

Definition at line 35 of file DQMFileSaverPB.h.

Referenced by DQMFileSaverPB(), initRun(), and saveLumi().

◆ mergeType_

std::string dqm::DQMFileSaverPB::mergeType_
mutableprotected

Definition at line 39 of file DQMFileSaverPB.h.

Referenced by DQMFileSaverPB(), initRun(), and saveLumi().

◆ streamLabel_

std::string dqm::DQMFileSaverPB::streamLabel_
protected

Definition at line 36 of file DQMFileSaverPB.h.

Referenced by DQMFileSaverPB(), initRun(), and saveLumi().

◆ tag_

std::string dqm::DQMFileSaverPB::tag_
protected

Definition at line 37 of file DQMFileSaverPB.h.

Referenced by DQMFileSaverPB(), saveLumi(), and savePB().

◆ transferDestination_

std::string dqm::DQMFileSaverPB::transferDestination_
mutableprotected

Definition at line 38 of file DQMFileSaverPB.h.

Referenced by DQMFileSaverPB(), initRun(), and saveLumi().