Skip to content
Snippets Groups Projects
Commit 4306d9a2 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'pkoppenb-RenameHistos' into 'master'

Rename histos file

See merge request !540
parents 71b73f3c f6a3a22d
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!540Rename histos file
Pipeline #2573317 passed
......@@ -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
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