 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/DataStore.h>
15 #include <framework/core/Environment.h>
16 #include <framework/dataobjects/FileMetaData.h>
17 #include <framework/dataobjects/EventMetaData.h>
44 class RootInputModule :
public Module {
57 virtual void event()
override;
63 virtual std::vector<std::string>
getFileNames(
bool outputFiles =
false)
override
65 B2ASSERT(
"RootInput is not an output module", !outputFiles);
80 typedef std::vector<DataStore::StoreEntry*>
StoreEntries;
105 void entryNotFound(
const std::string& entryOrigin,
const std::string& name,
bool fileChanged =
true);
203 calls += f->GetReadCalls();
211 s +=
"read: " + std::to_string(
bytesRead) +
" Bytes";
213 s +=
", Read() calls: " + std::to_string(
calls);
const std::vector< std::string > & getInputFilesOverride() const
Return overriden input file names, or empty vector if none were set.
Abstract base class for different kinds of events.
const static int c_NDurabilityTypes
Number of Durability Types.
static Environment & Instance()
Static method to get a reference to the Environment instance.
EDurability
Durability types.