#26 closed defect (fixed)
A method in Measurement1D has special behaviour for one derived class...
Reported by: | cwilkinson | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | Tuning paper, vxry |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
Measurement1D::SetCovarMatrixFromCorrText? has a block:
if (fName.find("MINERvA_CC1pip") != std::string::npos || (fName.find("MINERvA_CCNpip") != std::string::npos && fName.find("2016") == std::string::npos)) { }
This should be destroyed forever, and has no place in the base class.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | → milestone2 |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Addded a convert_MINERvA.py script in CCNpip/2015 and CC1pip which were applied to the _cov.csv files.
The scripted backed up the raw reads to the *.bak files and replaced the original files with the full correlation matrix.