ATLAS Offline Software
Loading...
Searching...
No Matches
LArPhysWaveContainer.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
8#ifndef LARPHYSWAVECONTAINER_H
9#define LARPHYSWAVECONTAINER_H
10
14
21
22class LArPhysWaveContainer : public LArConditionsContainer<LArPhysWave>
23{
24
25 public:
26
28
29 virtual ~LArPhysWaveContainer();
30
31};
32
34
35// inline methods
36
37inline
40
41inline
43
44#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
Liquid Argon Physics Wave Container.