Thermal-FIST
1.3
Package for hadron resonance gas model applications
|
#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[]) |
double CalculateAveragedDecaysChi2 | ( | ThermalModelBase * | model, |
const std::vector< double > & | ch1, | ||
const std::vector< double > & | ch2 | ||
) |
Definition at line 36 of file cpc4-mcHRG.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 73 of file cpc4-mcHRG.cpp.
double muBss | ( | double | ss | ) |
Definition at line 22 of file cpc4-mcHRG.cpp.
double Tss | ( | double | ss | ) |
Definition at line 27 of file cpc4-mcHRG.cpp.