ATLAS Offline Software
EventInfoAccessors_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: EventInfoAccessors_v1.h 579930 2014-01-24 10:36:54Z krasznaa $
8 #ifndef XAODEVENTINFO_EVENTINFOACCESSORS_V1_H
9 #define XAODEVENTINFO_EVENTINFOACCESSORS_V1_H
10 
11 // Local include(s):
15 
16 namespace xAOD {
17 
30 
31 
45 
46 } // namespace xAOD
47 
48 #endif // XAODEVENTINFO_EVENTINFOACCESSORS_V1_H
AtomicConstAccessor.h
Access an auxiliary variable atomically.
xAOD::eventFlagsAccessorsV1
const SG::AtomicDecorator< uint32_t > * eventFlagsAccessorsV1(EventInfo_v1::EventFlagSubDet subDet)
Helper function for accessing event flag variables.
Definition: EventInfoAccessors_v1.cxx:34
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::eventFlagsConstAccessorsV1
const SG::AtomicConstAccessor< uint32_t > * eventFlagsConstAccessorsV1(EventInfo_v1::EventFlagSubDet subDet)
Helper function for accessing event flag variables, for const access.
Definition: EventInfoAccessors_v1.cxx:58
AtomicDecorator.h
Access an auxiliary variable atomically.
SG::AtomicConstAccessor
Access an auxiliary variable atomically.
Definition: AtomicConstAccessor.h:45
xAOD::EventInfo_v1::EventFlagSubDet
EventFlagSubDet
Sub-detector types for which we store event-level flags.
Definition: EventInfo_v1.h:331
SG::AtomicDecorator
Access an auxiliary variable atomically.
Definition: AtomicDecorator.h:44
EventInfo_v1.h