 |
Belle II Software
release-05-02-19
|
void clear()
Reset all collected data.
std::map< std::string, ModuleInfo > m_moduleInfo
Stores information on inputs/outputs of each module, as obtained by requireInput()/optionalInput()/re...
Collect information about the dependencies between modules.
@ c_Output
registered output.
void setModule(const Module &mod)
Set the current module (for getCurrentModuleInfo())
void addEntry(const std::string &name, EEntryType type, bool isRelation)
Adds given entry/relation.
Abstract base class for different kinds of events.
@ c_NEntryTypes
size of this enum.
ModuleInfo & getCurrentModuleInfo()
Get info for current module.
static std::string getModuleID(const Module &mod)
Return unique ID for given module.
bool isUsedAs(const std::string &branchName, EEntryType type) const
Is the object/array/relation with given name used as specified input/output type (in any module)?
const std::map< std::string, ModuleInfo > & getModuleInfoMap() const
return information on inputs/outputs of each module, as obtained by requireInput()/optionalInput()/re...
std::string m_currentModule
Stores the current module, used to fill m_moduleInfo.
EEntryType
Possible types of entries/relations for a module.
@ c_OptionalInput
optional input.
std::set< std::string > relations[c_NEntryTypes]
relations between them.
Stores information on inputs/outputs of a module, as obtained by requireInput()/optionalInput()/regis...
std::set< std::string > entries[c_NEntryTypes]
objects/arrays.