Skip to content
Snippets Groups Projects

Added the 2021 test-beam automatic configuration settings

Merged hongboz requested to merge hongboz_2021TBGenerator into master
20 files
+ 2809
964
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 6
0
@@ -92,6 +92,12 @@ class Alignment {
@@ -92,6 +92,12 @@ class Alignment {
double x_table;
double x_table;
/** Y position of the Desy Table **/
/** Y position of the Desy Table **/
double y_table;
double y_table;
 
/** Energy of the beam **/
 
double beam_energy;
 
/** Scan name of the beam **/
 
std::string beam_scan;
 
/** Type of the beam **/
 
std::string beam_type;
/** First detector met by the beam **/
/** First detector met by the beam **/
std::string upstream_Det;
std::string upstream_Det;
/** Second detector met by the beam **/
/** Second detector met by the beam **/
Loading