11#include <framework/core/Module.h>
12#include <framework/datastore/DataStore.h>
13#include <framework/core/Environment.h>
14#include <framework/dataobjects/FileMetaData.h>
15#include <framework/dataobjects/EventMetaData.h>
55 virtual void event()
override;
61 virtual std::vector<std::string>
getFileNames(
bool outputFiles =
false)
override
63 B2ASSERT(
"RootInput is not an output module", !outputFiles);
104 void entryNotFound(
const std::string& entryOrigin,
const std::string& name,
bool fileChanged =
true);
202 calls += f->GetReadCalls();
210 s +=
"read: " + std::to_string(
bytesRead) +
" Bytes";
212 s +=
", Read() calls: " + std::to_string(
calls);
static const int c_NDurabilityTypes
Number of Durability Types.
EDurability
Durability types.
const std::vector< std::string > & getInputFilesOverride() const
Return overriden input file names, or empty vector if none were set.
static Environment & Instance()
Static method to get a reference to the Environment instance.
const std::vector< std::string > & getSecondaryInputFilesOverride() const
Return overriden secondary input file names, or empty vector if none were set.
Abstract base class for different kinds of events.