18dirName +=
"/visualisation/graphs/"
20inputFileName =
"%s/SWAN2017.dat" %dirName
25g.SetTitle(
"SWAN Users during July 2017;Time;Number of Sessions")
30lines = open(inputFileName,
"r").
readlines()
53xaxis.SetLimits(
ROOT.TDatime(2017, 7, 3, 0, 0, 0).Convert(),
ROOT.TDatime(2017, 7, 22, 0, 0, 0).Convert())
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.