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;
97 bool setValue(
const std::string&
type,
const std::string& val );
112 bool value(
const std::string&
type,
float& val )
const;
122 bool value(
const std::string&
type,
bool& 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);
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
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.
std::ostream & operator<<(std::ostream &out, const std::pair< FIRST, SECOND > &pair)
Helper print operator.