ATLAS Offline Software
Loading...
Searching...
No Matches
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
20
26class LArWFParamsContainer : public DataVector<LArWFParams> {
27
28 public:
29
31
33
34 virtual StatusCode initialize();
35
36};
37
39
40#endif
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)
Liquid Argon Wave Parameters Container
virtual StatusCode initialize()