Skip to content

Refactor CharmLoopDplus

Tomohiro Yamazaki requested to merge update-dplus into master
  • Make the track jet radius configurable
  • Rename TrackJetContainer to SysTrackJet, as it is used to store syst variations, not different track jets.
  • Add a new TrackJetContainer to store raw track jets, and get track jets in central CharmLoopTrackJets.cxx
  • In CharmLoopDplus, move the “single_entry_D” part to another function as this is not processed by default.
  • Define m_nSyst = m_systematics.size() + 1 as it is used many times

Merge request reports