56 while (
oos.Tokenize(
oo, from,
":")) {
57 PDB(kMonitoring,2)
Info(
"SetSendOptions",
"oo: '%s'",
oo.Data());
60 if (
oo.BeginsWith(
"+"))
oo.Remove(0,1);
61 if (
oo.BeginsWith(
"-")) { doit =
kFALSE;
oo.Remove(0,1); }
62 PDB(kMonitoring,2)
Info(
"SetSendOptions",
"oo: '%s' doit:%d",
oo.Data(), doit);
65 PDB(kMonitoring,2)
Info(
"SetSendOptions",
"oo: '%s' doit:%d t:'%c'",
oo.Data(), doit, t);
67 if (!
oo.IsNull() &&
oo.IsDigit())
v =
oo.Atoi();
68 PDB(kMonitoring,2)
Info(
"SetSendOptions",
"oo: '%s' doit:%d t:'%c' v:%d",
oo.Data(), doit, t,
v);
87 Warning(
"SetSendOptions",
"all tables are disabled!");
96 Info(
"SetSendOptions",
"%s",
snot.Data());
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
const char * GetTitle() const override
Returns title of object.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
Int_t SetSendOptions(const char *)
Parse send options from string 'sendopts'.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.