ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHisto2DAuxContainer_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_TrigHisto2DAUXCONTAINTER_V1_H
6#define xAODTrigMinBias_TrigHisto2DAUXCONTAINTER_V1_H
7
9
10#include <vector>
11
12namespace xAOD {
13
15
16 public:
18
19 private:
20 //contents of trighisto
21 std::vector<std::vector<float> > contents;
22
23 std::vector<unsigned int> nbinsX;
24 std::vector<float> minX;
25 std::vector<float> maxX;
26
27 std::vector<unsigned int> nbinsY;
28 std::vector<float> minY;
29 std::vector<float> maxY;
30 };
31
32}
33
34#include "xAODCore/BaseInfo.h"
36
37#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 > > contents
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.