#include "GenDecay/NucDecay.h"
#include "GenDecay/NucState.h"
#include <more/phys/ens.h>
#include "CLHEP/Units/SystemOfUnits.h"
Include dependency graph for NucDecay.cc:
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &o, const NucDecay &ns) |
ostream& operator<< | ( | ostream & | o, | |
const NucDecay & | ns | |||
) |
Definition at line 24 of file NucDecay.cc.
00025 { 00026 o << ns.type << " E=" << ns.clhep_energy()/CLHEP::MeV << " MeV br=" << ns.fraction*100 << "%"; 00027 return o; 00028 }