Skip to content
Snippets Groups Projects
Commit ea18c79e authored by Pantelis Kontaxakis's avatar Pantelis Kontaxakis Committed by Sara Alderweireldt
Browse files

Adding eta restricting emerging jet chain to the Dev Menu

Adding eta restricting emerging jet chain to the Dev Menu
parent e121c7d2
No related branches found
No related tags found
2 merge requests!726052024-06-28: merge of 24.0 into main,!72502Adding eta restricting emerging jet chain to the Dev Menu
......@@ -14762,6 +14762,14 @@ HLT_j180_hitdvjet260_tight_L1jJ160:
stepFeatures:
0: 5
1: 2
HLT_j200_0eta140_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj160_L1jJ160:
eventCount: 0
stepCounts:
0: 3
1: 2
stepFeatures:
0: 3
1: 2
HLT_j200_0eta160_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj200_L1J100:
eventCount: 0
stepCounts:
......
......@@ -8819,6 +8819,8 @@ HLT_j180_hitdvjet260_tight_L1J100:
eventCount: 0
HLT_j180_hitdvjet260_tight_L1jJ160:
eventCount: 0
HLT_j200_0eta140_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj160_L1jJ160:
eventCount: 0
HLT_j200_0eta160_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj200_L1J100:
eventCount: 0
HLT_j200_0eta160_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj200_L1SC111-CjJ40:
......
......@@ -352,6 +352,9 @@ def getDevSignatures():
# alternate emerging jet single-jet chain
ChainProp(name='HLT_j175_0eta160_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj225_L1J100', groups=SingleJetGroup+DevGroup, l1SeedThresholds=['FSNOSEED']),
#PANTELIS Emerging Jets test chains low pT threshold with restricted eta range of 1.4
ChainProp(name='HLT_j200_0eta140_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_preselj160_L1jJ160', groups=SingleJetGroup+PrimaryPhIGroup, l1SeedThresholds=['FSNOSEED']),
# backup emerging jets chains to be used for rate refinement in enhanced bias reprocessing
ChainProp(name='HLT_j175_0eta180_emergingPTF0p08dR1p2_a10sd_cssk_pf_jes_ftf_L1J100', groups=SingleJetGroup+PrimaryLegGroup, l1SeedThresholds=['FSNOSEED']),
ChainProp(name='HLT_j175_0eta180_emergingPTF0p075dR1p2_a10sd_cssk_pf_jes_ftf_L1J100', groups=SingleJetGroup+DevGroup, l1SeedThresholds=['FSNOSEED']),
......
......@@ -385,7 +385,7 @@ JetChainParts = {
# These atypical explicit values are allowed to be in chain names.
# Otherwise use ['','a','c','f'] ==> [0eta320, 0eta490, 0eta240, 320eta490]
# suffix after threshold e.g. j420 == j420_0eta320, 6j55c == 6j55_0eta240
['0eta290', '0eta200', '0eta180', '0eta160']
['0eta290', '0eta200', '0eta180', '0eta160', '0eta140']
+['320eta490'], # TODO: Kept temporarily for validation
'jvt' : # Jet Vertex Tagger pileup discriminant
['010jvt', '011jvt', '015jvt', '020jvt', '050jvt', '059jvt'],
......
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