ATLAS Offline Software
Loading...
Searching...
No Matches
DoubleArray.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ISF_FASTCALOSIMEVENT_DoubleArray_h
6#define ISF_FASTCALOSIMEVENT_DoubleArray_h
7
8#include "TArrayD.h"
9#include "TObject.h"
10
11class DoubleArray : public TObject, public TArrayD {
12
13public:
15 DoubleArray(int);
17
18private:
19 ClassDef(DoubleArray, 1)
20};
21
22#endif