ATLAS Offline Software
Loading...
Searching...
No Matches
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):
17
18namespace xAOD {
19
23 const SG::AuxElement::Accessor< float >*
25
29
31 const SG::AuxElement::Accessor< float >*
33
37
39 const SG::AuxElement::Accessor< float >*
41
42} // namespace xAOD
43
44#endif // XAODTRUTH_TRUTHACCESSORS_V1_H
Base class for elements of a container that can have aux data.
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:572
PdfParam
Accessor enums for PDF info parameter lookup.
HIParam
Heavy ion parameter enum.
PolParam
Polarization parameter types.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
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...
const SG::AuxElement::Accessor< int > * pdfInfoAccessorV1Int(TruthEvent_v1::PdfParam type)
Helper function for getting accessors for integer type PDF information.
const SG::AuxElement::Accessor< int > * heavyIonAccessorV1Int(TruthEvent_v1::HIParam type)
Helper function for getting accessors for integer type HI information.
const SG::AuxElement::Accessor< float > * pdfInfoAccessorV1Float(TruthEvent_v1::PdfParam type)
Helper function for getting accessors for floating point PDF information.
const SG::AuxElement::Accessor< float > * heavyIonAccessorV1Float(TruthEvent_v1::HIParam type)
Helper function for getting accessors for floating point HI information.