Skip to content
Snippets Groups Projects
Commit 6e451905 authored by Norbert Herrmann's avatar Norbert Herrmann
Browse files

turn off calibrator

parent a6c7155a
No related branches found
No related tags found
1 merge request!164Official master
......@@ -258,7 +258,7 @@ void mtof_reco(Int_t nEvents = 100, // number of Timeslices
Double_t dChi2Lim2 = 3.5;
TString cTrkFile = Form("%s_tofFindTracks.hst.root", cCalId.Data());
Int_t iTrackingSetup = 1;
Int_t iCalOpt = 1;
Int_t iCalOpt = 0;
CbmTofTrackFinder* tofTrackFinder = new CbmTofTrackFinderNN();
tofTrackFinder->SetMaxTofTimeDifference(0.2); // in ns/cm
......
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