|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef XAODMETADATA_VERSIONS_FILEMETADATA_V1_H
8 #define XAODMETADATA_VERSIONS_FILEMETADATA_V1_H
92 bool value(
const std::string&
type, std::string&
val )
const;
112 bool value(
const std::string&
type,
float&
val )
const;
130 bool value(
const std::string&
type, std::vector< uint32_t >&
val)
const;
133 bool setValue(
const std::string&
type,
const std::vector< uint32_t >&
val);
147 #endif // XAODMETADATA_VERSIONS_FILEMETADATA_V1_H
Base class for elements of a container that can have aux data.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Base class for elements of a container that can have aux data.
std::ostream & operator<<(std::ostream &out, const std::pair< FIRST, SECOND > &pair)
Helper print operator.