ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterAuxContainer_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: TrigEMClusterAuxContainer_v1.h 631625 2014-11-27 17:24:55Z gwatts $
8#ifndef XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V1_H
9#define XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// Local include(s):
16
17namespace xAOD {
18
32
33 public:
36
37 private:
38 std::vector< float > energy;
39 std::vector< std::vector< float > > energySample;
40 std::vector< float > et;
41 std::vector< float > eta;
42 std::vector< float > phi;
43 std::vector< float > e237;
44 std::vector< float > e277;
45 std::vector< float > fracs1;
46 std::vector< float > weta2;
47 std::vector< float > ehad1;
48 std::vector< float > eta1;
49 std::vector< float > emaxs1;
50 std::vector< float > e2tsts1;
51 std::vector< float > e233;
52 std::vector< float > wstot;
53
54 }; // class TrigEMClusterAuxContainer_v1
55
56} // namespace xAOD
57
58#include "xAODCore/BaseInfo.h"
60
61#endif // XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Auxiliary container for trigger calorimeter cluster containers.
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.