Skip to content

Commit a74050a

Browse files
simongeveprbl
authored andcommitted
passed pid directly from first beam particles and renamed none to auto
1 parent 3cd214b commit a74050a

File tree

2 files changed

+9
-226
lines changed

2 files changed

+9
-226
lines changed

cpp/afterburner/AfterburnerConfig.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace ab {
3838
struct AfterburnerConfig {
3939

4040
// Name of the afterburner config used
41-
std::string name = "none";
41+
std::string name = "auto";
4242

4343
/**
4444
* Crossing angle in horizontal plane [rad]

0 commit comments

Comments
 (0)