@@ -318,7 +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 ),
321+ superclusterEta = Var ("superCluster().eta()" ,float ,doc = "supercluster eta" ,precision = 10 ),
322322 r9 = Var ("full5x5_r9()" ,float ,doc = "R9 of the supercluster, calculated with full 5x5 region" ,precision = 10 ),
323323 sieie = Var ("full5x5_sigmaIetaIeta()" ,float ,doc = "sigma_IetaIeta of the supercluster, calculated with full 5x5 region" ,precision = 10 ),
324324 eInvMinusPInv = Var ("(1-eSuperClusterOverP())/ecalEnergy()" ,float ,doc = "1/E_SC - 1/p_trk" ,precision = 10 ),
@@ -380,7 +380,6 @@ def _get_bitmapVIDForEle_docstring(modules,WorkingPoints):
380380 closestKFNLayers = Var ("closestCtfTrackNLayers" ,int ,doc = "KF track number of layers" ),
381381 dr03HcalTowerSumEt = Var ("dr03HcalTowerSumEt" ,float ,doc = "HCal isolation" ,precision = 10 ),
382382 GSFchi2 = Var ("gsfTrack.normalizedChi2" ,float ,doc = "GSF track Chi2" ,precision = 10 ),
383- superclusterEta = Var ("superCluster.eta" ,float ,doc = "supercluster eta" ,precision = 10 ),
384383 ecalPFClusIso = Var ("ecalPFClusterIso" ,float ,doc = "ECAL PF cluster isolation" ,precision = 10 ),
385384 hcalPFClusIso = Var ("hcalPFClusterIso" ,float ,doc = "HCAL PF cluster isolation" ,precision = 10 ),
386385 nBrem = Var ("numberOfBrems" ,int ,doc = "number of brems" ),
0 commit comments