how do I translate the following PAW syntax to root?
rn = 523
headstring = "Run Number: "//[rn]//" and other numbers"
text 3 5 [headstring] 0.5
e.g. TText expects a Text_t argument, so I would
convert the number into a string (TString?) and
concatenate...
Is there an easy way to do this (also for floats).
Dirk