CPLUOS / nano

nanoAOD tools for production and analysis
https://github.com/CPLUOS/nano/wiki
5 stars 12 forks source link

Fix bug in vtsAnalyser #127

Closed jang00777 closed 5 years ago

jang00777 commented 5 years ago
  1. Avoid segment error for FillTMVATrees() when there are no 2 gen quarks (if (m_isMC && m_jetDeltaRs.size() == 0 ) return;)
  2. Fix bug in IdentifyJet(unsigned int jetIdx, unsigned int sIdx, unsigned int bIdx)
  3. Make tmva reader for jet scoring be comment temporarily