ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTrackCountsAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef xAODTrigMinBias_TrigTrackCountsAUXCONTAINTER_V1_H
6#define xAODTrigMinBias_TrigTrackCountsAUXCONTAINTER_V1_H
7
9
10#include <vector>
11
12namespace xAOD {
13
15
16 public:
18
19 private:
20 std::vector< std::vector<float> > z0_pt;
21 std::vector< std::vector<float> > eta_phi;
22
23 std::vector<unsigned int> z0Bins;
24 std::vector<float> z0Min;
25 std::vector<float> z0Max;
26
27 std::vector<unsigned int> ptBins;
28 std::vector<float> ptMin;
29 std::vector<float> ptMax;
30
31 std::vector<unsigned int> etaBins;
32 std::vector<float> etaMin;
33 std::vector<float> etaMax;
34
35 std::vector<unsigned int> phiBins;
36 std::vector<float> phiMin;
37 std::vector<float> phiMax;
38
39 };
40
41}
42
43#include "xAODCore/BaseInfo.h"
45
46#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.
std::vector< std::vector< float > > z0_pt
std::vector< std::vector< float > > eta_phi
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.