File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,10 @@ service Apricot {
5959}
6060
6161// NOTE: make sure the enum values include and match those in RunType in dcs.pb.go and runtype.go
62- // NOTE: this run type list is replicated in AliceO2 repo in GRPECSObject.h. Inform Ruben when the list is updated.
62+ // NOTE: this run type list is replicated in AliceO2 repo in
63+ // https://github.com/AliceO2Group/AliceO2/blob/dev/DataFormats/Parameters/include/DataFormatsParameters/ECSDataAdapters.h
64+ // Inform Ruben when the list is updated.
65+
6366enum RunType {
6467 NULL = 0 ;
6568 PHYSICS = 1 ;
Original file line number Diff line number Diff line change 2727package runtype
2828
2929// NOTE: make sure the enum values include and match those in RunType in dcs.pb.go and apricot.proto
30- // NOTE: this run type list is replicated in AliceO2 repo in GRPECSObject.h. Inform Ruben when the list is updated.
30+ // NOTE: this run type list is replicated in AliceO2 repo in
31+ // https://github.com/AliceO2Group/AliceO2/blob/dev/DataFormats/Parameters/include/DataFormatsParameters/ECSDataAdapters.h
32+ // Inform Ruben when the list is updated.
3133type RunType int
3234
3335const (
You can’t perform that action at this time.
0 commit comments