Skip to content
Snippets Groups Projects
Commit d0070dcd authored by rewang's avatar rewang
Browse files

remove

Former-commit-id: 5432b8f564868b65c1402011d5d6fed5dd1e0ee6
parent 2a452809
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,6 @@ class L2EFChain_met(L2EFChainDef): ...@@ -173,7 +173,6 @@ class L2EFChain_met(L2EFChainDef):
doLArH11off=False doLArH11off=False
doLArH12off=False doLArH12off=False
doMETphi=False
LArTag='' LArTag=''
if "LArH11off" in addInfo: if "LArH11off" in addInfo:
doLArH11off = True doLArH11off = True
...@@ -182,7 +181,6 @@ class L2EFChain_met(L2EFChainDef): ...@@ -182,7 +181,6 @@ class L2EFChain_met(L2EFChainDef):
doLArH12off = True doLArH12off = True
LArTag += '_LArH12off' LArTag += '_LArH12off'
if "METphi" in addInfo: if "METphi" in addInfo:
doMETphi = True
LArTag += '_METphi' LArTag += '_METphi'
jpt_thr = '-1' jpt_thr = '-1'
......
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