FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairGenericParRootFileIo.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 FAIRGENERICPARROOTFILEIO_H
9 #define FAIRGENERICPARROOTFILEIO_H
10 
11 #include "FairDetParRootFileIo.h" // for FairDetParRootFileIo
12 
13 #include <Rtypes.h> // for ClassDef macro
14 
15 class FairParRootFile;
16 class FairParSet;
17 
19 {
20  public:
23  Bool_t init(FairParSet*);
24  ClassDef(FairGenericParRootFileIo,
25  0) // I/O from ROOT file for parameter containers derived from FairParGenericSet
26 };
27 
28 #endif /* !FAIRGENERICPARROOTFILEIO_H */
FairGenericParRootFileIo(FairParRootFile *f=0)