GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
WDBSubs.hh
Go to the documentation of this file.
1#ifndef WDBSUBS
2#define WDBSUBS
3
4namespace GamR {
5 namespace Coulex {
6 namespace WDB {
7 extern "C" {
8 void coulparcm_(float &eb, float &tcmdeg); //Beam energy and centre-of-mass scattering angle.
9 void setup_coulex_(); //Initialises common blocks and default values for coulex routine
10 void coulex_(); //Calculates AD statistical tensors.
11 void getcoulex_(int &lvl, float rho_cre[3][5], float &xsect); //Get AD statistical tensors.
12 void freader_(char readfile[], int &inperr); //Coulex card file name, error flag.
13 }
14 }
15 }
16}
17#endif
void coulparcm_(float &eb, float &tcmdeg)
void freader_(char readfile[], int &inperr)
void getcoulex_(int &lvl, float rho_cre[3][5], float &xsect)
Definition Gain.cc:19