ATLAS Offline Software
Loading...
Searching...
No Matches
FileMetaDataAccessors_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
8#ifndef XAODMETADATA_FILEMETADATAACCESSORS_V1_H
9#define XAODMETADATA_FILEMETADATAACCESSORS_V1_H
10
11// System include(s):
12#include <cstdint>
13#include <string>
14
15// EDM include(s):
17
18// Local include(s):
20
21namespace xAOD {
22
26
30
32 const SG::AuxElement::Accessor< float >*
34
36 const SG::AuxElement::Accessor< char >*
38
39} // namespace xAOD
40
41#endif // XAODMETADATA_FILEMETADATAACCESSORS_V1_H
Base class for elements of a container that can have aux data.
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:572
MetaDataType
Pre-defined metadata value types.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
const SG::AuxElement::Accessor< std::string > * metaDataTypeStringAccessorV1(FileMetaData_v1::MetaDataType type)
Helper function for getting an accessor for a pre-defined property.
const SG::AuxElement::Accessor< uint32_t > * metaDataTypeUIntAccessorV1(FileMetaData_v1::MetaDataType type)
Helper function for getting an accessor for a pre-defined property.
const SG::AuxElement::Accessor< float > * metaDataTypeFloatAccessorV1(FileMetaData_v1::MetaDataType type)
Helper function for getting an accessor for a pre-defined property.
const SG::AuxElement::Accessor< char > * metaDataTypeCharAccessorV1(FileMetaData_v1::MetaDataType type)
Helper function for getting an accessor for a pre-defined property.