26 std::cout <<
"Energy: " <<
fEnergy << std::endl;
32 std::cout <<
"\tIntensity: " <<
fEnergy << std::endl;
35 std::cout << std::endl;
42 toString.append(Form(
"%f\t",
fEnergy));
void Print(Option_t *opt="") const override
double fEngUncertainty
Uncertainty in the energy of the transition.
double fIntUncertainty
Uncertainty in the intensity.
int CompareIntensity(const TObject *obj) const
int CompareEnergy(const TObject *obj) const
double fIntensity
Intensity of the transition.
int Compare(const TObject *obj) const override
double fEnergy
Energy of the transition.
bool fCompareIntensity
Whether to sort by intensity or energy.
void Clear(Option_t *opt="") override
std::string PrintToString() const