|
BmnRoot
|
#include <CbmParTest.h>
Public Member Functions | |
| CbmParTest (const char *name="CbmParTest", const char *title="Test class for parameter io", const char *context="TestDefaultContext") | |
| ~CbmParTest (void) | |
| void | clear (void) |
| virtual Bool_t | init (FairParIo *) |
| virtual Int_t | write (FairParIo *) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| CbmParTest (const CbmParTest &)=delete | |
| CbmParTest | operator= (const CbmParTest &)=delete |
Public Attributes | |
| Float_t | p1 |
| Int_t | ai [5000] |
| TH1F * | histo1 |
Definition at line 8 of file CbmParTest.h.
| CbmParTest::CbmParTest | ( | const char * | name = "CbmParTest", |
| const char * | title = "Test class for parameter io", |
||
| const char * | context = "TestDefaultContext" |
||
| ) |
Definition at line 9 of file CbmParTest.cxx.
| CbmParTest::~CbmParTest | ( | void | ) |
Definition at line 16 of file CbmParTest.cxx.
|
delete |
| void CbmParTest::clear | ( | void | ) |
Definition at line 19 of file CbmParTest.cxx.
References ai, histo1, i, and p1.
Referenced by CbmParTest().
| Bool_t CbmParTest::getParams | ( | FairParamList * | l | ) |
Definition at line 34 of file CbmParTest.cxx.
|
inlinevirtual |
Definition at line 19 of file CbmParTest.h.
|
delete |
| void CbmParTest::putParams | ( | FairParamList * | l | ) |
Definition at line 27 of file CbmParTest.cxx.
|
inlinevirtual |
Definition at line 20 of file CbmParTest.h.
| Int_t CbmParTest::ai[5000] |
Definition at line 11 of file CbmParTest.h.
Referenced by clear(), getParams(), and putParams().
| TH1F* CbmParTest::histo1 |
Definition at line 12 of file CbmParTest.h.
Referenced by CbmParTest(), clear(), getParams(), and putParams().
| Float_t CbmParTest::p1 |
Definition at line 10 of file CbmParTest.h.
Referenced by clear(), getParams(), and putParams().