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

macro updare

parent 7720760b
No related branches found
No related tags found
1 merge request!138Final merge
...@@ -109,7 +109,7 @@ void ana_digi_cal(Int_t nEvents = 10000000, ...@@ -109,7 +109,7 @@ void ana_digi_cal(Int_t nEvents = 10000000,
// 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
......
...@@ -269,7 +269,7 @@ void ana_trks(Int_t nEvents = 10000, ...@@ -269,7 +269,7 @@ void ana_trks(Int_t nEvents = 10000,
case 2: case 2:
iMinNofHits = 3; iMinNofHits = 3;
iNStations = 28; iNStations = 28;
iNReqStations = 4; iNReqStations = 3;
tofFindTracks->SetStation(0, 0, 2, 2); tofFindTracks->SetStation(0, 0, 2, 2);
tofFindTracks->SetStation(1, 0, 0, 2); tofFindTracks->SetStation(1, 0, 0, 2);
tofFindTracks->SetStation(2, 0, 1, 2); tofFindTracks->SetStation(2, 0, 1, 2);
...@@ -677,7 +677,7 @@ void ana_trks(Int_t nEvents = 10000, ...@@ -677,7 +677,7 @@ void ana_trks(Int_t nEvents = 10000,
gROOT->LoadMacro("pl_over_trk.C"); gROOT->LoadMacro("pl_over_trk.C");
gROOT->LoadMacro("pl_calib_trk.C"); gROOT->LoadMacro("pl_calib_trk.C");
gROOT->LoadMacro("pl_XY_trk.C"); gROOT->LoadMacro("pl_XY_trk.C");
//gROOT->LoadMacro("pl_vert_trk.C"); gROOT->LoadMacro("pl_vert_trk.C");
gROOT->LoadMacro("pl_pull_trk.C"); gROOT->LoadMacro("pl_pull_trk.C");
gROOT->LoadMacro("pl_all_Track2D.C"); gROOT->LoadMacro("pl_all_Track2D.C");
gROOT->LoadMacro("pl_TIS.C"); gROOT->LoadMacro("pl_TIS.C");
...@@ -695,6 +695,7 @@ void ana_trks(Int_t nEvents = 10000, ...@@ -695,6 +695,7 @@ void ana_trks(Int_t nEvents = 10000,
//gInterpreter->ProcessLine("pl_TIR()"); //gInterpreter->ProcessLine("pl_TIR()");
//gInterpreter->ProcessLine("pl_eff_XY()"); //gInterpreter->ProcessLine("pl_eff_XY()");
gInterpreter->ProcessLine("pl_calib_trk()"); gInterpreter->ProcessLine("pl_calib_trk()");
gInterpreter->ProcessLine("pl_vert_trk()");
gInterpreter->ProcessLine("pl_all_Track2D(1)"); gInterpreter->ProcessLine("pl_all_Track2D(1)");
gInterpreter->ProcessLine("pl_all_Track2D(2)"); gInterpreter->ProcessLine("pl_all_Track2D(2)");
......
...@@ -104,7 +104,6 @@ rm -v TCalib.res ...@@ -104,7 +104,6 @@ rm -v TCalib.res
nEvtMax=0 nEvtMax=0
(( nEvtMax = nEvt*10 )) (( nEvtMax = nEvt*10 ))
iTraSetup=1 iTraSetup=1
#frange1 limits DT spectrum range #frange1 limits DT spectrum range
fRange1=3. fRange1=3.
# frange2 limits chi2 # frange2 limits chi2
...@@ -189,4 +188,4 @@ root -b -q '../ana_digi_cal.C(-1,93,1,'$iRef',1,"'$cRun'",'$iCalSet',1,'$iSel2', ...@@ -189,4 +188,4 @@ root -b -q '../ana_digi_cal.C(-1,93,1,'$iRef',1,"'$cRun'",'$iCalSet',1,'$iSel2',
cd .. cd ..
mv -v slurm-${SLURM_JOB_ID}.out ${outdir}/TrkCalDigi_${cRun}_${iCalSet}_${iSel2}_${CalIdMode}.out mv -v slurm-${SLURM_JOB_ID}.out ${outdir}/TrkCalDigi_${cRun}_${iCalSet}_${iSel2}_${iCalIdMode}.out
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