26 #ifndef SPLATRESULT_H_
27 #define SPLATRESULT_H_
36 const string& chemicalName,
37 const string& quantumNumbers,
const pair<double,string>& frequency,
38 const pair<double,string>& temperature,
39 double smu2,
const pair<double,string>& el,
40 const pair<double,string>& eu,
double logA,
double intensity );
41 int getSpeciesId()
const;
42 std::string getSpecies()
const;
43 std::string getChemicalName()
const;
44 std::string getQuantumNumbers()
const;
45 pair<double,std::string> getFrequency()
const;
46 pair<double,std::string> getTemperature()
const;
47 pair<double,std::string> getEL()
const;
48 pair<double,std::string> getEU()
const;
49 double getLogA()
const;
50 double getSmu2()
const;
51 double getIntensity()
const;
53 string toLine(
string spacer =
" ")
const;
62 pair<double,std::string>
_el;
63 pair<double,std::string>
_eu;
std::string _quantumNumbers
casacore::String toString(VisibilityProcessor::ProcessingType p)
std::string _chemicalName
pair< double, std::string > _eu
pair< double, std::string > _temperature
pair< double, std::string > _el
pair< double, std::string > _frequency