Skip to content
Snippets Groups Projects
Commit 6a68a220 authored by Norbert Herrmann's avatar Norbert Herrmann Committed by Florian Uhlig
Browse files

Change default IdMode to module level

parent 1620e7bc
No related branches found
No related tags found
1 merge request!138Final merge
...@@ -108,8 +108,8 @@ void ana_digi_cal(Int_t nEvents = 10000000, ...@@ -108,8 +108,8 @@ void ana_digi_cal(Int_t nEvents = 10000000,
tofClust->SetToDAv(0.04); tofClust->SetToDAv(0.04);
// tofClust->SetTimePeriod(25600.); // ignore coarse time // tofClust->SetTimePeriod(25600.); // ignore coarse time
// tofClust->SetCorMode(iBugCor); // correct missing hits // tofClust->SetCorMode(iBugCor); // correct missing hits
tofClust->SetIdMode(0); // calibrate on counter level //tofClust->SetIdMode(0); // calibrate on counter level
//tofClust->SetIdMode(1); // calibrate on module level tofClust->SetIdMode(1); // calibrate on module level
// tofClust->SetDeadStrips(15,23); // declare dead strip for T0M3,Rpc0,Strip 23 // tofClust->SetDeadStrips(15,23); // declare dead strip for T0M3,Rpc0,Strip 23
//tofClust->SetDeadStrips(25,16); // declare non-existant diamond strip (#5) dead //tofClust->SetDeadStrips(25,16); // declare non-existant diamond strip (#5) dead
......
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