NWUHEP / ntupleProducer

Northwestern ntuplizer tools for use with CMSSW.
https://twiki.cern.ch/twiki/bin/view/CMS/UserCodeNWUntupleProducer
4 stars 4 forks source link

Need more Electron variables in the ntuples #13

Closed andreypz closed 10 years ago

andreypz commented 11 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.

andreypz commented 10 years ago

This is all done, except mva() variables, nobody is going to use them if they are not official anyway.