nuisance is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 7 years ago by cwilkinson

Milestone: milestone2

comment:2 Changed 7 years ago by Clarence Wret

Resolution: fixed
Status: newclosed

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.

comment:3 Changed 7 years ago by Clarence Wret

Milestone: milestone2Tuning paper, vxry

Milestone renamed

Note: See TracTickets for help on using tickets.