Skip to content
Snippets Groups Projects
Commit fc584294 authored by Eva Guilloton's avatar Eva Guilloton
Browse files

TrigInDetAnalysisUser : Adding of specific cuts for LRT chains in post-production

Adding of a standard muon chain for comparison step
parent bf2d37e7
No related branches found
No related tags found
No related merge requests found
// emacs: this is -*- c++ -*-
#define LRT
#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"
// emacs: this is -*- c++ -*-
#define LRT
#include "TIDAdata_cuts-offline.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"
......@@ -4,6 +4,8 @@ eta = 2.5;
a0=10;
#elif defined(LARGED0_EL)
a0=4.;
#elif defined(LRT)
a0=50.;
#else
a0=3.;
#endif
......
......@@ -4,6 +4,8 @@ eta = 2.5;
a0=10;
#elif defined(LARGED0_EL)
a0=4.;
#elif defined(LRT)
a0=50.;
#else
a0=3.;
#endif
......
......@@ -71,6 +71,7 @@ class TrigInDetReco(ExecStep):
for i in self.slices:
if (i=='L2muonLRT') :
chains += "'HLT_mu6_LRT_idperf_l2lrt_L1MU6',"
chains += "'HLT_mu6_idperf_L1MU6',"
flags += 'doMuonSlice=True;'
if (i=='muon') :
chains += "'HLT_mu6_idperf_L1MU6',"
......
#!/usr/bin/env python
B1;5202;0c#!/usr/bin/env python
# art-description: art job for mu_Zmumu_pu40
# art-type: grid
......@@ -36,8 +36,8 @@ Input = 'StauStau' # defined in TrigValTools/share/TrigValInputs.json
GridFiles = False
Jobs = [ ( "Truth", " TIDAdata-run3.dat -o data-hists.root -p 13" ),
( "Offline", " TIDAdata-run3-offline.dat -r Offline -o data-hists-offline.root" ) ]
Jobs = [ ( "Truth", " TIDAdata-run3-lrt.dat -o data-hists.root -p 13" ),
( "Offline", " TIDAdata-run3-offline-lrt.dat -r Offline -o data-hists-offline.root" ) ]
Comp = [ ( "L2muonLRT", "L2muonLRT", "data-hists.root", " -c TIDAhisto-panel.dat -d HLTL2-plots " ) ]
......
......@@ -36,8 +36,8 @@ Input = 'Zmumu_pu40' # defined in TrigValTools/share/TrigValInputs.json
GridFiles=True
Jobs = [ ( "Truth", " TIDAdata-run3.dat -o data-hists.root -p 13" ),
( "Offline", " TIDAdata-run3-offline.dat -r Offline -o data-hists-offline.root" ) ]
Jobs = [ ( "Truth", " TIDAdata-run3-lrt.dat -o data-hists.root -p 13" ),
( "Offline", " TIDAdata-run3-offline-lrt.dat -r Offline -o data-hists-offline.root" ) ]
Comp = [ ( "L2muonLRT", "L2muonLRT", "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