ATLAS Offline Software
Loading...
Searching...
No Matches
TrigElectronAuxContainer_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: TrigElectronAuxContainer_v1.h 631414 2014-11-26 22:03:16Z gwatts $
8#ifndef XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONAUXCONTAINTER_V1_H
9#define XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONAUXCONTAINTER_V1_H
10
11// System include(s):
12#include <vector>
13extern "C" {
14# include <stdint.h>
15}
16
17// EDM include(s):
18#include "AthLinks/ElementLink.h"
22
23namespace xAOD {
24
37
38 public:
41
42 private:
45 std::vector< uint32_t > roiWord;
46 std::vector< float > zvtx;
47 std::vector< float > charge;
48 std::vector< int > nTRTHits;
49 std::vector< int > nTRTHiThresholdHits;
50 std::vector< float > rcore;
51 std::vector< float > eratio;
52 std::vector< float > etHad;
53 std::vector< float > etHad1;
54 std::vector< float > f0;
55 std::vector< float > f1;
56 std::vector< float > f2;
57 std::vector< float > f3;
59
62 std::vector< float > trkEtaAtCalo;
63 std::vector< float > trkPhiAtCalo;
64 std::vector< float > etOverPt;
65 std::vector< float > pt;
66 std::vector< float > caloEta;
67 std::vector< float > caloPhi;
69
72 std::vector< ElementLink< TrigEMClusterContainer > > emClusterLink;
73 std::vector< ElementLink< TrackParticleContainer > > trackParticleLink;
75
76 }; // class TrigElectronAuxContainer_v1
77
78} // namespace xAOD
79
81
82#endif // not XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONAUXCONTAINTER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Class holding the payload of xAOD::TrigElectronContainer_v1.
std::vector< ElementLink< TrigEMClusterContainer > > emClusterLink
std::vector< ElementLink< TrackParticleContainer > > trackParticleLink
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.