12 const char *beam_mode,
13 double beam_energy_gev ) {
20 s <<
"Run type = " << htbrd.
runType() << endl;
21 s <<
"Beam Mode = " << htbrd.
beamMode() << endl;
22 s <<
"Beam Energy = " << htbrd.
beamEnergyGeV() <<
" GeV" << endl;
double beamEnergyGeV() const
Returns the beam energy in GeV.
void setRunData(const char *run_type, const char *beam_mode, double beam_energy_gev)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
const std::string & beamMode() const
Returns the beam mode string.
const std::string & runType() const
Returns the run type string.