reordered moenchExecutables

This commit is contained in:
2018-08-08 11:27:46 +02:00
parent 44fdc46c11
commit df75fef6f6
10 changed files with 495 additions and 1363 deletions

View File

@ -451,7 +451,7 @@ public:
p0=dets[i]->getPedestal(p0);
if (p0) {
for (int ib=0; ib<nx*ny; ib++) {
ped[ib]+=p0[ib];
ped[ib]+=p0[ib]/((double)nThreads);
}
}