ATLAS Offline Software
LArRawRampContainer.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 /* author: Walter Lampl */
8 /* Container Class to hold a LArRawRamp Object */
9 /* date of creation : 26/02/2004 */
10 
11 #ifndef LARRAWRAMPCONTAINER_H
12 #define LARRAWRAMPCONTAINER_H
13 
14 
16 #include "AthenaKernel/CLASS_DEF.h"
18 
19 
20 class LArRawRampContainer : public DataVector<LArRawRamp> {
21  public:
23 
24  virtual ~LArRawRampContainer() {};
25 
26 };
27 
28 CLASS_DEF( LArRawRampContainer, 1167083373,1)
29 #endif
30 
LArRawRampContainer::LArRawRampContainer
LArRawRampContainer()
Definition: LArRawRampContainer.h:22
LArRawRampContainer::~LArRawRampContainer
virtual ~LArRawRampContainer()
Definition: LArRawRampContainer.h:24
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LArRawRamp
This class stores a unfittet ramp (=a vector a ADC and DAC values)
Definition: LArRawRamp.h:25
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
LArRawRampContainer
Definition: LArRawRampContainer.h:20
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
LArRawRamp.h
CLASS_DEF.h
macros to associate a CLID to a type