20 #include "KVINDRADB4.h"
21 #include "KVINDRADBRun.h"
22 #include "KVDBParameterSet.h"
23 #include "KVRunListLine.h"
42 SetRLCommentChar(
'#');
43 SetRLSeparatorChar(
'|');
44 GetLineReader()->SetFieldKeys(
"RUN",
"BEAM",
"TARGET");
45 GetLineReader()->SetRunKeys(
"RUN",
"EVENTS");
46 ReadRunList(runlist_fullpath.
Data());
81 cout <<
"run_n = 0 ????????? line number =" << GetRLLineNumber() <<
83 GetLineReader()->Print();
105 Error(
"GoodRunLine",
"No events field ? run=%d", run_n);
107 run->
SetTrigger(GetRunListTrigger(
"TRIGGER",
"M>=%d"));
109 Error(
"GoodRunLine",
"No TRIGGER field ? run=%d", run_n);
117 Error(
"GoodRunLine",
"Run %d already exists", run_n);
static Bool_t SearchKVFile(const Char_t *name, TString &fullpath, const Char_t *kvsubdir="")
void SetComments(const KVString &comments)
void SetTrigger(Int_t trig)
DataBase of parameters for 4th campaign of INDRA.
void GoodRunLine() override
void extend_minimal_database() override
Database entry for each run of an INDRA experiment.
void SetStartDate(const KVString &date)
void SetEvents(ULong64_t evt_number)
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