Skip to content

Commit 3b7e915

Browse files
committed
add back deltaEtaSC
1 parent 56d9ae0 commit 3b7e915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhysicsTools/NanoAOD/python/electrons_cff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ def _get_bitmapVIDForEle_docstring(modules,WorkingPoints):
318318
dxyErr = Var("edB('PV2D')",float,doc="dxy uncertainty, in cm",precision=6),
319319
ip3d = Var("abs(dB('PV3D'))",float,doc="3D impact parameter wrt first PV, in cm",precision=10),
320320
sip3d = Var("abs(dB('PV3D')/edB('PV3D'))",float,doc="3D impact parameter significance wrt first PV, in cm",precision=10),
321+
deltaEtaSC = Var("superCluster().eta()-eta()",float,doc="delta eta (SC,ele) with sign",precision=10),
321322
superclusterEta = Var("superCluster().eta()",float,doc="supercluster eta",precision=10),
322323
r9 = Var("full5x5_r9()",float,doc="R9 of the supercluster, calculated with full 5x5 region",precision=10),
323324
sieie = Var("full5x5_sigmaIetaIeta()",float,doc="sigma_IetaIeta of the supercluster, calculated with full 5x5 region",precision=10),

0 commit comments

Comments
 (0)