ATLAS Offline Software
Loading...
Searching...
No Matches
CoolLumiUtilsTest.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
9 : m_value(0)
10{
11}
12
13void
15 m_value = value;
16}
17
18int
20 return m_value;
21}
22
26
27void
29 m_value = value;
30}
31
32float
34 return m_value;
35}
36
37void
39 m_list.push_back(value);
40}
41
42const std::vector<float>&
46
48 : std::vector<double>(1000, 0.) {
49}
50
51void
53 this->push_back(value);
54}
55
56// boost::python::list
57// CoolLumiUtilsTestObj::getList() {
58// return m_list;
59// }
std::vector< float > m_list
const std::vector< float > & getList()
int getValue() const
STL namespace.