ATLAS Offline Software
IntArray.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 "TArrayI.h"
8 
9 //==========================
10 //======= IntArray =========
11 //==========================
12 
13 IntArray::IntArray(int n) : TArrayI(n) {}
14 
16 
beamspotman.n
n
Definition: beamspotman.py:731
IntArray::IntArray
IntArray()
Definition: IntArray.cxx:15
IntArray.h
IntArray::~IntArray
~IntArray()
Definition: IntArray.cxx:17