LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ArCaptureGammas.hh
Go to the documentation of this file.
1 
3 // Spectrum of radiative neutron capture by Gadolinium
4 // version 1.0.0
5 // (Sep.09.2005)
6 
7 // Author : karim.zbiri@subatech.in2p3.fr
8 
9 // This file contains the gammas spectrum produced in radiative capture of
10 // neutrons by gadolinium.
11 // This work is adapted from earlier work in geant3 for chooz 1.
12 
13 // First version by Karim Zbiri, April, 2005
15 
16 #ifndef artg4tk_lists_ArCaptureGammas_hh
17 #define artg4tk_lists_ArCaptureGammas_hh
18 
19 #include "Geant4/G4ReactionProductVector.hh"
20 #include <vector>
21 
22 using namespace std;
23 
25 public:
27  ~ArCaptureGammas();
28  G4ReactionProductVector* GetGammas();
29  vector<double> Initialize();
30  vector<double> CapAr40();
31  vector<double> continuum();
32 
33 public:
34  double Elevel;
35  double xint[4][750];
36 };
37 #endif /* artg4tk_lists_ArCaptureGammas_hh */
void Initialize()
Definition: errprop.cc:100
STL namespace.