Skip to content
Snippets Groups Projects
Commit f93a5676 authored by Wojciech Krupa's avatar Wojciech Krupa
Browse files

hotfix of option files

parent 9ea59582
No related branches found
No related tags found
No related merge requests found
......@@ -33,11 +33,7 @@ from DDDB.CheckDD4Hep import UseDD4Hep
app = LHCbApp()
app.DataType = "Upgrade"
app.Simulation = False
<<<<<<< HEAD:UTEmuOptions/options/UT_MCMS_Run.py
app.EvtMax = 100
=======
app.EvtMax = 5000
>>>>>>> 082f09c (introducing zs_th calculation, monitoring and small improvements of trimdac):UTEmuOptions/options/UT_CMSNoiseMonitor.py
# -------------------------------------------------------------------------------
# DD4hep -------------------------------------------------------------
......
......@@ -28,11 +28,7 @@ from DDDB.CheckDD4Hep import UseDD4Hep
app = LHCbApp()
app.DataType = "Upgrade"
app.Simulation = False
<<<<<<< HEAD
app.EvtMax = 1
=======
app.EvtMax = 5000
>>>>>>> 082f09c (introducing zs_th calculation, monitoring and small improvements of trimdac)
# -------------------------------------------------------------------------------
# DD4hep -------------------------------------------------------------
......
......@@ -29,15 +29,7 @@ from DDDB.CheckDD4Hep import UseDD4Hep
app = LHCbApp()
app.DataType = "Upgrade"
app.Simulation = False
<<<<<<< HEAD
<<<<<<< HEAD
app.EvtMax = 1000
=======
app.EvtMax = 300
>>>>>>> 166cc53 (Improving option files)
=======
app.EvtMax = 5000
>>>>>>> 082f09c (introducing zs_th calculation, monitoring and small improvements of trimdac)
# -------------------------------------------------------------------------------
# DD4hep -------------------------------------------------------------
......@@ -68,11 +60,7 @@ EventSelector().PrintFreq = 100
# -------------------------------------------------------------------------------
# Setup input -------------------------------------------------------------
<<<<<<< HEAD
run_number = "0000289733"
=======
run_number = "0000285955"
>>>>>>> 082f09c (introducing zs_th calculation, monitoring and small improvements of trimdac)
input_path = '/hlt2/objects/UT/' + run_number + '/'
data = []
......
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