FairRoot
|
#include <FairParGenericSet.h>
Public Member Functions | |
FairParGenericSet (const char *name, const char *title, const char *context, Bool_t ownership=kFALSE) | |
virtual | ~FairParGenericSet () |
virtual void | putParams (FairParamList *)=0 |
virtual Bool_t | getParams (FairParamList *)=0 |
virtual void | printParams () |
Bool_t | init (FairParIo *inp) |
Int_t | write (FairParIo *output) |
void | fill (UInt_t) |
void | store (UInt_t) |
Public Member Functions inherited from FairParSet | |
FairParSet (const char *name="", const char *title="", const char *context="", Bool_t owner=kFALSE) | |
virtual | ~FairParSet () |
virtual const char * | GetName () const |
virtual const char * | GetTitle () const |
virtual Bool_t | init () |
virtual Int_t | write () |
virtual void | clear () |
virtual void | print () |
const char * | getDetectorName () |
void | resetInputVersions () |
void | setInputVersion (Int_t v=-1, Int_t i=0) |
Int_t | getInputVersion (Int_t i) |
void | setStatic (Bool_t flag=kTRUE) |
Bool_t | isStatic () |
void | setOwnership (Bool_t flag=kTRUE) |
Bool_t | isOwned () |
void | setChanged (Bool_t flag=kTRUE) |
Bool_t | hasChanged () |
const char * | getParamContext () const |
void | setAuthor (const char *s) |
const char * | getAuthor () const |
void | setDescription (const char *s) |
const char * | getDescription () const |
void | copyComment (FairParSet &r) |
FairParSet & | operator= (const FairParSet &) |
FairParSet (const FairParSet &) | |
ClassDef (FairParSet, 2) | |
Protected Member Functions | |
FairParGenericSet () | |
ClassDef (FairParGenericSet, 1) | |
Additional Inherited Members | |
Protected Attributes inherited from FairParSet | |
TString | fName |
TString | fTitle |
TString | detName |
Int_t | versions [3] |
name of the detector the container belongs to More... | |
Bool_t | status |
versions of container in the 2 possible inputs More... | |
Bool_t | changed |
static flag More... | |
Bool_t | owned |
flag is kTRUE if parameters have changed More... | |
TString | paramContext |
if flag is KTRUE FairDB has the par. class ownership More... | |
TString | author |
TString | description |
FairLogger * | fLogger |
Definition at line 18 of file FairParGenericSet.h.
|
inline |
Definition at line 21 of file FairParGenericSet.h.
|
inlinevirtual |
Definition at line 24 of file FairParGenericSet.h.
|
inlineprotected |
Definition at line 37 of file FairParGenericSet.h.
|
protected |
|
inlinevirtual |
Reimplemented from FairParSet.
Definition at line 33 of file FairParGenericSet.h.
|
pure virtual |
Implemented in FairBaseParSet, FairGeoParSet, FairTutorialDet2DigiPar, FairConstPar, MyFieldPar, MyFieldPar, FairMQExParamsParOne, FairRutherfordGeoPar, FairTestDetectorGeoPar, PixelDigiPar, PixelGeoPar, FairTutorialDet1GeoPar, FairTutorialDet2GeoPar, FairTutPropGeoPar, NewDetectorGeoPar, NewDetectorGeoPar, NewDetectorGeoPar, NewDetectorGeoPar, FairGeoPassivePar, FairTutorialDet4GeoPar, FairTutorialDet4MisalignPar, and NewParameterContainer.
|
virtual |
Reimplemented from FairParSet.
Definition at line 40 of file FairParGenericSet.cxx.
|
virtual |
Definition at line 60 of file FairParGenericSet.cxx.
|
pure virtual |
Implemented in FairBaseParSet, FairTutorialDet2DigiPar, FairGeoParSet, FairConstPar, MyFieldPar, MyFieldPar, FairMQExParamsParOne, FairRutherfordGeoPar, FairTestDetectorGeoPar, PixelDigiPar, PixelGeoPar, FairTutorialDet1GeoPar, FairTutorialDet2GeoPar, FairTutPropGeoPar, NewDetectorGeoPar, NewDetectorGeoPar, NewDetectorGeoPar, NewDetectorGeoPar, FairGeoPassivePar, FairTutorialDet4GeoPar, FairTutorialDet4MisalignPar, and NewParameterContainer.
|
inlinevirtual |
Reimplemented from FairParSet.
Definition at line 34 of file FairParGenericSet.h.
|
virtual |
Reimplemented from FairParSet.
Definition at line 50 of file FairParGenericSet.cxx.