33#ifndef XAOD_BPHYSMETADATAHELPER_H
34#define XAOD_BPHYSMETADATAHELPER_H
83 std::map<std::string, const std::type_info*>
varTypes()
const;
114 bool value(
const std::string&
name, std::string& val)
const;
115 bool value(
const std::string&
name, std::vector<int>& val)
const;
116 bool value(
const std::string&
name, std::vector<float>& val)
const;
117 bool value(
const std::string&
name, std::vector<double>& val)
const;
118 bool value(
const std::string&
name, std::vector<bool>& val)
const;
119 bool value(
const std::string&
name, std::vector<std::string>& val)
const;
128 std::map<std::string, double>
valuesD()
const;
130 std::map<std::string, std::string>
valuesS()
const;
131 std::map<std::string, std::vector<int> >
valuesVI()
const;
132 std::map<std::string, std::vector<float> >
valuesVF()
const;
133 std::map<std::string, std::vector<double> >
valuesVD()
const;
134 std::map<std::string, std::vector<bool> >
valuesVB()
const;
135 std::map<std::string, std::vector<std::string> >
valuesVS()
const;
153 mutable std::map<std::string, const std::type_info*>
m_tmap;
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void ErrorHandler ATLAS_NOT_THREAD_SAFE(Int_t level, Bool_t abort, const char *location, const char *message)
Function filtering the warnings coming from ROOT.
FileMetaData_v1 FileMetaData
Declare the latest version of the class.