Skip to content

Commit 0d97904

Browse files
authored
Merge pull request #45703 from RSalvatico/addEleSCEta
Add electron supercluster eta to NanoAOD content
2 parents 7320a6b + 3b7e915 commit 0d97904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/NanoAOD/python/electrons_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def _get_bitmapVIDForEle_docstring(modules,WorkingPoints):
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),
321321
deltaEtaSC = Var("superCluster().eta()-eta()",float,doc="delta eta (SC,ele) with sign",precision=10),
322+
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),
324325
eInvMinusPInv = Var("(1-eSuperClusterOverP())/ecalEnergy()",float,doc="1/E_SC - 1/p_trk",precision=10),
@@ -380,7 +381,6 @@ def _get_bitmapVIDForEle_docstring(modules,WorkingPoints):
380381
closestKFNLayers = Var("closestCtfTrackNLayers",int,doc="KF track number of layers"),
381382
dr03HcalTowerSumEt = Var("dr03HcalTowerSumEt",float,doc="HCal isolation",precision=10),
382383
GSFchi2 = Var("gsfTrack.normalizedChi2",float,doc="GSF track Chi2",precision=10),
383-
superclusterEta = Var("superCluster.eta",float,doc="supercluster eta",precision=10),
384384
ecalPFClusIso = Var("ecalPFClusterIso",float,doc="ECAL PF cluster isolation",precision=10),
385385
hcalPFClusIso = Var("hcalPFClusterIso",float,doc="HCAL PF cluster isolation",precision=10),
386386
nBrem = Var("numberOfBrems",int,doc="number of brems"),

0 commit comments

Comments
 (0)