Skip to content
Snippets Groups Projects

Update default DDDB tags to pick up LHCBCNDB-659

Merged Marco Cattaneo requested to merge follow-LHCBCNDB-590 into master
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
@@ -287,7 +287,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2017 data
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005-3" )
self.__set_tag__(["DDDB"], "dddb-20171030-3" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20170510" )
self.__set_tag__(["CALIBOFF"], "head-2015604" )
@@ -299,7 +299,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2016 data
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005-3" )
self.__set_tag__(["DDDB"], "dddb-20171030-3" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20170325" )
self.__set_tag__(["CALIBOFF"], "head-2015604" )
@@ -311,7 +311,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2015 data
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005-3" )
self.__set_tag__(["DDDB"], "dddb-20171030-3" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20170323" )
self.__set_tag__(["CALIBOFF"], "head-2015604" )
@@ -322,7 +322,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2013 data (pA run) (and MonteCarlo for DDDB)
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005-2" )
self.__set_tag__(["DDDB"], "dddb-20171030-2" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20150409-1" )
self.__set_init_time__(datetime(2013, 2, 14, 6, 25)) # End of fill 3564
@@ -332,7 +332,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2012 data (and MonteCarlo for DDDB)
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005-2" )
self.__set_tag__(["DDDB"], "dddb-20171030-2" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20150409-1" )
self.__set_init_time__(datetime.utcfromtimestamp(1355694590)) # End of fill 3453
@@ -342,7 +342,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2011 data (and MonteCarlo for DDDB)
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005-1" )
self.__set_tag__(["DDDB"], "dddb-20171030-1" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20150409" )
self.__set_init_time__(datetime.utcfromtimestamp(1319991087)) # End of fill 2267
@@ -352,7 +352,7 @@ class DDDBConf(ConfigurableUser):
Default configuration for 2010 data (and MonteCarlo for DDDB)
"""
# Set the tags
self.__set_tag__(["DDDB"], "dddb-20171005" )
self.__set_tag__(["DDDB"], "dddb-20171030" )
if not self.getProp("Simulation"):
self.__set_tag__(["LHCBCOND"], "cond-20150527" )
self.__set_tag__(["DQFLAGS"], "tt-20110126")
Loading