GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
CoulexCalculation.cc File Reference
#include <iostream>
#include <fstream>
#include <cmath>
#include <vector>
#include <algorithm>
#include <string>
#include <complex>
#include <angdist/AngDist.hh>
#include <toolkit/Misc.hh>
#include <utils/Utilities.hh>
#include "Eloss.hh"
#include "WDBSubs.hh"
#include "Coulex.hh"
#include "CoulexCalculation.hh"
+ Include dependency graph for CoulexCalculation.cc:

Go to the source code of this file.

Namespaces

namespace  GamR
 
namespace  GamR::Coulex
 

Macros

#define ANSI_COLOR_RED   "\x1b[31m"
 
#define ANSI_COLOR_GREEN   "\x1b[32m"
 
#define ANSI_COLOR_YELLOW   "\x1b[33m"
 
#define ANSI_COLOR_BLUE   "\x1b[34m"
 
#define ANSI_COLOR_MAGENTA   "\x1b[35m"
 
#define ANSI_COLOR_CYAN   "\x1b[36m"
 
#define ANSI_COLOR_RESET   "\x1b[0m"
 

Functions

GamR::Coulex::CoulexCalculation GamR::Coulex::ExperimentalSetup (std::string file_name)
 
GamR::AngDist::StatTensorGamR::Coulex::DoCoulex (std::string file_name)
 

Detailed Description

Author
Timothy Gray timot.nosp@m.hy.g.nosp@m.ray@a.nosp@m.nu.e.nosp@m.du.au

DESCRIPTION

This file provides framework for defining Coulex experiments to do calculations using the WDB codes

Definition in file CoulexCalculation.cc.

Macro Definition Documentation

◆ ANSI_COLOR_BLUE

#define ANSI_COLOR_BLUE   "\x1b[34m"

◆ ANSI_COLOR_CYAN

#define ANSI_COLOR_CYAN   "\x1b[36m"

Definition at line 30 of file CoulexCalculation.cc.

◆ ANSI_COLOR_GREEN

#define ANSI_COLOR_GREEN   "\x1b[32m"

◆ ANSI_COLOR_MAGENTA

#define ANSI_COLOR_MAGENTA   "\x1b[35m"

Definition at line 29 of file CoulexCalculation.cc.

◆ ANSI_COLOR_RED

#define ANSI_COLOR_RED   "\x1b[31m"

Definition at line 25 of file CoulexCalculation.cc.

◆ ANSI_COLOR_RESET

◆ ANSI_COLOR_YELLOW

#define ANSI_COLOR_YELLOW   "\x1b[33m"

Definition at line 27 of file CoulexCalculation.cc.