Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
cpc4-mcHRG.cpp File Reference
#include <string.h>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <ctime>
#include <cstdio>
#include "HRGBase.h"
#include "HRGEV.h"
#include "HRGFit.h"
#include "HRGVDW.h"
#include "HRGEventGenerator.h"
#include "ThermalFISTConfig.h"

Go to the source code of this file.

Functions

double muBss (double ss)
 
double Tss (double ss)
 
double CalculateAveragedDecaysChi2 (ThermalModelBase *model, const std::vector< double > &ch1, const std::vector< double > &ch2)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ CalculateAveragedDecaysChi2()

double CalculateAveragedDecaysChi2 ( ThermalModelBase * model,
const std::vector< double > & ch1,
const std::vector< double > & ch2 )
Examples
cpc4-mcHRG.cpp.

Definition at line 36 of file cpc4-mcHRG.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 73 of file cpc4-mcHRG.cpp.

◆ muBss()

double muBss ( double ss)
Examples
cpc4-mcHRG.cpp.

Definition at line 22 of file cpc4-mcHRG.cpp.

◆ Tss()

double Tss ( double ss)
Examples
cpc4-mcHRG.cpp.

Definition at line 27 of file cpc4-mcHRG.cpp.