ATLAS Offline Software
DoubleArray.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 #include "TArrayD.h"
8 
9 //==========================
10 //======= DoubleArray =========
11 //==========================
12 
13 DoubleArray::DoubleArray(int n) : TArrayD(n) {}
14 
16 
DoubleArray::DoubleArray
DoubleArray()
Definition: DoubleArray.cxx:15
DoubleArray::~DoubleArray
~DoubleArray()
Definition: DoubleArray.cxx:17
beamspotman.n
n
Definition: beamspotman.py:731
DoubleArray.h