ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterAuxContainer_v2.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: TrigEMClusterAuxContainer_v2.h 631625 2014-11-27 17:24:55Z gwatts $
8#ifndef XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V2_H
9#define XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V2_H
10
11// STL include(s):
12#include <vector>
13
14// Local include(s):
16
17namespace xAOD {
18
32
33 public:
36
37 private:
39#define TRIGCALOCLUSTER_AUX_VARIABLE( TYPE, NAME ) TYPE NAME
40#include "xAODTrigCalo/versions/TrigCaloClusterAuxVariables_v1.def"
41#undef TRIGCALOCLUSTER_AUX_VARIABLE
42
43 std::vector< float > energy;
44 std::vector< std::vector< float > > energySample;
45 std::vector< float > et;
46 std::vector< float > eta;
47 std::vector< float > phi;
48 std::vector< float > e237;
49 std::vector< float > e277;
50 std::vector< float > fracs1;
51 std::vector< float > weta2;
52 std::vector< float > ehad1;
53 std::vector< float > eta1;
54 std::vector< float > emaxs1;
55 std::vector< float > e2tsts1;
56 std::vector< float > e233;
57 std::vector< float > wstot;
58
59 }; // class TrigEMClusterAuxContainer_v2
60
61} // namespace xAOD
62
63#include "xAODCore/BaseInfo.h"
65
66#endif // XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V2_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.
Auxiliary container for trigger EM cluster containers.
std::vector< std::vector< float > > energySample
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.