Skip to content
Snippets Groups Projects
Commit 38a6ad04 authored by Sakib Rahman's avatar Sakib Rahman Committed by SAKIB RAHMAN
Browse files

The default position of the planes updated to reflect current locations in epic

parent 52781ab3
No related branches found
No related tags found
No related merge requests found
...@@ -100,10 +100,10 @@ void preprocess_model_training_data(TString inputFile, TString outputFile, TStri ...@@ -100,10 +100,10 @@ void preprocess_model_training_data(TString inputFile, TString outputFile, TStri
} }
} }
double hit1minZ = 25099.0; double hit1minZ = 32547.3-923/2.0;
double hit1maxZ = 26022.0; double hit1maxZ = 32547.3+923/2.0;
double hit2minZ = 27099.0; double hit2minZ = 34245.5-923/2.0;
double hit2maxZ = 28022.0; double hit2maxZ = 34245.5+923/2.0;
double rpHitLayerOne[3]; double rpHitLayerOne[3];
double rpHitLayerTwo[3]; double rpHitLayerTwo[3];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment