ATLAS Offline Software
Loading...
Searching...
No Matches
CustomBenchmark.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
7namespace PMonUtils {
8
10 : m_nmax(nmax),
11 m_data(new Data[nmax]),
13 {
14 Data * itE = &(m_data[m_nmax]);
15 for (Data * it = m_data; it!=itE; ++it)
16 it->init();
17 }
18
20 {
21 delete[] m_data;
22 }
23
24}
const int nmax(200)