Skip to content
Snippets Groups Projects
Commit 87a6c715 authored by Mark Sutton's avatar Mark Sutton Committed by Adam Edward Barton
Browse files

Reduce the PT threshold in the minbias test

parent 3ed7b411
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!41934Reduce the PT threshold in the minbias test
// emacs: this is -*- c++ -*-
#define MINBIAS
#include "TIDAdata_cuts.dat"
refChain = "Truth";
//refChain = "Offline";
//refChain = "Electrons";
//refChain = "Muons";
//refChain = "Taus";
MinVertices = 0;
#include "TIDAdata-chains-run3.dat"
InitialiseFirstEvent = 1;
outputFile = "data-output.root";
DataFiles = { "TrkNtuple-0000.root"};
//DataSets = {"./"}
#include "TIDAbeam.dat"
#ifdef MINBIAS
pT = 1000;
#else
pT = 3000;
#endif
eta = 2.5;
#if defined(LARGED0)
a0=10;
......
......@@ -214,6 +214,7 @@ class TrigInDetRdictStep(Step):
os.system( 'get_files -data TIDAdata-run3-larged0.dat &> /dev/null' )
os.system( 'get_files -data TIDAdata-run3-larged0-el.dat &> /dev/null' )
os.system( 'get_files -data TIDAdata-run3-lrt.dat &> /dev/null' )
os.system( 'get_files -data TIDAdata-run3-minbias.dat &> /dev/null' )
os.system( 'get_files -data TIDAdata_cuts.dat &> /dev/null' )
os.system( 'get_files -data TIDAdata-run3-offline.dat &> /dev/null' )
os.system( 'get_files -data TIDAdata-run3-offline-larged0.dat &> /dev/null' )
......
......@@ -32,7 +32,7 @@ Threads = 8
Slots = 8
Input = 'minbias' # defined in TrigValTools/share/TrigValInputs.json
Jobs = [ ( "Truth", " TIDAdata-run3.dat -o data-hists.root" ),
Jobs = [ ( "Truth", " TIDAdata-run3-minbias.dat -o data-hists.root" ),
( "Offline", " TIDAdata-run3-offline.dat -r Offline -o data-hists-offline.root" ) ]
Comp = [ ( "L2minbias", "L2minbias", "data-hists.root", " -c TIDAhisto-panel.dat -d HLTL2-plots " ),
......
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