ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
19
20class LArRawRampContainer : public DataVector<LArRawRamp> {
21 public:
23
25
26};
27
28CLASS_DEF( LArRawRampContainer, 1167083373,1)
29#endif
30
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
This class stores a unfittet ramp (=a vector a ADC and DAC values)
Definition LArRawRamp.h:25