ATLAS Offline Software
Loading...
Searching...
No Matches
JetRoIAuxContainer_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: JetRoIAuxContainer_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8#ifndef XAODTRIGGER_VERSIONS_JETROIAUXCONTAINER_V1_H
9#define XAODTRIGGER_VERSIONS_JETROIAUXCONTAINER_V1_H
10
11// System include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16#include <string>
17
18// EDM include(s):
20
21namespace 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
45 std::vector< std::vector< float > > thrValues;
46 std::vector< std::vector< std::string > > thrNames;
47
48 std::vector< float > et4x4;
49 std::vector< float > et6x6;
50 std::vector< float > et8x8;
51
52 }; // class JetRoIAuxContainer_v1
53
54} // namespace xAOD
55
56// Declare the inheritance of the class:
57#include "xAODCore/BaseInfo.h"
59
60#endif // XAODTRIGGER_VERSIONS_JETROIAUXCONTAINER_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.
Auxiliary store for the LVL1 jet RoI container.
std::vector< std::vector< std::string > > thrNames
JetRoIAuxContainer_v1()
Default constuctor.
std::vector< std::vector< float > > thrValues
std::vector< uint32_t > roiWord
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.