EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FairGenericParAsciiFileIo.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FairGenericParAsciiFileIo.h
1
#ifndef FAIRGENERICPARASCIIFILEIO_H
2
#define FAIRGENERICPARASCIIFILEIO_H
3
4
#include "
FairDetParAsciiFileIo.h
"
5
6
#include <fstream>
7
8
class
FairParGenericSet
;
9
10
class
FairGenericParAsciiFileIo
:
public
FairDetParAsciiFileIo
11
{
12
public
:
13
FairGenericParAsciiFileIo
(std::fstream* f=0);
14
~FairGenericParAsciiFileIo
() {}
15
Bool_t
init
(
FairParSet
*);
16
Int_t
write
(
FairParSet
*);
17
private
:
18
19
ClassDef
(
FairGenericParAsciiFileIo
,0)
// I/O from Ascii file for parameter containers derived from FairParGenericSet
20
Bool_t readGenericSet(
FairParGenericSet
* pPar);
21
Int_t
writeGenericSet
(
FairParGenericSet
* pPar);
22
23
template <class type> const UChar_t*
readData
(type,const Char_t*,TString&,Int_t&);
24
template <class type>
void
writeData
(type*,Int_t);
25
};
26
27
#endif
/* !FAIRGENERICPARASCIIFILEIO_H */
EicRoot
blob
master
parbase
FairGenericParAsciiFileIo.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration