Skip to content
Snippets Groups Projects
Commit bb9ad75b authored by sutt's avatar sutt
Browse files

disable dumping of poorly matched tracks in the ID Trigger nightly tests

The dumpfile of missing or poorly reconstructed tracks can get large for some jobs
so writing this file has simply been disabled
parent ebc3af9f
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,6 @@ pT_rec = 0; ...@@ -20,8 +20,6 @@ pT_rec = 0;
eta_rec = 5; eta_rec = 5;
Rmatch = 0.05; Rmatch = 0.05;
dumpflag = 1;
#if defined(LRT) #if defined(LRT)
a0v = 100.; a0v = 100.;
z0v = 300.5; z0v = 300.5;
......
...@@ -24,7 +24,6 @@ pT_rec = 0; ...@@ -24,7 +24,6 @@ pT_rec = 0;
eta_rec = 5; eta_rec = 5;
Rmatch = 0.05; Rmatch = 0.05;
dumpflag = 1;
#if defined(LRT) #if defined(LRT)
a0v = 100.; a0v = 100.;
......
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