G4DarkBreM  v2.1.0
Geant4 Dark Bremmstrahlung from MadGraph
G4DarkBreMModel.cxx File Reference

Source file for dark brem model with some static functions that are helpful to be documented. More...

#include "G4DarkBreM/G4DarkBreMModel.h"
#include "G4DarkBreM/G4APrime.h"
#include "G4DarkBreM/ParseLibrary.h"
#include "G4Electron.hh"
#include "G4EventManager.hh"
#include "G4MuonMinus.hh"
#include "G4PhaseSpaceDecayChannel.hh"
#include "G4PhysicalConstants.hh"
#include "G4RunManager.hh"
#include "G4SystemOfUnits.hh"
#include "Randomize.hh"
#include <boost/math/quadrature/gauss_kronrod.hpp>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for G4DarkBreMModel.cxx:

Namespaces

 g4db
 G4DarkBreM internal namespace.
 

Functions

template<typename IntegrandFunction >
static double g4db::integrate (IntegrandFunction F, double low, double high)
 The integration method we will be using for our numerical integrals. More...
 
static double g4db::flux_factor_chi_numerical (G4double A, G4double Z, double tmin, double tmax)
 numerically integrate the value of the flux factor chi More...
 

Detailed Description

Source file for dark brem model with some static functions that are helpful to be documented.