LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
24
class
ArCaptureGammas
{
25
public
:
26
ArCaptureGammas
();
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 */
ArCaptureGammas
Definition:
ArCaptureGammas.hh:24
Initialize
void Initialize()
Definition:
errprop.cc:100
std
STL namespace.
ArCaptureGammas::Elevel
double Elevel
Definition:
ArCaptureGammas.hh:34
artg4tk
v12_00_03
source
artg4tk
lists
ArCaptureGammas.hh
Generated on Thu May 2 2024 20:59:30 for LArSoft by
1.8.11