Skip to content

Commit

Permalink
Fix cut-and-paste errors in geometry definitions. (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
klendathu2k authored Mar 22, 2024
1 parent fa8046f commit 06198bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions StRoot/StChain/GeometryDbAliases.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ static const DbAlias_t fDbAlias[] = {// geometry Comment old
{ "y2023", 20230410, 0, "y2023", "y2023 first cut geometry, AgML,xgeometry"},
{ "y2023a", 20230410, 1, "y2023a", "y2023a production geometry, AgML,xgeometry"},

{ "y2023", 20231210, 0, "y2024", "y2024 first cut geometry, AgML,xgeometry"},
{ "y2023a", 20231210, 1, "y2024a", "y2024a production geometry, AgML,xgeometry"},
{ "y2024", 20231210, 0, "y2024", "y2024 first cut geometry, AgML,xgeometry"},
{ "y2024a", 20231210, 1, "y2024a", "y2024a production geometry, AgML,xgeometry"},

{"dev2021", 21201210, 1, "dev2021", "-deprecated- geometry for 2021+ forward program,AgML,xgeometry"},
{"dev2022", 21211210, 1, "dev2022", "development geometry for 2022+ forward program,AgML,xgeometry"},
Expand Down
4 changes: 2 additions & 2 deletions StarVMC/xgeometry/xgeometry.age
Original file line number Diff line number Diff line change
Expand Up @@ -2542,8 +2542,8 @@ If LL>0
case y2023 { y2023: y2023 first cut geometry; Geom = 'y2023 '; call geom_y2023;}
case y2023a { y2023a: y2023a production tag; Geom = 'y2023a '; call geom_y2023a;}

case y2023 { y2024: y2024 first cut geometry; Geom = 'y2024 '; call geom_y2024;}
case y2023a { y2024a: y2024a production tag; Geom = 'y2024a '; call geom_y2024a;}
case y2024 { y2024: y2024 first cut geometry; Geom = 'y2024 '; call geom_y2024;}
case y2024a { y2024a: y2024a production tag; Geom = 'y2024a '; call geom_y2024a;}

case dev2021 { dev2021: First cut forward upgrades; Geom = 'dev2021 '; call geom_dev2021;}
case dev2022 { dev2022: First cut forward upgrades; Geom = 'dev2022 '; call geom_dev2022;}
Expand Down

0 comments on commit 06198bc

Please sign in to comment.