master
progress towards compiling with python3
Heppy: Electron instance members must be reinitialized, since PyROOT seems to be recycling python proxies also for different objects
replace 'from ROOT.reco import GenParticle' with 'GenParticle = ROOT.reco.GenParticle'
Remove unneeded absIso method; remove FSR photon subtraction in favour of previously implemented specific methods in electron/muon classes; change default cone for abs/relIsoR methods to 0.4
xrange mig
documentation
more compact particle printout, added rel iso in lepton printout
[ANALYSIS] py2/3 compatibility:drop use of __future__
clean up in PhysicsObjects.py
add __str__ to reco::GenParticle and remove legacy GenParticle/GenLepton
Heppy: Add dR-dependent relIso/absIso
imported analysis code from CMGTools. JSONAnalyzer working