@@ -252,8 +252,9 @@ def make_bitmapVID_docstring(id_modules_working_points_pset):
252252 rawPreshowerEnergy = Var ("superCluster.preshowerEnergy" ,float ,doc = "energy deposited in preshower" ,precision = 10 ),
253253 seedClusEnergy = Var ("superCluster.seed.energy" ,float ,doc = "seed cluster energy" ,precision = 10 ),
254254 e5x5 = Var ("full5x5_showerShapeVariables.e5x5" ,float ,doc = "energy in 5x5" ,precision = 10 ),
255- dEtaSeedClusSuperClus = Var ("superCluster.seed.eta-superCluster.position.Eta" ,float ,doc = "dEta(seed,SC)" ,precision = 10 ),
256- dPhiSeedClusSuperClus = Var ("deltaPhi(superCluster.seed.phi,superCluster.position.Phi)" ,float ,doc = "dPhi(seed,SC)" ,precision = 10 ),
255+ superclusterPhi = Var ("superCluster().phi()" ,float ,doc = "supercluster phi" ,precision = 10 ),
256+ seedClusterEta = Var ("superCluster().seed().eta()" ,float ,doc = "seed cluster eta" ,precision = 10 ),
257+ seedClusterPhi = Var ("superCluster().seed().phi()" ,float ,doc = "seed cluster phi" ,precision = 10 ),
257258 sigmaIphiIphiFull5x5 = Var ("full5x5_showerShapeVariables().sigmaIphiIphi" ,float ,doc = "Full5x5 sigmaIPhiIPhi" ,precision = 10 ),
258259 eMax = Var ("full5x5_maxEnergyXtal()" ,float ,doc = "Emax" ,precision = 10 ),
259260 e2nd = Var ("full5x5_showerShapeVariables.e2nd" ,float ,doc = "E2nd" ,precision = 10 ),
0 commit comments