ATLAS Offline Software
EmTauRoIAuxContainer_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: EmTauRoIAuxContainer_v2.h 631149 2014-11-26 12:26:18Z krasznaa $
8 #ifndef XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V2_H
9 #define XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V2_H
10 
11 // System include(s):
12 extern "C" {
13 # include <stdint.h>
14 }
15 #include <vector>
16 #include <string>
17 
18 // EDM include(s):
20 
21 namespace xAOD {
22 
35 
36  public:
39 
40  private:
41  std::vector< float > eta;
42  std::vector< float > phi;
43  std::vector< uint32_t > roiWord;
44  std::vector< float > etScale;
45 
46  std::vector< uint32_t > thrPattern;
47  std::vector< std::vector< float > > thrValues;
48  std::vector< std::vector< std::string > > thrNames;
49 
50  std::vector< float > core;
51  std::vector< float > emClus;
52  std::vector< float > tauClus;
53  std::vector< float > emIsol;
54  std::vector< float > hadIsol;
55  std::vector< float > hadCore;
56 
57  }; // class EmTauRoIAuxContainer_v2
58 
59 } // namespace xAOD
60 
61 // Declare the inheritance of the container:
62 #include "xAODCore/BaseInfo.h"
64 
65 #endif // XAODTRIGGER_VERSIONS_EMTAUROIAUXCONTAINER_V2_H
xAOD::EmTauRoIAuxContainer_v2::eta
std::vector< float > eta
Definition: EmTauRoIAuxContainer_v2.h:41
xAOD::EmTauRoIAuxContainer_v2::thrPattern
std::vector< uint32_t > thrPattern
Definition: EmTauRoIAuxContainer_v2.h:46
SG_BASE
SG_BASE(xAOD::EmTauRoIAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::EmTauRoIAuxContainer_v2::emClus
std::vector< float > emClus
Definition: EmTauRoIAuxContainer_v2.h:51
xAOD::EmTauRoIAuxContainer_v2::roiWord
std::vector< uint32_t > roiWord
Definition: EmTauRoIAuxContainer_v2.h:43
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::EmTauRoIAuxContainer_v2::tauClus
std::vector< float > tauClus
Definition: EmTauRoIAuxContainer_v2.h:52
xAOD::EmTauRoIAuxContainer_v2::EmTauRoIAuxContainer_v2
EmTauRoIAuxContainer_v2()
Default constuctor.
Definition: EmTauRoIAuxContainer_v2.cxx:12
xAOD::EmTauRoIAuxContainer_v2::thrValues
std::vector< std::vector< float > > thrValues
Definition: EmTauRoIAuxContainer_v2.h:47
xAOD::EmTauRoIAuxContainer_v2::hadCore
std::vector< float > hadCore
Definition: EmTauRoIAuxContainer_v2.h:55
xAOD::EmTauRoIAuxContainer_v2::phi
std::vector< float > phi
Definition: EmTauRoIAuxContainer_v2.h:42
xAOD::EmTauRoIAuxContainer_v2::emIsol
std::vector< float > emIsol
Definition: EmTauRoIAuxContainer_v2.h:53
xAOD::EmTauRoIAuxContainer_v2
Auxiliary store for the LVL1 em/tau RoI container.
Definition: EmTauRoIAuxContainer_v2.h:34
xAOD::EmTauRoIAuxContainer_v2::thrNames
std::vector< std::vector< std::string > > thrNames
Definition: EmTauRoIAuxContainer_v2.h:48
xAOD::EmTauRoIAuxContainer_v2::hadIsol
std::vector< float > hadIsol
Definition: EmTauRoIAuxContainer_v2.h:54
xAOD::EmTauRoIAuxContainer_v2::core
std::vector< float > core
Definition: EmTauRoIAuxContainer_v2.h:50
xAOD::EmTauRoIAuxContainer_v2::etScale
std::vector< float > etScale
Definition: EmTauRoIAuxContainer_v2.h:44