FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NewParameterContainer.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #ifndef NEWPARAMETERCONTAINER_H
9 #define NEWPARAMETERCONTAINER_H
10 
11 #include "FairParGenericSet.h"
12 
13 class FairParamList;
14 
16 {
17  public:
18  NewParameterContainer(const char* name = "NewParameterContainer",
19  const char* title = "NewParameterContainer Parameters",
20  const char* context = "TestDefaultContext");
22  void clear(void);
23  void putParams(FairParamList*);
24  Bool_t getParams(FairParamList*);
25 
26  private:
29 
30  ClassDef(NewParameterContainer, 1);
31 };
32 
33 #endif
NewParameterContainer(const char *name="NewParameterContainer", const char *title="NewParameterContainer Parameters", const char *context="TestDefaultContext")
Bool_t getParams(FairParamList *)
void putParams(FairParamList *)