You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::auto_ptr needed to be changed to a std::unique_ptr with event.put(mus) becoming event.put(std::move(mus)). NOTE:std::unique_ptr is compatible with CMSSW_8_1_X and up.
Currently, working in with specific release CMSSW_10_4_0_patch1. The working branch is
tweaksFor104X
TODO LIST
Jet resolution text file on L169 of cmsWRextension.cc is hard coded to a 2016 file. This needs to be flexible for all three years of Run II.
Choosing globaltag and JSON file in job submission script should figure out which tags / JSON to use based on the year being run over.
Jet correction uncertainty values text file needs to not be hard coded for 2016.
Figure out muon efficiencies/SFs and PU weights for all three years.
The text was updated successfully, but these errors were encountered: