ATLAS Offline Software
LArWFParamsContainer.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 : Marcello Fanti */
8 
9 /* date of creation : 26/02/2004 */
10 
11 /* modification :
12  */
13 
14 #ifndef LARWFPARAMSCONTAINER_H
15 #define LARWFPARAMSCONTAINER_H
16 
18 #include "AthenaKernel/CLASS_DEF.h"
20 
26 class LArWFParamsContainer : public DataVector<LArWFParams> {
27 
28  public:
29 
31 
32  virtual ~LArWFParamsContainer() {};
33 
34  virtual StatusCode initialize();
35 
36 };
37 
38 CLASS_DEF(LArWFParamsContainer,1235873721,0)
39 
40 #endif
LArWFParamsContainer::initialize
virtual StatusCode initialize()
Definition: LArWFParamsContainer.cxx:7
LArWFParams
Definition: LArWFParams.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LArWFParamsContainer
Liquid Argon Wave Parameters Container
Definition: LArWFParamsContainer.h:26
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
LArWFParams.h
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
LArWFParamsContainer::~LArWFParamsContainer
virtual ~LArWFParamsContainer()
Definition: LArWFParamsContainer.h:32
CLASS_DEF.h
macros to associate a CLID to a type
LArWFParamsContainer::LArWFParamsContainer
LArWFParamsContainer()
Definition: LArWFParamsContainer.h:30