mid way, had to change to fix bug

This commit is contained in:
Dhanya Maliakal
2016-02-08 10:40:54 +01:00
parent fed40b02c4
commit 07f1bd5c82
9 changed files with 251 additions and 32 deletions

View File

@ -811,7 +811,7 @@ void postProcessing::initDataset(int r) {
}
double tdead;
if (*correctionMask&(1<<RATE_CORRECTION)) {
if ((getDetectorsType()==MYTHEN) && (*correctionMask&(1<<RATE_CORRECTION))) {
#ifdef VERBOSE
cout << "get tau " << endl;
#endif