Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4ecpssrBaseKxsModel.cc File Reference
#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)
 

Function Documentation

void print ( G4double  elem)

Definition at line 107 of file G4ecpssrBaseKxsModel.cc.

References G4cout.

108 {
109  G4cout << elem << " ";
110 }
G4GLOB_DLL std::ostream G4cout