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

Speed up the primary vertex analysis for the ID Trigger validation

We run two vertex analyses - one in the standard offline processing,
and another with a primary vertex selection. This second processing
would previously also re-run all the other ttbar based analyses.

In the ttbar jobs, these take some considreable time, and are not needed,
as they have already been run in the standard job.

This adds a preprocessor macros to skip the confguration of the non-vertex
analysis chain for the primary vertex analysis
parent b9778595
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ testChains = {
// "Electrons",
// "Truth",
#ifndef VTXANALYSIS
"HLT_mu6_idperf_L1MU6:HLT_IDTrack_Muon_FTF:HLT_Roi_L2SAMuon",
"HLT_mu6_idperf_L1MU6:HLT_IDTrack_Muon_IDTrig:HLT_Roi_L2SAMuonForEF",
......@@ -34,11 +35,14 @@ testChains = {
"HLT_j45_subjesgscIS_ftf_boffperf_split_L1J20:HLT_IDTrack_Bjet_FTF",
"HLT_j45_subjesgscIS_ftf_boffperf_split_L1J20:HLT_IDTrack_Bjet_IDTrig",
"HLT_mb_sptrk_L1RD0_FILLED:HLT_IDTrack_MinBias_FTF",
#endif
"HLT_j45_subjesgscIS_ftf_boffperf_split_L1J20:HLT_IDTrack_FS_FTF:HLT_FSRoI:HLT_IDVertex_FS:post:rvtx=HLT_IDVertex_FS",
"HLT_j45_ftf_subjesgscIS_boffperf_split_L1J20:HLT_IDTrack_FS_FTF:HLT_FSRoI:HLT_IDVertex_FS:post:rvtx=HLT_IDVertex_FS",
"HLT_j45_ftf_L1J15:HLT_IDTrack_FS_FTF:HLT_FSRoI:HLT_IDVertex_FS:post:rvtx=HLT_IDVertex_FS",
"HLT_mb_sptrk_L1RD0_FILLED:HLT_IDTrack_MinBias_FTF",
};
......@@ -15,6 +15,8 @@ refChain = "Offline";
//refChain = "Taus";
#define VTXANALYSIS
MinVertices = 0;
......
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