ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerTowerAuxContainer_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: TriggerTowerAuxContainer_v1.h 631511 2014-11-27 13:17:07Z gwatts $
8#ifndef XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V1_H
9#define XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// EDM include(s):
16
17namespace xAOD{
18
27 public:
28 // Default constructor
30
31 private:
32 std::vector<std::vector<int> > emLUT;
33 std::vector<std::vector<int> > hadLUT;
34 std::vector<std::vector<int> > emADC;
35 std::vector<std::vector<int> > hadADC;
36 std::vector<std::vector<int> > emBCIDvec;
37 std::vector<std::vector<int> > hadBCIDvec;
38 std::vector<std::vector<int> > emBCIDext;
39 std::vector<std::vector<int> > hadBCIDext;
40 std::vector<float> phi;
41 std::vector<float> eta;
42 std::vector<unsigned int> key;
43 std::vector<int> emError;
44 std::vector<int> hadError;
45 std::vector<int> emPeak;
46 std::vector<int> emADCPeak;
47 std::vector<int> hadPeak;
48 std::vector<int> hadADCPeak;
49
50 }; // class TriggerTowerAuxContainer_v1
51} // namespace xAOD
52
53#include "xAODCore/BaseInfo.h"
55
56#endif // XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_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.
AuxContainer for TriggerTower_v1.
std::vector< std::vector< int > > emBCIDext
std::vector< std::vector< int > > emADC
std::vector< std::vector< int > > hadLUT
std::vector< std::vector< int > > emBCIDvec
std::vector< std::vector< int > > emLUT
std::vector< std::vector< int > > hadADC
std::vector< std::vector< int > > hadBCIDvec
std::vector< std::vector< int > > hadBCIDext
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.