Skip to content
Snippets Groups Projects
Commit 0b202f59 authored by Davide Fazzini's avatar Davide Fazzini
Browse files

restore original config file

parent 272c83ac
No related branches found
No related tags found
1 merge request!431Cleaning DV configuration for Upgrade
Pipeline #1920298 passed
This commit is part of merge request !431. Comments created here will be created in the context of that merge request.
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment