'final' changes towards a to-be-tested GLOBAL block implementation

This commit is contained in:
2014-12-18 15:42:16 +01:00
parent 596085a421
commit 11ea9f5457
9 changed files with 26 additions and 552 deletions

View File

@ -99,7 +99,6 @@ Bool_t PRunListCollection::Add(Int_t runNo, EPMusrHandleTag tag)
if (fitType == -1) { // fit type NOT given in the RUN block, check the GLOBAL block
fitType = (*fMsrInfo->GetMsrGlobal()).GetFitType();
}
cout << endl << "debug> PRunListCollection::Add(): fitType=" << fitType << endl;
switch (fitType) {
case PRUN_SINGLE_HISTO: