Closed andreypz closed 10 years ago
Such as: eSeedClusterOverP math::XYZPointF trackPositionAtVtx() float e5x5 (why isn't it there already!?)
Conversion variables: float convDist ; // distance to the conversion partner float convDcot ; // difference of cot(angle) with the conversion partner track float convRadius; //signed conversion radius
mva() - is there another MVA for electrons? http://cmslxr.fnal.gov/lxr/source/DataFormats/EgammaCandidates/interface/GsfElectron.h#574
More of possible variables are here: http://cmslxr.fnal.gov/lxr/source/DataFormats/EgammaCandidates/interface/GsfElectron.h
Update: there are also some variables saved twice: in IdMaps and by itself: like R9. Will leave only one instance.
This is all done, except mva() variables, nobody is going to use them if they are not official anyway.
Such as: eSeedClusterOverP math::XYZPointF trackPositionAtVtx() float e5x5 (why isn't it there already!?)
Conversion variables: float convDist ; // distance to the conversion partner float convDcot ; // difference of cot(angle) with the conversion partner track float convRadius; //signed conversion radius
mva() - is there another MVA for electrons? http://cmslxr.fnal.gov/lxr/source/DataFormats/EgammaCandidates/interface/GsfElectron.h#574
More of possible variables are here: http://cmslxr.fnal.gov/lxr/source/DataFormats/EgammaCandidates/interface/GsfElectron.h
Update: there are also some variables saved twice: in IdMaps and by itself: like R9. Will leave only one instance.