Skip to content
Snippets Groups Projects
Commit 8d529b09 authored by redelbach_AT_compeng.uni-frankfurt.de's avatar redelbach_AT_compeng.uni-frankfurt.de
Browse files

CheckTiming macro with -1 due to modulo

parent 6bd8d222
No related branches found
No related tags found
1 merge request!321mCBM: Integration of peak fitting in CheckTiming
...@@ -40,7 +40,7 @@ void check_timing(TString fileName, ...@@ -40,7 +40,7 @@ void check_timing(TString fileName,
timeChecker->SetRichOffsetSearchRange(1000); timeChecker->SetRichOffsetSearchRange(1000);
timeChecker->SetPsdOffsetSearchRange(10000); timeChecker->SetPsdOffsetSearchRange(10000);
timeChecker->SetT0PulserTotLimits(185, 191); timeChecker->SetT0PulserTotLimits(185, 191);
timeChecker->SetNrTsForFit(0); timeChecker->SetNrTsForFit(-1); //Positive values: iterative peak fitting
if (0 < uRunId) if (0 < uRunId)
timeChecker->SetOutFilename( timeChecker->SetOutFilename(
Form("%sHistosTimeCheck_%03u.root", outDir.Data(), uRunId)); Form("%sHistosTimeCheck_%03u.root", outDir.Data(), uRunId));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment