added negative muon fitting support. Fixed at the same time bugs related to logx/logy plotting. Allow now comments after functions in the FUNCTION block.
This commit is contained in:
@ -611,6 +611,8 @@ PRunData* PRunListCollection::GetMuMinus(UInt_t index, EDataSwitch tag)
|
||||
cerr << endl;
|
||||
return 0;
|
||||
}
|
||||
fRunMuMinusList[index]->CalcTheory();
|
||||
data = fRunMuMinusList[index]->GetData();
|
||||
break;
|
||||
case kRunNo:
|
||||
for (UInt_t i=0; i<fRunMuMinusList.size(); i++) {
|
||||
|
Reference in New Issue
Block a user