ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPhotonAuxContainer_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: TrigPhotonAuxContainer_v1.h 631414 2014-11-26 22:03:16Z gwatts $
8#ifndef XAODTRIGEGAMMA_VERSIONS_TRIGPHOTONAUXCONTAINTER_V1_H
9#define XAODTRIGEGAMMA_VERSIONS_TRIGPHOTONAUXCONTAINTER_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"
21
22namespace xAOD {
23
36
37 public:
40
41 private:
44 std::vector< uint32_t > roiWord;
45 std::vector< float > rcore;
46 std::vector< float > eratio;
47 std::vector< float > etHad;
48 std::vector< float > etHad1;
49 std::vector< float > f0;
50 std::vector< float > f1;
51 std::vector< float > f2;
52 std::vector< float > f3;
53 std::vector< float > fside;
54 std::vector< float > weta2;
56
59 std::vector< float > pt;
60 std::vector< float > caloEta;
61 std::vector< float > caloPhi;
62 std::vector< float > dEta;
63 std::vector< float > dPhi;
65
68 std::vector< ElementLink< TrigEMClusterContainer > > emClusterLink;
70
71 }; // class TrigPhotonAuxContainer_v1
72
73} // namespace xAOD
74
76
77#endif // not XAODTRIGEGAMMA_VERSIONS_TRIGPHOTONAUXCONTAINTER_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::TrigPhotonContainer_v1.
std::vector< ElementLink< TrigEMClusterContainer > > emClusterLink
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.