#include <cmath>#include <iostream>#include "G4ecpssrBaseKxsModel.hh"#include "globals.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4AtomicTransitionManager.hh"#include "G4NistManager.hh"#include "G4Proton.hh"#include "G4Alpha.hh"#include "G4SemiLogInterpolation.hh"Go to the source code of this file.
Functions | |
| void | print (G4double elem) |
| void print | ( | G4double | elem | ) |
Definition at line 107 of file G4ecpssrBaseKxsModel.cc.
References G4cout.
Referenced by G4AttCheck::Check(), and G4CascadeFunctions< DATA, SAMP >::printTable().
00108 { 00109 G4cout << elem << " "; 00110 }
1.4.7