ATLAS Offline Software
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigHisto1D_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_TRIGHISTO1D_P1_H
6
#define TRIGINDETEVENTTPCNV_TRIGHISTO1D_P1_H
7
8
#include <vector>
9
17
class
TrigHisto1D_p1
{
18
public
:
19
TrigHisto1D_p1
() :
m_nbins_x
(0),
m_min_x
(0.),
m_max_x
(0) {}
20
21
// private:
22
std::vector<float>
m_contents
;
23
unsigned
int
m_nbins_x
;
24
float
m_min_x
;
25
float
m_max_x
;
26
};
27
28
#endif
TrigHisto1D_p1::m_contents
std::vector< float > m_contents
Definition:
TrigHisto1D_p1.h:22
TrigHisto1D_p1::TrigHisto1D_p1
TrigHisto1D_p1()
Definition:
TrigHisto1D_p1.h:19
TrigHisto1D_p1::m_max_x
float m_max_x
Definition:
TrigHisto1D_p1.h:25
TrigHisto1D_p1::m_nbins_x
unsigned int m_nbins_x
Definition:
TrigHisto1D_p1.h:23
TrigHisto1D_p1
The persistent partner of TrigHisto1D class.
Definition:
TrigHisto1D_p1.h:17
TrigHisto1D_p1::m_min_x
float m_min_x
Definition:
TrigHisto1D_p1.h:24
Generated on Thu Nov 7 2024 21:29:49 for ATLAS Offline Software by
1.8.18