Skip to content

Commit c7ee461

Browse files
authored
Remove beam energy from BeamInfo proto (#755)
As agreed with George, DIP Client does not have it and AliECS does not need it. A small, previously missing addition to coconut source files is added, it seems I just did not include it before.
1 parent c092647 commit c7ee461

File tree

3 files changed

+42
-62
lines changed

3 files changed

+42
-62
lines changed

coconut/protos/o2control.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos/common.pb.go

Lines changed: 38 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos/common.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ message BeamInfo {
5555
int64 stableBeamsEnd = 2; // milliseconds since epoch when stable beams ended
5656
int32 fillNumber = 3; // LHC fill number
5757
string fillingSchemeName = 4; // LHC filling scheme name e.g. 25ns_2460b_2448_2089_2227_144bpi_20inj
58-
float beam1Energy = 5; // in GeV
59-
float beam2Energy = 6; // in GeV
60-
string beamType = 7; // e.g. PROTON-PROTON, O8-O8, Pb-Pb, p-Pb, Pb-p
61-
BeamMode beamMode = 8;
58+
string beamType = 5; // e.g. PROTON-PROTON, O8-O8, Pb-Pb, p-Pb, Pb-p
59+
BeamMode beamMode = 6;
6260
}
6361

6462
/**

0 commit comments

Comments
 (0)