@@ -40,7 +40,7 @@ class DaVinci(LHCbConfigurableUser) :
"EvtMax":-1# Number of events to analyse
,"SkipEvents":0# Number of events to skip at beginning for file
,"PrintFreq":1000# The frequency at which to print event numbers
,"DataType":''# Data type, can be ['2008','2009','MC09','2010','2011','2012','2015','2016','2017','2018','Upgrade'] Forwarded to PhysConf, AnalysisConf, DstConf and LHCbApp. MUST be set.
,"DataType":''# Data type, can be ['2008','2009','MC09','2010','2011','2012','2015','2016','2017','2018','Upgrade'] Forwarded to PhysConf, DstConf and LHCbApp. MUST be set.
,"Simulation":False# set to True to use SimCond. Forwarded to PhysConf
,"DDDBtag":""# Tag for DDDB. Default as set in DDDBConf for DataType
,"CondDBtag":""# Tag for CondDB. Default as set in DDDBConf for DataType
...
...
@@ -79,7 +79,7 @@ class DaVinci(LHCbConfigurableUser) :
"EvtMax":""" Number of events to analyse """
,"SkipEvents":""" Number of events to skip at beginning for file """
,"PrintFreq":""" The frequency at which to print event numbers """
,"DataType":""" Data type, can be ['2008','2009','MC09','2010','2011','2012','2015','2016','2017','2018','Upgrade'] Forwarded to PhysConf, AnalysisConf, DstConf and LHCbApp """
,"DataType":""" Data type, can be ['2008','2009','MC09','2010','2011','2012','2015','2016','2017','2018','Upgrade'] Forwarded to PhysConf, DstConf and LHCbApp """
,"Simulation":""" set to True to use SimCond. Forwarded to PhysConf """
,"DDDBtag":""" Tag for DDDB. Default as set in DDDBConf for DataType """
,"CondDBtag":""" Tag for CondDB. Default as set in DDDBConf for DataType """
...
...
@@ -110,7 +110,6 @@ class DaVinci(LHCbConfigurableUser) :
__used_configurables__=[
PhysConf,
AnalysisConf,
DstConf,
LumiAlgsConf,
LumiIntegratorConf,
...
...
@@ -295,7 +294,6 @@ class DaVinci(LHCbConfigurableUser) :