mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
fixes to cluster finder
This commit is contained in:
@ -181,7 +181,7 @@ int main(int argc, char *argv[]) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MOENCH04
|
#ifndef MOENCH04
|
||||||
moench03v2Data *decoder = new moench03v2Data(100);
|
moench03v2Data *decoder = new moench03v2Data(nrows/2);
|
||||||
cout << "MOENCH03!" << endl;
|
cout << "MOENCH03!" << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -383,7 +383,7 @@ int main(int argc, char *argv[]) {
|
|||||||
runmax--;
|
runmax--;
|
||||||
flist.close();
|
flist.close();
|
||||||
cout << "Found " << runmax << " files " << endl;
|
cout << "Found " << runmax << " files " << endl;
|
||||||
flist.open (fformat, std::ifstream::in);
|
flist.open (args["flist"].c_str(), std::ifstream::in);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int irun = runmin; irun <= runmax; irun++) {
|
for (int irun = runmin; irun <= runmax; irun++) {
|
||||||
|
Reference in New Issue
Block a user