Skip to content
Snippets Groups Projects

Cleaning DV configuration for Upgrade

Merged Davide Fazzini requested to merge DVconfig_upgrade into master
All threads resolved!
1 file
+ 7
4
Compare changes
  • Side-by-side
  • Inline
@@ -55,11 +55,11 @@ class DaVinci(LHCbConfigurableUser) :
, "HistogramFile" : "" # Name of output Histogram file (set to "" to get no output)
, "TupleFile" : "" # Name of output Tuple file
, "WriteFSR" : True # Flags whether to write out an FSR
, "MergeGenFSR" : False # Flags whether to merge the generatore level FSRs
, "RootCompressionLevel" : "LZMA:6" # ROOT compression level for ntuple files
, "MergeGenFSR" : False # Flags whether to merge the generatore level FSRs
, "RootCompressionLevel" : "LZMA:6" # ROOT compression level for ntuple files
# DQ
, "IgnoreDQFlags" : False # If False (default), process only events with good DQ.
#, "IgnoredDQFlags" : [] # List of particular DQ flags to ignore.
#, "IgnoredDQFlags" : [] # List of particular DQ flags to ignore.
# Monitoring
, "MoniSequence" : [] # Add your monitors here
# DaVinci Options
@@ -71,7 +71,10 @@ class DaVinci(LHCbConfigurableUser) :
, "VerboseMessages" : False # Turn on some verbose printout
, "RootInTES" : "" # RootInTES property propagated to MainSequence in case of MDST input type
, "Detectors" : ['VP', 'UT', 'FT', 'Rich1Pmt', 'Rich2Pmt', 'Ecal', 'Hcal', 'Muon', 'Magnet', 'Tr' ]
, "Stream" : None # Name of the Turbo or Stripping stream for the data.
, "TurboStream":
None # Name of the Turbo stream for the data. Mutually exclusive with StrippingStream
, "StrippingStream":
None # Name of the Stripping stream of the data. Mutually exclusive with TurboStream
}
_propertyDocDct = {
Loading