Skip to content

Commit

Permalink
The default position of the planes updated to reflect current locatio…
Browse files Browse the repository at this point in the history
…ns in epic
  • Loading branch information
rahmans1 authored Jun 4, 2024
1 parent b0c5198 commit a695c51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/roman_pots/preprocess_model_training_data.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ void preprocess_model_training_data(TString inputFile, TString outputFile, TStri
}
}

double hit1minZ = 25099.0;
double hit1maxZ = 26022.0;
double hit2minZ = 27099.0;
double hit2maxZ = 28022.0;
double hit1minZ = 32547.3-923/2.0;
double hit1maxZ = 32547.3+923/2.0;
double hit2minZ = 34245.5-923/2.0;
double hit2maxZ = 34245.5+923/2.0;

double rpHitLayerOne[3];
double rpHitLayerTwo[3];
Expand Down

0 comments on commit a695c51

Please sign in to comment.