ATLAS Offline Software
FileMetaDataAuxInfo_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: FileMetaDataAuxInfo_v1.cxx 670157 2015-05-27 11:52:51Z krasznaa $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxInfoBase() {
14 
15  // Declare the auxiliary variables of the class:
20  }
21 
22 } // namespace xAOD
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition: AuxInfoBase.h:49
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
FileMetaDataAuxInfo_v1.h
xAOD::FileMetaDataAuxInfo_v1::dataType
std::string dataType
Type of the data that's in the file.
Definition: FileMetaDataAuxInfo_v1.h:41
xAOD::FileMetaDataAuxInfo_v1::runNumbers
std::vector< uint32_t > runNumbers
run numbers in the file that went into making the file
Definition: FileMetaDataAuxInfo_v1.h:43
xAOD::FileMetaDataAuxInfo_v1::lumiBlocks
std::vector< uint32_t > lumiBlocks
Definition: FileMetaDataAuxInfo_v1.h:45
xAOD::FileMetaDataAuxInfo_v1::productionRelease
std::string productionRelease
Release that was used to make the file.
Definition: FileMetaDataAuxInfo_v1.h:39
xAOD::FileMetaDataAuxInfo_v1::FileMetaDataAuxInfo_v1
FileMetaDataAuxInfo_v1()
Default constructor.
Definition: FileMetaDataAuxInfo_v1.cxx:12