 |
Belle II Software
release-05-02-19
|
21 namespace SoftwareTrigger {
30 class SoftwareTriggerVariables :
public TObject {
33 void append(
const std::string& identifier,
const double& value)
39 const std::map<std::string, double>&
get()
const
51 bool has(std::string identifier)
const
void append(const std::string &identifier, const double &value)
Append a new variable to the collection. Make sure not to override existing ones.
void clear()
Clear all results.
const std::map< std::string, double > & get() const
Get the whole map of results for analysis.
Abstract base class for different kinds of events.
std::map< std::string, double > m_results
Internal storage of the variables with names.
ClassDef(SoftwareTriggerVariables, 1)
Making this class a ROOT class.
double getVariable(std::string identifier) const
Get just one value from the map.
bool has(std::string identifier) const
Returns true if indentifier is in the map of trigger variables.
Storable object for the variables calculated in the SoftwareTriggerModule.