ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHisto2D_p1.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 TRIGINDETEVENTTPCNV_TRIGHISTO2D_P1_H
6#define TRIGINDETEVENTTPCNV_TRIGHISTO2D_P1_H
7
8#include <vector>
9
18 public:
20 m_nbins_y(0), m_min_y(0.), m_max_y(0) {}
21
22 //private:
23 std::vector<float> m_contents;
24 unsigned int m_nbins_x;
25 float m_min_x;
26 float m_max_x;
27 unsigned int m_nbins_y;
28 float m_min_y;
29 float m_max_y;
30};
31
32#endif
33
unsigned int m_nbins_y
unsigned int m_nbins_x
std::vector< float > m_contents