Skip to content

Commit

Permalink
Merge pull request #255 from VERITAS-Observatory/v490.6-dev2-radAcc
Browse files Browse the repository at this point in the history
In radial acceptance, skip runs with missing multiplicity
  • Loading branch information
GernotMaier authored Jan 16, 2024
2 parents 5d54348 + 2cd0e5a commit bc5be83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makeRadialAcceptance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ int main( int argc, char* argv[] )
cout << teltoana[i] << " ";
}
cout << endl;
cout << "\t" << teltoana.size() << "\t" << iParV2->fTelToAnalyze.size() << endl;
exit( EXIT_FAILURE );
cout << "Ignoring this file" << endl;
continue;
}

// set gamma/hadron cuts
Expand Down

0 comments on commit bc5be83

Please sign in to comment.