Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeamInfo ¶
type BeamInfo struct {
StableBeamsStart int64 `json:"stableBeamsStart,omitempty"`
StableBeamsEnd int64 `json:"stableBeamsEnd,omitempty"`
FillNumber int32 `json:"fillNumber,omitempty"`
FillingSchemeName string `json:"fillingSchemeName,omitempty"`
BeamType string `json:"beamType,omitempty"`
BeamMode commonpb.BeamMode `json:"beamMode,omitempty"`
}
BeamInfo mirrors (a subset of) the information described in the proto draft.
type LhcStateChangeEvent ¶
type LhcStateChangeEvent struct {
event.IntegratedServiceEventBase
BeamInfo BeamInfo
}
func (*LhcStateChangeEvent) GetBeamInfo ¶
func (e *LhcStateChangeEvent) GetBeamInfo() BeamInfo
func (*LhcStateChangeEvent) GetName ¶
func (e *LhcStateChangeEvent) GetName() string
Click to show internal directories.
Click to hide internal directories.