Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • staider/DaVinci
  • oozcelik/DaVinci
  • yoyang/DaVinci
  • jonrob/DaVinci
  • lhcb/DaVinci
5 results
Show changes
Commits on Source (2)
......@@ -14,7 +14,7 @@
|-event_store = 'HiveWhiteBoard' (default: 'HiveWhiteBoard')
|-evt_max = 100 (default: -1)
|-first_evt = 0 (default: 0)
|-histo_file = 'DVHistos.root' (default: '')
|-histo_file = 'ExampleHistos.root' (default: '')
|-ignore_dq_flags = False (default: False)
|-input_files = ['root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000002_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000004_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000043_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000068_1.ldst']
| (default: [])
......@@ -29,7 +29,7 @@
|-msg_svc_time_format = '%Y-%m-%d %H:%M:%S UTC' (default: '%Y-%m-%d %H:%M:%S UTC')
|-n_event_slots = 1 (default: -1)
|-n_threads = 1 (default: 1)
|-ntuple_file = 'DVNtuple.root' (default: '')
|-ntuple_file = 'ExampleTuple.root' (default: '')
|-output_file = '' (default: '')
|-output_level = 3 (default: 3)
|-output_type = '' (default: '')
......@@ -49,8 +49,8 @@ ApplicationMgr SUCCESS
====================================================================================================================================
====================================================================================================================================
ApplicationMgr INFO Application Manager Configured successfully
NTupleSvc INFO Added stream file:DVNtuple.root as FILE1
RootHistSvc INFO Writing ROOT histograms to: DVHistos.root
NTupleSvc INFO Added stream file:ExampleTuple.root as FILE1
RootHistSvc INFO Writing ROOT histograms to: ExampleHistos.root
HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc
DetectorDataSvc INFO Detector description not requested to be loaded
EventClockSvc.FakeEventTime INFO Event times generated from 0 with steps of 0
......
......@@ -14,7 +14,7 @@
|-event_store = 'HiveWhiteBoard' (default: 'HiveWhiteBoard')
|-evt_max = 100 (default: -1)
|-first_evt = 0 (default: 0)
|-histo_file = 'DVHistos.root' (default: '')
|-histo_file = 'ExampleHistos.root' (default: '')
|-ignore_dq_flags = False (default: False)
|-input_files = ['root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000002_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000004_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000043_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000068_1.ldst']
| (default: [])
......@@ -29,7 +29,7 @@
|-msg_svc_time_format = '%Y-%m-%d %H:%M:%S UTC' (default: '%Y-%m-%d %H:%M:%S UTC')
|-n_event_slots = 1 (default: -1)
|-n_threads = 1 (default: 1)
|-ntuple_file = 'DVNtuple.root' (default: '')
|-ntuple_file = 'ExampleTuple.root' (default: '')
|-output_file = '' (default: '')
|-output_level = 3 (default: 3)
|-output_type = '' (default: '')
......@@ -50,8 +50,8 @@ ApplicationMgr SUCCESS
====================================================================================================================================
====================================================================================================================================
ApplicationMgr INFO Application Manager Configured successfully
NTupleSvc INFO Added stream file:DVNtuple.root as FILE1
RootHistSvc INFO Writing ROOT histograms to: DVHistos.root
NTupleSvc INFO Added stream file:ExampleTuple.root as FILE1
RootHistSvc INFO Writing ROOT histograms to: ExampleHistos.root
HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc
FSROutputStreamDstWriter INFO Data source: EventDataSvc output: SVC='Gaudi::RootCnvSvc'
UnpackChargedProtos.ChargedProto... INFO Using retuned RICH el and mu DLL values in combined DLLs
......
......@@ -12,6 +12,6 @@
{
'evt_max': 100,
'skip_events': 2,
'ntuple_file': 'DVNtuple.root',
'histo_file': 'DVHistos.root'
'ntuple_file': 'ExampleHistos.root',
'histo_file': 'ExampleTuple.root'
}
......@@ -11,5 +11,5 @@
evt_max: 100
skip_events: 2
ntuple_file: 'DVNtuple.root'
histo_file: 'DVHistos.root'
\ No newline at end of file
ntuple_file: 'ExampleTuple.root'
histo_file: 'ExampleHistos.root'
\ No newline at end of file