remove obsolete test.
This commit is contained in:
parent
1bdccae1d6
commit
083e715fc4
@ -6346,16 +6346,7 @@ Bool_t PMsrHandler::CheckHistoGrouping()
|
|||||||
{
|
{
|
||||||
Bool_t result = true;
|
Bool_t result = true;
|
||||||
|
|
||||||
for (UInt_t i=0; i<fRuns.size(); i++) {
|
for (UInt_t i=0; i<fRuns.size(); i++) {
|
||||||
if (fRuns[i].GetFitType() == MSR_FITTYPE_ASYM || fRuns[i].GetFitType() == MSR_FITTYPE_BNMR) {
|
|
||||||
if (fRuns[i].GetForwardHistoNoSize() != fRuns[i].GetBackwardHistoNoSize()) {
|
|
||||||
std::cerr << std::endl << ">> PMsrHandler::CheckHistoGrouping: **ERROR** # of forward histos != # of backward histos.";
|
|
||||||
std::cerr << std::endl << ">> Run #" << i+1;
|
|
||||||
std::cerr << std::endl;
|
|
||||||
result = false;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// check grouping entries are not identical, e.g. forward 1 1 2
|
// check grouping entries are not identical, e.g. forward 1 1 2
|
||||||
if (fRuns[i].GetForwardHistoNoSize() > 1) {
|
if (fRuns[i].GetForwardHistoNoSize() > 1) {
|
||||||
for (UInt_t j=0; j<fRuns[i].GetForwardHistoNoSize(); j++) {
|
for (UInt_t j=0; j<fRuns[i].GetForwardHistoNoSize(); j++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user