CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
evf::EvFOutputModule Class Reference

#include <EvFOutputModule.h>

Inheritance diagram for evf::EvFOutputModule:
edm::one::OutputModule< T > edm::one::OutputModuleBase edm::core::OutputModuleCore edm::EDConsumerBase

Public Member Functions

 EvFOutputModule (edm::ParameterSet const &ps)
 
 ~EvFOutputModule () override
 
- Public Member Functions inherited from edm::one::OutputModule< T >
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const OutputModuleoperator= (const OutputModule &)=delete
 
 OutputModule (edm::ParameterSet const &iPSet)
 
 OutputModule (const OutputModule &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::OutputModuleBase
OutputModuleBaseoperator= (OutputModuleBase const &)=delete
 
 OutputModuleBase (ParameterSet const &pset)
 
 OutputModuleBase (OutputModuleBase const &)=delete
 
SharedResourcesAcquirersharedResourcesAcquirer ()
 
SubProcessParentageHelper const * subProcessParentageHelper () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
- Public Member Functions inherited from edm::core::OutputModuleCore
BranchIDLists const * branchIDLists () const
 
std::array< bool,
NumBranchTypes > const & 
hasNewlyDroppedBranch () const
 
SelectedProductsForBranchType
const & 
keptProducts () const
 
int maxEvents () const
 
const ModuleDescriptionmoduleDescription () const
 
OutputModuleCoreoperator= (OutputModuleCore const &)=delete
 
 OutputModuleCore (ParameterSet const &pset)
 
 OutputModuleCore (OutputModuleCore const &)=delete
 
OutputProcessBlockHelper const & outputProcessBlockHelper () const
 
std::string const & processName () const
 
int remainingEvents () const
 
bool selected (BranchDescription const &desc) const
 
void selectProducts (ProductRegistry const &preg, ThinnedAssociationsHelper const &, ProcessBlockHelperBase const &)
 
ThinnedAssociationsHelper const * thinnedAssociationsHelper () const
 
bool wantAllEvents () const
 
 ~OutputModuleCore () 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::core::OutputModuleCore
static const std::string & baseType ()
 
static void fillDescription (ParameterSetDescription &desc, std::vector< std::string > const &iDefaultOutputCommands=ProductSelectorRules::defaultSelectionStrings())
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 

Private Member Functions

void beginRun (edm::RunForOutput const &run) override
 
void endRun (edm::RunForOutput const &) override
 
Trig getTriggerResults (edm::EDGetTokenT< edm::TriggerResults > const &token, edm::EventForOutput const &e) const
 
std::shared_ptr
< EvFOutputEventWriter
globalBeginLuminosityBlock (edm::LuminosityBlockForOutput const &iLB) const override
 
void globalEndLuminosityBlock (edm::LuminosityBlockForOutput const &iLB) override
 
void write (edm::EventForOutput const &e) override
 
void writeLuminosityBlock (edm::LuminosityBlockForOutput const &) override
 
void writeRun (edm::RunForOutput const &) override
 

Private Attributes

evf::FastMonitoringServicefms_
 
std::unique_ptr
< evf::EvFOutputJSONWriter
jsonWriter_
 
edm::ParameterSet const & ps_
 
edm::EDGetTokenT
< edm::SendJobHeader::ParameterSetMap
psetToken_
 
std::string streamLabel_
 
edm::EDGetTokenT
< edm::TriggerResults
trToken_
 

Additional Inherited Members

- Public Types inherited from edm::one::OutputModuleBase
typedef OutputModuleBase ModuleType
 
- Public Types inherited from edm::core::OutputModuleCore
typedef OutputModuleCore ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::one::OutputModuleBase
void configure (OutputModuleDescription const &desc)
 
void doBeginJob ()
 
bool doEvent (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *)
 
void doPreallocate (PreallocationConfiguration const &)
 
- Protected Member Functions inherited from edm::core::OutputModuleCore
void configure (OutputModuleDescription const &desc)
 
ModuleDescription const & description () const
 
void doAccessInputProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *)
 
void doBeginJob_ ()
 
bool doBeginLuminosityBlock (LumiTransitionInfo const &, ModuleCallingContext const *)
 
void doBeginProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *)
 
bool doBeginRun (RunTransitionInfo const &, ModuleCallingContext const *)
 
void doEndJob ()
 
bool doEndLuminosityBlock (LumiTransitionInfo const &, ModuleCallingContext const *)
 
void doEndProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *)
 
bool doEndRun (RunTransitionInfo const &, ModuleCallingContext const *)
 
bool doEvent_ (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *)
 
void doPreallocate_ (PreallocationConfiguration const &)
 
std::map< BranchID::value_type,
BranchID::value_type > const & 
droppedBranchIDToKeptBranchID ()
 
virtual void preallocLumis (unsigned int)
 
ParameterSetID selectorConfig () const
 
void setEventSelectionInfo (std::map< std::string, std::vector< std::pair< std::string, int >>> const &outputModulePathPositions, bool anyProductProduced)
 
- 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< B > consumes (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 () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
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 inherited from edm::core::OutputModuleCore
std::atomic< int > remainingEvents_
 

Detailed Description

Definition at line 74 of file EvFOutputModule.h.

Constructor & Destructor Documentation

evf::EvFOutputModule::EvFOutputModule ( edm::ParameterSet const &  ps)
explicit

Definition at line 108 of file EvFOutputModule.cc.

References Exception, fms_, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and to_lower().

111  ps_(ps),
112  streamLabel_(ps.getParameter<std::string>("@module_label")),
113  trToken_(consumes<edm::TriggerResults>(edm::InputTag("TriggerResults"))),
114  psetToken_(consumes<edm::SendJobHeader::ParameterSetMap, edm::InRun>(
115  ps.getUntrackedParameter<edm::InputTag>("psetMap"))) {
116  //replace hltOutoputA with stream if the HLT menu uses this convention
117  std::string testPrefix = "hltOutput";
118  if (streamLabel_.find(testPrefix) == 0)
119  streamLabel_ = std::string("stream") + streamLabel_.substr(testPrefix.size());
120 
121  if (streamLabel_.find('_') != std::string::npos) {
122  throw cms::Exception("EvFOutputModule") << "Underscore character is reserved can not be used for stream names in "
123  "FFF, but was detected in stream name -: "
124  << streamLabel_;
125  }
126 
127  std::string streamLabelLow = streamLabel_;
128  boost::algorithm::to_lower(streamLabelLow);
129  auto streampos = streamLabelLow.rfind("stream");
130  if (streampos != 0 && streampos != std::string::npos)
131  throw cms::Exception("EvFOutputModule")
132  << "stream (case-insensitive) sequence was found in stream suffix. This is reserved and can not be used for "
133  "names in FFF based HLT, but was detected in stream name";
134 
136  }
edm::ParameterSet const & ps_
std::string to_lower(const std::string &s)
std::string streamLabel_
edm::one::OutputModule< edm::one::WatchRuns, edm::LuminosityBlockCache< evf::EvFOutputEventWriter > > EvFOutputModuleType
edm::EDGetTokenT< edm::TriggerResults > trToken_
edm::EDGetTokenT< edm::SendJobHeader::ParameterSetMap > psetToken_
evf::FastMonitoringService * fms_
evf::EvFOutputModule::~EvFOutputModule ( )
override

Definition at line 138 of file EvFOutputModule.cc.

138 {}

Member Function Documentation

void evf::EvFOutputModule::beginRun ( edm::RunForOutput const &  run)
overrideprivate

Definition at line 149 of file EvFOutputModule.cc.

References cms::Adler32(), StreamerOutputFile::adler32(), edm::core::OutputModuleCore::branchIDLists(), StreamerOutputFile::close(), edm::core::OutputModuleCore::description(), Exception, edm::OccurrenceForOutput::getHandle(), edm::InEvent, edm::Hash< I >::isValid(), jsonWriter_, edm::core::OutputModuleCore::keptProducts(), LogDebug, edm::ModuleDescription::mainParameterSetID(), edm::core::OutputModuleCore::moduleDescription(), edm::ModuleDescription::moduleLabel(), FSQHLTOfflineSource_cfi::processName, ps_, psetToken_, alcazmumu_cfi::src, edm_modernize_messagelogger::stat, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, edm::core::OutputModuleCore::thinnedAssociationsHelper(), and StreamerOutputFile::write().

149  {
150  //create run Cache holding JSON file writer and variables
151  jsonWriter_ = std::make_unique<EvFOutputJSONWriter>(
153 
154  //output INI file (non-const). This doesn't require globalBeginRun to be finished
155  const std::string openIniFileName = edm::Service<evf::EvFDaqDirector>()->getOpenInitFilePath(streamLabel_);
156  edm::LogInfo("EvFOutputModule") << "beginRun init stream -: " << openIniFileName;
157 
158  StreamerOutputFile stream_writer_preamble(openIniFileName);
159  uint32 preamble_adler32 = 1;
160  edm::BranchIDLists const* bidlPtr = branchIDLists();
161 
162  auto psetMapHandle = run.getHandle(psetToken_);
163 
164  std::unique_ptr<InitMsgBuilder> init_message =
165  jsonWriter_->streamerCommon_.serializeRegistry(*jsonWriter_->streamerCommon_.getSerializerBuffer(),
166  *bidlPtr,
171  psetMapHandle.isValid() ? psetMapHandle.product() : nullptr);
172 
173  //Let us turn it into a View
174  InitMsgView view(init_message->startAddress());
175 
176  //output header
177  stream_writer_preamble.write(view);
178  preamble_adler32 = stream_writer_preamble.adler32();
179  stream_writer_preamble.close();
180 
181  struct stat istat;
182  stat(openIniFileName.c_str(), &istat);
183  //read back file to check integrity of what was written
184  off_t readInput = 0;
185  uint32_t adlera = 1, adlerb = 0;
186  FILE* src = fopen(openIniFileName.c_str(), "r");
187 
188  //allocate buffer to write INI file
189  unsigned char* outBuf = new unsigned char[1024 * 1024];
190  while (readInput < istat.st_size) {
191  size_t toRead = readInput + 1024 * 1024 < istat.st_size ? 1024 * 1024 : istat.st_size - readInput;
192  fread(outBuf, toRead, 1, src);
193  cms::Adler32((const char*)outBuf, toRead, adlera, adlerb);
194  readInput += toRead;
195  }
196  fclose(src);
197 
198  //clear serialization buffers
199  jsonWriter_->streamerCommon_.getSerializerBuffer()->clearHeaderBuffer();
200 
201  //free output buffer needed only for the file write
202  delete[] outBuf;
203  outBuf = nullptr;
204 
205  uint32_t adler32c = (adlerb << 16) | adlera;
206  if (adler32c != preamble_adler32) {
207  throw cms::Exception("EvFOutputModule") << "Checksum mismatch of ini file -: " << openIniFileName
208  << " expected:" << preamble_adler32 << " obtained:" << adler32c;
209  } else {
210  LogDebug("EvFOutputModule") << "Ini file checksum -: " << streamLabel_ << " " << adler32c;
211  std::filesystem::rename(openIniFileName, edm::Service<evf::EvFDaqDirector>()->getInitFilePath(streamLabel_));
212  }
213  }
ParameterSetID const & mainParameterSetID() const
std::unique_ptr< evf::EvFOutputJSONWriter > jsonWriter_
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
edm::ParameterSet const & ps_
std::string const & moduleLabel() const
std::string streamLabel_
ModuleDescription const & description() const
ThinnedAssociationsHelper const * thinnedAssociationsHelper() const
unsigned int uint32
Definition: MsgTools.h:13
BranchIDLists const * branchIDLists() const
Log< level::Info, false > LogInfo
void Adler32(char const *data, size_t len, uint32_t &a, uint32_t &b)
bool isValid() const
Definition: Hash.h:141
edm::EDGetTokenT< edm::SendJobHeader::ParameterSetMap > psetToken_
SelectedProductsForBranchType const & keptProducts() const
const ModuleDescription & moduleDescription() const
#define LogDebug(id)
void evf::EvFOutputModule::endRun ( edm::RunForOutput const &  )
inlineoverrideprivate

Definition at line 87 of file EvFOutputModule.h.

87 {}
void evf::EvFOutputModule::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 140 of file EvFOutputModule.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, edm::StreamerOutputModuleCommon::fillDescription(), and edm::core::OutputModuleCore::fillDescription().

140  {
144  desc.addUntracked<edm::InputTag>("psetMap", {"hltPSetMap"})
145  ->setComment("Optionally allow the map of ParameterSets to be calculated externally.");
146  descriptions.add("evfOutputModule", desc);
147  }
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
static void fillDescription(ParameterSetDescription &desc)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static void fillDescription(ParameterSetDescription &desc, std::vector< std::string > const &iDefaultOutputCommands=ProductSelectorRules::defaultSelectionStrings())
Trig evf::EvFOutputModule::getTriggerResults ( edm::EDGetTokenT< edm::TriggerResults > const &  token,
edm::EventForOutput const &  e 
) const
private
std::shared_ptr< EvFOutputEventWriter > evf::EvFOutputModule::globalBeginLuminosityBlock ( edm::LuminosityBlockForOutput const &  iLB) const
overrideprivate

Definition at line 222 of file EvFOutputModule.cc.

References edm::LuminosityBlockForOutput::luminosityBlock(), and streamLabel_.

223  {
224  auto openDatFilePath = edm::Service<evf::EvFDaqDirector>()->getOpenDatFilePath(iLB.luminosityBlock(), streamLabel_);
225 
226  return std::make_shared<EvFOutputEventWriter>(openDatFilePath);
227  }
std::string streamLabel_
void evf::EvFOutputModule::globalEndLuminosityBlock ( edm::LuminosityBlockForOutput const &  iLB)
overrideprivate

Definition at line 240 of file EvFOutputModule.cc.

References fms_, evf::FastMonitoringService::getEventsProcessedForLumi(), edm::LuminosityBlockForOutput::index(), jsonWriter_, edm::LuminosityBlockForOutput::luminosityBlock(), fed_dqm_sourceclient-live_cfg::path, edm_modernize_messagelogger::stat, streamLabel_, and AlCaHLTBitMon_QueryRunRegistry::string.

240  {
241  auto lumiWriter = luminosityBlockCache(iLB.index());
242  //close dat file
243  lumiWriter->close();
244 
245  jsonWriter_->fileAdler32_.value() = lumiWriter->get_adler32();
246  jsonWriter_->accepted_.value() = lumiWriter->getAccepted();
247 
248  bool abortFlag = false;
249  jsonWriter_->processed_.value() = fms_->getEventsProcessedForLumi(iLB.luminosityBlock(), &abortFlag);
250  if (abortFlag) {
251  edm::LogInfo("EvFOutputModule") << "Abort flag has been set. Output is suppressed";
252  return;
253  }
254 
255  if (jsonWriter_->processed_.value() != 0) {
256  struct stat istat;
257  std::filesystem::path openDatFilePath = lumiWriter->getFilePath();
258  stat(openDatFilePath.string().c_str(), &istat);
259  jsonWriter_->filesize_ = istat.st_size;
260  std::filesystem::rename(openDatFilePath.string().c_str(),
261  edm::Service<evf::EvFDaqDirector>()->getDatFilePath(iLB.luminosityBlock(), streamLabel_));
262  jsonWriter_->filelist_ = openDatFilePath.filename().string();
263  } else {
264  //remove empty file when no event processing has occurred
265  remove(lumiWriter->getFilePath().c_str());
266  jsonWriter_->filesize_ = 0;
267  jsonWriter_->filelist_ = "";
268  jsonWriter_->fileAdler32_.value() = -1; //no files in signed long
269  }
270 
271  //produce JSON file
272  jsonWriter_->jsonMonitor_->snap(iLB.luminosityBlock());
273  const std::string outputJsonNameStream =
274  edm::Service<evf::EvFDaqDirector>()->getOutputJsonFilePath(iLB.luminosityBlock(), streamLabel_);
275  jsonWriter_->jsonMonitor_->outputFullJSON(outputJsonNameStream, iLB.luminosityBlock());
276  }
std::unique_ptr< evf::EvFOutputJSONWriter > jsonWriter_
std::string streamLabel_
Log< level::Info, false > LogInfo
unsigned int getEventsProcessedForLumi(unsigned int lumi, bool *abortFlag=nullptr)
evf::FastMonitoringService * fms_
void evf::EvFOutputModule::write ( edm::EventForOutput const &  e)
overrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 229 of file EvFOutputModule.cc.

References alignCSCRings::e, edm::EventForOutput::getLuminosityBlock(), getTriggerResults(), edm::LuminosityBlockForOutput::index(), jsonWriter_, mps_check::msg, edm::core::OutputModuleCore::selectorConfig(), triggerResults, and trToken_.

Referenced by pkg.AbstractPkg::generate().

229  {
231 
232  //auto lumiWriter = const_cast<EvFOutputEventWriter*>(luminosityBlockCache(e.getLuminosityBlock().index() ));
233  auto lumiWriter = luminosityBlockCache(e.getLuminosityBlock().index());
234  std::unique_ptr<EventMsgBuilder> msg = jsonWriter_->streamerCommon_.serializeEvent(
235  *jsonWriter_->streamerCommon_.getSerializerBuffer(), e, triggerResults, selectorConfig());
236  lumiWriter->incAccepted();
237  lumiWriter->doOutputEvent(*msg); //msg is written and discarded at this point
238  }
std::unique_ptr< evf::EvFOutputJSONWriter > jsonWriter_
static std::string const triggerResults
Definition: EdmProvDump.cc:44
ParameterSetID selectorConfig() const
edm::EDGetTokenT< edm::TriggerResults > trToken_
tuple msg
Definition: mps_check.py:285
Trig getTriggerResults(edm::EDGetTokenT< edm::TriggerResults > const &token, edm::EventForOutput const &e) const
void evf::EvFOutputModule::writeLuminosityBlock ( edm::LuminosityBlockForOutput const &  )
inlineoverrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 85 of file EvFOutputModule.h.

85 {}
void evf::EvFOutputModule::writeRun ( edm::RunForOutput const &  )
inlineoverrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 86 of file EvFOutputModule.h.

86 {}

Member Data Documentation

evf::FastMonitoringService* evf::EvFOutputModule::fms_
private

Definition at line 100 of file EvFOutputModule.h.

Referenced by EvFOutputModule(), and globalEndLuminosityBlock().

std::unique_ptr<evf::EvFOutputJSONWriter> evf::EvFOutputModule::jsonWriter_
private

Definition at line 102 of file EvFOutputModule.h.

Referenced by beginRun(), globalEndLuminosityBlock(), and write().

edm::ParameterSet const& evf::EvFOutputModule::ps_
private

Definition at line 95 of file EvFOutputModule.h.

Referenced by beginRun().

edm::EDGetTokenT<edm::SendJobHeader::ParameterSetMap> evf::EvFOutputModule::psetToken_
private

Definition at line 98 of file EvFOutputModule.h.

Referenced by beginRun().

std::string evf::EvFOutputModule::streamLabel_
private
edm::EDGetTokenT<edm::TriggerResults> evf::EvFOutputModule::trToken_
private

Definition at line 97 of file EvFOutputModule.h.

Referenced by write().