36 , paramContext(context)
41 for (Int_t i = 0; i < 3; i++) {
56 Bool_t allFound = kFALSE;
76 LOG(error) <<
"init() " <<
GetName() <<
" not initialized";
90 LOG(error) <<
"write() " <<
GetName() <<
" could not be written to output";
97 cout <<
"----- " <<
GetName() <<
" -----" <<
'\n';
102 cout <<
"Author: " <<
author <<
'\n';
107 cout <<
"first input version: " <<
versions[1] <<
'\n';
108 cout <<
"second input version: " << versions[2] <<
'\n';
110 cout <<
"has changed" <<
'\n';
112 cout <<
"has not changed" <<
'\n';
115 cout <<
"is static" <<
'\n';
117 cout <<
"is not static" <<
'\n';
125 for (Int_t i = 0; i < 3; i++) {
135 , fTitle(from.fTitle)
136 , detName(from.detName)
138 , status(from.status)
139 , changed(from.changed)
141 , paramContext(from.paramContext)
142 , author(from.author)
143 , description(from.description)
151 for (Int_t i = 0; i < 3; i++)
170 TObject::operator=(from);
174 for (Int_t i = 0; i < 3; i++)
list of container factories
virtual const char * GetName() const
Bool_t status
versions of container in the 2 possible inputs
static FairRuntimeDb * instance(void)
Bool_t owned
flag is kTRUE if parameters have changed
Bool_t changed
static flag
FairParSet & operator=(const FairParSet &)
ClassImp(FairEventBuilder)
FairParSet(const char *name="", const char *title="", const char *context="", Bool_t owner=kFALSE)
TString paramContext
if flag is KTRUE FairDB has the par. class ownership
Int_t versions[3]
name of the detector the container belongs to
FairParIo * getSecondInput(void)
void setInputVersion(Int_t v=-1, Int_t i=0)
FairParIo * getOutput(void)
void resetInputVersions()
FairParIo * getFirstInput(void)