ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMissingETAuxContainer_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: TrigMissingETAuxContainer_v1.h 631541 2014-11-27 14:52:35Z gwatts $
8#ifndef xAODTrigMissingET_TrigMissingETAUXCONTAINTER_V1_H
9#define xAODTrigMissingET_TrigMissingETAUXCONTAINTER_V1_H
10
11// System include(s):
12#include <vector>
13extern "C" {
14# include <stdint.h>
15}
16
17// EDM include(s):
19
20namespace xAOD {
21
33
34 public:
37
38 private:
41 std::vector<float> ex;
42 std::vector<float> ey;
43 std::vector<float> ez;
44 std::vector<float> sumEt;
45 std::vector<float> sumE;
47
50 std::vector<int> flag;
51 std::vector<uint32_t> roiWord;
53
56 std::vector<std::vector<std::string> > nameOfComponent;
57 std::vector<std::vector<float> > exComponent;
58 std::vector<std::vector<float> > eyComponent;
59 std::vector<std::vector<float> > ezComponent;
60 std::vector<std::vector<float> > sumEtComponent;
61 std::vector<std::vector<float> > sumEComponent;
62 std::vector<std::vector<float> > calib0Component;
63 std::vector<std::vector<float> > calib1Component;
64 std::vector<std::vector<float> > sumOfSignsComponent;
65 std::vector<std::vector<short> > statusComponent;
66 std::vector<std::vector< unsigned short> > usedChannelsComponent;
68 };
69
70}
71
72#include "xAODCore/BaseInfo.h"
74
75#endif
#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 TrigMissingET classes.
std::vector< std::vector< float > > sumEComponent
std::vector< std::vector< float > > exComponent
std::vector< std::vector< float > > calib0Component
std::vector< std::vector< std::string > > nameOfComponent
std::vector< std::vector< unsigned short > > usedChannelsComponent
std::vector< std::vector< short > > statusComponent
std::vector< std::vector< float > > sumOfSignsComponent
std::vector< std::vector< float > > ezComponent
std::vector< std::vector< float > > sumEtComponent
std::vector< std::vector< float > > calib1Component
std::vector< std::vector< float > > eyComponent
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.