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 Types | Private Member Functions | Private Attributes
RawEventOutputModuleForBU< Consumer > Class Template Reference

#include <RawEventOutputModuleForBU.h>

Inheritance diagram for RawEventOutputModuleForBU< Consumer >:
edm::one::OutputModule< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks > edm::one::OutputModuleBase edm::core::OutputModuleCore edm::EDConsumerBase

Public Member Functions

 RawEventOutputModuleForBU (edm::ParameterSet const &ps)
 
 ~RawEventOutputModuleForBU () override
 
- Public Member Functions inherited from edm::one::OutputModule< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks >
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 Types

typedef unsigned int uint32
 

Private Member Functions

void beginLuminosityBlock (edm::LuminosityBlockForOutput const &) override
 
void beginRun (edm::RunForOutput const &) override
 
void endLuminosityBlock (edm::LuminosityBlockForOutput const &) override
 
void endRun (edm::RunForOutput const &) override
 
void write (edm::EventForOutput const &e) override
 
void writeLuminosityBlock (const edm::LuminosityBlockForOutput &) override
 
void writeRun (const edm::RunForOutput &) override
 

Private Attributes

bool firstLumi_ = true
 
const unsigned int frdVersion_
 
unsigned int index_ = 0
 
const unsigned int numEventsPerFile_
 
timeval startOfLastLumi
 
std::unique_ptr< Consumer > templateConsumer_
 
const edm::EDGetTokenT
< FEDRawDataCollection
token_
 
unsigned int totevents = 0
 
unsigned long long totsize = 0LL
 
unsigned long long writtensize = 0LL
 
unsigned long long writtenSizeLast = 0LL
 

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< 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)
 
- Protected Attributes inherited from edm::core::OutputModuleCore
std::atomic< int > remainingEvents_
 

Detailed Description

template<class Consumer>
class RawEventOutputModuleForBU< Consumer >

Definition at line 26 of file RawEventOutputModuleForBU.h.

Member Typedef Documentation

template<class Consumer >
typedef unsigned int RawEventOutputModuleForBU< Consumer >::uint32
private

Definition at line 27 of file RawEventOutputModuleForBU.h.

Constructor & Destructor Documentation

template<class Consumer >
RawEventOutputModuleForBU< Consumer >::RawEventOutputModuleForBU ( edm::ParameterSet const &  ps)
explicit

Consumers are suppose to provide: void doOutputEvent(const FRDEventMsgView& msg) void start() void stop()

Definition at line 65 of file RawEventOutputModuleForBU.h.

68  templateConsumer_(new Consumer(ps)),
69  token_(consumes<FEDRawDataCollection>(ps.getParameter<edm::InputTag>("source"))),
70  numEventsPerFile_(ps.getParameter<unsigned int>("numEventsPerFile")),
71  frdVersion_(ps.getParameter<unsigned int>("frdVersion")) {}
std::unique_ptr< Consumer > templateConsumer_
const edm::EDGetTokenT< FEDRawDataCollection > token_
OutputModuleBase(ParameterSet const &pset)
template<class Consumer >
RawEventOutputModuleForBU< Consumer >::~RawEventOutputModuleForBU ( )
override

Definition at line 74 of file RawEventOutputModuleForBU.h.

74 {}

Member Function Documentation

template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::beginLuminosityBlock ( edm::LuminosityBlockForOutput const &  ls)
overrideprivate

Definition at line 177 of file RawEventOutputModuleForBU.h.

References gather_cfg::cout, lut2db_cfg::filename, edm::LuminosityBlockForOutput::id(), mkfit::LL, edm::LuminosityBlockID::luminosityBlock(), submitPVValidationJobs::now, and AlCaHLTBitMon_QueryRunRegistry::string.

177  {
178  index_ = 0;
179  std::string filename = edm::Service<evf::EvFDaqDirector>()->getOpenRawFilePath(ls.id().luminosityBlock(), index_);
180  std::string destinationDir = edm::Service<evf::EvFDaqDirector>()->buBaseRunDir();
181  std::cout << " writing to destination dir " << destinationDir << " name: " << filename << std::endl;
182  templateConsumer_->initialize(destinationDir, filename, ls.id().luminosityBlock());
183  //edm::Service<evf::EvFDaqDirector>()->updateBuLock(ls.id().luminosityBlock()+1);
184  if (!firstLumi_) {
185  timeval now;
186  ::gettimeofday(&now, nullptr);
187  //long long elapsedusec = (now.tv_sec - startOfLastLumi.tv_sec)*1000000+now.tv_usec-startOfLastLumi.tv_usec;
188  /* std::cout << "(now.tv_sec - startOfLastLumi.tv_sec) " << now.tv_sec <<"-" << startOfLastLumi.tv_sec */
189  /* <<" (now.tv_usec-startOfLastLumi.tv_usec) " << now.tv_usec << "-" << startOfLastLumi.tv_usec << std::endl; */
190  /* std::cout << "elapsedusec " << elapsedusec << " totevents " << totevents << " size (GB)" << writtensize */
191  /* << " rate " << (writtensize-writtenSizeLast)/elapsedusec << " MB/s" <<std::endl; */
193  ::gettimeofday(&startOfLastLumi, nullptr);
194  //edm::Service<evf::EvFDaqDirector>()->writeLsStatisticsBU(ls.id().luminosityBlock(), totevents, totsize, elapsedusec);
195  } else
196  ::gettimeofday(&startOfLastLumi, nullptr);
197  totevents = 0;
198  totsize = 0LL;
199  firstLumi_ = false;
200 }
std::unique_ptr< Consumer > templateConsumer_
def ls
Definition: eostools.py:349
constexpr Matriplex::idx_t LL
Definition: Matrix.h:45
tuple filename
Definition: lut2db_cfg.py:20
tuple cout
Definition: gather_cfg.py:144
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::beginRun ( edm::RunForOutput const &  )
overrideprivate

Definition at line 166 of file RawEventOutputModuleForBU.h.

166  {
167  // edm::Service<evf::EvFDaqDirector>()->updateBuLock(1);
168  templateConsumer_->start();
169 }
std::unique_ptr< Consumer > templateConsumer_
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::endLuminosityBlock ( edm::LuminosityBlockForOutput const &  ls)
overrideprivate

Definition at line 203 of file RawEventOutputModuleForBU.h.

References edm::LuminosityBlockForOutput::id(), and edm::LuminosityBlockID::luminosityBlock().

203  {
204  // templateConsumer_->touchlock(ls.id().luminosityBlock(),basedir);
205  templateConsumer_->endOfLS(ls.id().luminosityBlock());
206 }
std::unique_ptr< Consumer > templateConsumer_
def ls
Definition: eostools.py:349
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::endRun ( edm::RunForOutput const &  )
overrideprivate

Definition at line 172 of file RawEventOutputModuleForBU.h.

172  {
173  templateConsumer_->stop();
174 }
std::unique_ptr< Consumer > templateConsumer_
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 209 of file RawEventOutputModuleForBU.h.

References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.

209  {
211  desc.add<edm::InputTag>("source", edm::InputTag("rawDataCollector"));
212  desc.add<unsigned int>("numEventsPerFile", 100);
213  desc.add<unsigned int>("frdVersion", 6);
214  Consumer::extendDescription(desc);
215 
216  descriptions.addWithDefaultLabel(desc);
217 }
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::write ( edm::EventForOutput const &  e)
overrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 77 of file RawEventOutputModuleForBU.h.

References cms::Adler32(), cms::cuda::assert(), crc32c(), FEDRawData::data(), edm::EventID::event(), edm::EventForOutput::eventAuxiliary(), lut2db_cfg::filename, FRDEVENT_MASK_ISGENDATA, FRDHeaderMaxVersion, FRDHeaderVersionSize, edm::OccurrenceForOutput::getByToken(), edm::EventForOutput::id(), edm::EventAuxiliary::isRealData(), FEDNumbering::lastFEDId(), eostools::ls(), edm::EventForOutput::luminosityBlock(), mps_check::msg, edm::EventID::run(), FEDRawData::size(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by pkg.AbstractPkg::generate().

77  {
78  unsigned int ls = e.luminosityBlock();
79  if (totevents > 0 && totevents % numEventsPerFile_ == 0) {
80  index_++;
81  std::string filename = edm::Service<evf::EvFDaqDirector>()->getOpenRawFilePath(ls, index_);
82  std::string destinationDir = edm::Service<evf::EvFDaqDirector>()->buBaseRunDir();
83  templateConsumer_->initialize(destinationDir, filename, ls);
84  }
85  totevents++;
86  // serialize the FEDRawDataCollection into the format that we expect for
87  // FRDEventMsgView objects (may be better ways to do this)
89  e.getByToken(token_, fedBuffers);
90 
91  // determine the expected size of the FRDEvent IN BYTES !!!!!
93  int headerSize = FRDHeaderVersionSize[frdVersion_];
94  int expectedSize = headerSize;
95  int nFeds = frdVersion_ < 3 ? 1024 : FEDNumbering::lastFEDId() + 1;
96 
97  for (int idx = 0; idx < nFeds; ++idx) {
98  FEDRawData singleFED = fedBuffers->FEDData(idx);
99  expectedSize += singleFED.size();
100  }
101 
102  totsize += expectedSize;
103  // build the FRDEvent into a temporary buffer
104  std::unique_ptr<std::vector<unsigned char>> workBuffer(
105  std::make_unique<std::vector<unsigned char>>(expectedSize + 256));
106  uint32* bufPtr = (uint32*)(workBuffer.get()->data());
107  if (frdVersion_ <= 5) {
108  *bufPtr++ = (uint32)frdVersion_; // version number only
109  } else {
110  uint16 flags = 0;
111  if (!e.eventAuxiliary().isRealData())
112  flags |= FRDEVENT_MASK_ISGENDATA;
113  *(uint16*)bufPtr = (uint16)(frdVersion_ & 0xffff);
114  *((uint16*)bufPtr + 1) = flags;
115  bufPtr++;
116  }
117  *bufPtr++ = (uint32)e.id().run();
118  *bufPtr++ = (uint32)e.luminosityBlock();
119  *bufPtr++ = (uint32)e.id().event();
120  if (frdVersion_ == 4)
121  *bufPtr++ = 0; //64-bit event id high part
122 
123  if (frdVersion_ < 3) {
124  uint32 fedsize[1024];
125  for (int idx = 0; idx < 1024; ++idx) {
126  FEDRawData singleFED = fedBuffers->FEDData(idx);
127  fedsize[idx] = singleFED.size();
128  //std::cout << "fed size " << singleFED.size()<< std::endl;
129  }
130  memcpy(bufPtr, fedsize, 1024 * sizeof(uint32));
131  bufPtr += 1024;
132  } else {
133  *bufPtr++ = expectedSize - headerSize;
134  *bufPtr++ = 0;
135  if (frdVersion_ <= 4)
136  *bufPtr++ = 0;
137  }
138  uint32* payloadPtr = bufPtr;
139  for (int idx = 0; idx < nFeds; ++idx) {
140  FEDRawData singleFED = fedBuffers->FEDData(idx);
141  if (singleFED.size() > 0) {
142  memcpy(bufPtr, singleFED.data(), singleFED.size());
143  bufPtr += singleFED.size() / 4;
144  }
145  }
146  if (frdVersion_ > 4) {
147  //crc32c checksum
148  uint32_t crc = 0;
149  *(payloadPtr - 1) = crc32c(crc, (const unsigned char*)payloadPtr, expectedSize - headerSize);
150  } else if (frdVersion_ >= 3) {
151  //adler32 checksum
152  uint32 adlera = 1;
153  uint32 adlerb = 0;
154  cms::Adler32((const char*)payloadPtr, expectedSize - headerSize, adlera, adlerb);
155  *(payloadPtr - 1) = (adlerb << 16) | adlera;
156  }
157 
158  // create the FRDEventMsgView and use the template consumer to write it out
159  FRDEventMsgView msg(workBuffer.get()->data());
160  writtensize += msg.size();
161 
162  templateConsumer_->doOutputEvent(msg);
163 }
std::unique_ptr< Consumer > templateConsumer_
const edm::EDGetTokenT< FEDRawDataCollection > token_
constexpr size_t FRDHeaderMaxVersion
def ls
Definition: eostools.py:349
assert(be >=bs)
size_t size() const
Lenght of the data buffer in bytes.
Definition: FEDRawData.h:45
unsigned short uint16
Definition: MsgTools.h:12
unsigned int uint32
Definition: MsgTools.h:13
uint32_t crc32c(uint32_t crc, const unsigned char *buf, size_t len)
Definition: crc32c.cc:340
void Adler32(char const *data, size_t len, uint32_t &a, uint32_t &b)
tuple msg
Definition: mps_check.py:285
const uint16 FRDEVENT_MASK_ISGENDATA
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
Definition: FEDRawData.cc:24
tuple filename
Definition: lut2db_cfg.py:20
constexpr std::array< uint32, FRDHeaderMaxVersion+1 > FRDHeaderVersionSize
static constexpr int lastFEDId()
Definition: FEDNumbering.h:19
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::writeLuminosityBlock ( const edm::LuminosityBlockForOutput )
inlineoverrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 46 of file RawEventOutputModuleForBU.h.

46 {}
template<class Consumer >
void RawEventOutputModuleForBU< Consumer >::writeRun ( const edm::RunForOutput )
inlineoverrideprivatevirtual

Implements edm::core::OutputModuleCore.

Definition at line 45 of file RawEventOutputModuleForBU.h.

45 {}

Member Data Documentation

template<class Consumer >
bool RawEventOutputModuleForBU< Consumer >::firstLumi_ = true
private

Definition at line 61 of file RawEventOutputModuleForBU.h.

template<class Consumer >
const unsigned int RawEventOutputModuleForBU< Consumer >::frdVersion_
private

Definition at line 54 of file RawEventOutputModuleForBU.h.

template<class Consumer >
unsigned int RawEventOutputModuleForBU< Consumer >::index_ = 0
private

Definition at line 59 of file RawEventOutputModuleForBU.h.

template<class Consumer >
const unsigned int RawEventOutputModuleForBU< Consumer >::numEventsPerFile_
private

Definition at line 53 of file RawEventOutputModuleForBU.h.

template<class Consumer >
timeval RawEventOutputModuleForBU< Consumer >::startOfLastLumi
private

Definition at line 60 of file RawEventOutputModuleForBU.h.

template<class Consumer >
std::unique_ptr<Consumer> RawEventOutputModuleForBU< Consumer >::templateConsumer_
private

Definition at line 51 of file RawEventOutputModuleForBU.h.

template<class Consumer >
const edm::EDGetTokenT<FEDRawDataCollection> RawEventOutputModuleForBU< Consumer >::token_
private

Definition at line 52 of file RawEventOutputModuleForBU.h.

template<class Consumer >
unsigned int RawEventOutputModuleForBU< Consumer >::totevents = 0
private

Definition at line 58 of file RawEventOutputModuleForBU.h.

template<class Consumer >
unsigned long long RawEventOutputModuleForBU< Consumer >::totsize = 0LL
private

Definition at line 55 of file RawEventOutputModuleForBU.h.

template<class Consumer >
unsigned long long RawEventOutputModuleForBU< Consumer >::writtensize = 0LL
private

Definition at line 56 of file RawEventOutputModuleForBU.h.

template<class Consumer >
unsigned long long RawEventOutputModuleForBU< Consumer >::writtenSizeLast = 0LL
private

Definition at line 57 of file RawEventOutputModuleForBU.h.