ATLAS Offline Software
eFexEMRoIAuxContainer_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: eFexEMRoIAuxContainer_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8 #ifndef XAODTRIGGER_VERSIONS_EFEXEMROIAUXCONTAINER_V1_H
9 #define XAODTRIGGER_VERSIONS_EFEXEMROIAUXCONTAINER_V1_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 
34 
35  public:
38 
39  private:
40  std::vector< uint32_t > word0;
41  std::vector< uint32_t > word1;
42  std::vector< uint16_t > RetaEnv;
43  std::vector< uint16_t > RetaCore;
44  std::vector< uint16_t > RhadHad;
45  std::vector< uint16_t > RhadEM;
46  std::vector< uint16_t > WstotNumerator;
47  std::vector< uint16_t > WstotDenominator;
48 
49  std::vector< float > et;
50  std::vector< float > eta;
51  std::vector< float > phi;
52  std::vector< char > isTOB;
53 
54  }; // class eFexEMRoIAuxContainer_v1
55 
56 } // namespace xAOD
57 
58 // Declare the inheritance of the container:
59 #include "xAODCore/BaseInfo.h"
61 
62 #endif // XAODTRIGGER_VERSIONS_eFexEMRoIAuxContainer_V1_H
xAOD::eFexEMRoIAuxContainer_v1::WstotNumerator
std::vector< uint16_t > WstotNumerator
Definition: eFexEMRoIAuxContainer_v1.h:46
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::eFexEMRoIAuxContainer_v1::RhadHad
std::vector< uint16_t > RhadHad
Definition: eFexEMRoIAuxContainer_v1.h:44
xAOD::eFexEMRoIAuxContainer_v1::WstotDenominator
std::vector< uint16_t > WstotDenominator
Definition: eFexEMRoIAuxContainer_v1.h:47
xAOD::eFexEMRoIAuxContainer_v1::word1
std::vector< uint32_t > word1
Definition: eFexEMRoIAuxContainer_v1.h:41
xAOD::eFexEMRoIAuxContainer_v1::eFexEMRoIAuxContainer_v1
eFexEMRoIAuxContainer_v1()
Default constuctor.
Definition: eFexEMRoIAuxContainer_v1.cxx:12
SG_BASE
SG_BASE(xAOD::eFexEMRoIAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::eFexEMRoIAuxContainer_v1::eta
std::vector< float > eta
Definition: eFexEMRoIAuxContainer_v1.h:50
xAOD::eFexEMRoIAuxContainer_v1
Auxiliary store for the LVL1 eFEX EM TOB/RoI container.
Definition: eFexEMRoIAuxContainer_v1.h:33
xAOD::eFexEMRoIAuxContainer_v1::isTOB
std::vector< char > isTOB
Definition: eFexEMRoIAuxContainer_v1.h:52
xAOD::eFexEMRoIAuxContainer_v1::RhadEM
std::vector< uint16_t > RhadEM
Definition: eFexEMRoIAuxContainer_v1.h:45
xAOD::eFexEMRoIAuxContainer_v1::et
std::vector< float > et
Definition: eFexEMRoIAuxContainer_v1.h:49
xAOD::eFexEMRoIAuxContainer_v1::RetaEnv
std::vector< uint16_t > RetaEnv
Definition: eFexEMRoIAuxContainer_v1.h:42
xAOD::eFexEMRoIAuxContainer_v1::word0
std::vector< uint32_t > word0
Definition: eFexEMRoIAuxContainer_v1.h:40
xAOD::eFexEMRoIAuxContainer_v1::phi
std::vector< float > phi
Definition: eFexEMRoIAuxContainer_v1.h:51
xAOD::eFexEMRoIAuxContainer_v1::RetaCore
std::vector< uint16_t > RetaCore
Definition: eFexEMRoIAuxContainer_v1.h:43