44 KVINDRADB4::~KVINDRADB4()
62 SetRLCommentChar(
'#');
63 SetRLSeparatorChar(
'|');
64 GetLineReader()->SetFieldKeys(
"RUN",
"BEAM",
"TARGET");
65 GetLineReader()->SetRunKeys(
"RUN",
"EVENTS");
66 ReadRunList(runlist_fullpath.
Data());
93 cout <<
"run_n = 0 ????????? line number =" << GetRLLineNumber() <<
95 GetLineReader()->Print();
117 Error(
"GoodRunLine",
"No events field ? run=%d", run_n);
119 run->
SetTrigger(GetRunListTrigger(
"TRIGGER",
"M>=%d"));
121 Error(
"GoodRunLine",
"No TRIGGER field ? run=%d", run_n);
129 Error(
"GoodRunLine",
"Run %d already exists", run_n);
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
static Bool_t SearchKVFile(const Char_t *name, TString &fullpath, const Char_t *kvsubdir="")
void SetEvents(ULong64_t evt_number)
void SetComments(const KVString &comments)
void SetStartDate(const KVString &date)
void SetTrigger(Int_t trig)
DataBase of parameters for 4th campaign of INDRA.
virtual void Build()
Use KVINDRARunListReader utility subclass to read complete runlist.
virtual void GoodRunLine()
Database entry for each run of an INDRA experiment.
DataBase of parameters for an INDRA campaign.
Base class for reading runlists for experiments ,.
Bool_t HasFieldValue(const Char_t *) const
Bool_t HasField(const Char_t *) const
INLINES_______________________________________________________________________________.
Int_t GetIntField(const Char_t *)
virtual const Char_t * GetField(const Char_t *) const
const char * Data() const