FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NewParameterContainer.cxx
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  ********************************************************************************/
9 
10 #include "FairParamList.h"
11 
12 #include <iostream>
13 
15 
16 NewParameterContainer ::NewParameterContainer(const char* name, const char* title, const char* context)
17  : FairParGenericSet(name, title, context)
18 {}
19 
21 
23 
25 {
26  if (!l) {
27  return;
28  }
29 }
30 
32 {
33  if (!l) {
34  return kFALSE;
35  }
36  return kTRUE;
37 }
NewParameterContainer(const char *name="NewParameterContainer", const char *title="NewParameterContainer Parameters", const char *context="TestDefaultContext")
ClassImp(FairEventBuilder)
Bool_t getParams(FairParamList *)
void putParams(FairParamList *)