Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TruthAccessors_v1.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: TruthAccessors_v1.h 623284 2014-10-22 14:07:48Z krasznaa $
8 #ifndef XAODTRUTH_TRUTHACCESSORS_V1_H
9 #define XAODTRUTH_TRUTHACCESSORS_V1_H
10 
11 // EDM include(s):
13 
14 // Local include(s):
15 #include "xAODTruth/TruthEvent.h"
17 
18 namespace xAOD {
19 
25 
29 
33 
37 
41 
42 } // namespace xAOD
43 
44 #endif // XAODTRUTH_TRUTHACCESSORS_V1_H
xAOD::heavyIonAccessorV1Float
const SG::AuxElement::Accessor< float > * heavyIonAccessorV1Float(TruthEvent_v1::HIParam type)
Helper function for getting accessors for floating point HI information.
Definition: TruthAccessors_v1.cxx:105
SG::Accessor
Helper class to provide type-safe access to aux data.
Definition: Control/AthContainers/AthContainers/Accessor.h:68
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
xAOD::TruthEvent_v1::PdfParam
PdfParam
Accessor enums for PDF info parameter lookup.
Definition: TruthEvent_v1.h:74
xAOD::pdfInfoAccessorV1Float
const SG::AuxElement::Accessor< float > * pdfInfoAccessorV1Float(TruthEvent_v1::PdfParam type)
Helper function for getting accessors for floating point PDF information.
Definition: TruthAccessors_v1.cxx:61
xAOD::pdfInfoAccessorV1Int
const SG::AuxElement::Accessor< int > * pdfInfoAccessorV1Int(TruthEvent_v1::PdfParam type)
Helper function for getting accessors for integer type PDF information.
Definition: TruthAccessors_v1.cxx:42
xAOD::heavyIonAccessorV1Int
const SG::AuxElement::Accessor< int > * heavyIonAccessorV1Int(TruthEvent_v1::HIParam type)
Helper function for getting accessors for integer type HI information.
Definition: TruthAccessors_v1.cxx:81
xAOD::polarizationAccessorV1
const SG::AuxElement::Accessor< float > * polarizationAccessorV1(TruthParticle_v1::PolParam type)
This function holds on to Accessor objects that can be used by each TruthParticle_v1 object at runtim...
Definition: TruthAccessors_v1.cxx:25
xAOD::TruthParticle_v1::PolParam
PolParam
Polarization parameter types.
Definition: TruthParticle_v1.h:317
TruthParticle.h
xAOD::TruthEvent_v1::HIParam
HIParam
Heavy ion parameter enum.
Definition: TruthEvent_v1.h:130
TruthEvent.h
AuxElement.h
Base class for elements of a container that can have aux data.