Skip to content

Commit

Permalink
net-charge proxy susceptibility now corresponds to net-pion fluctuations
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvovch committed Jun 25, 2019
1 parent 3121d37 commit 941bf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/HRGBase/ThermalModelBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -968,8 +968,8 @@ namespace thermalfist {
}
}

printf("chi2netp/chi2skellam = %lf\n", m_ProxySusc[0][0] / (m_densitiestotal[m_TPS->PdgToId(2212)] + m_densitiestotal[m_TPS->PdgToId(-2212)]) * pow(m_Parameters.T * xMath::GeVtoifm(), 3));
printf("chi2netpi/chi2skellam = %lf\n", m_ProxySusc[1][1] / (m_densitiestotal[m_TPS->PdgToId(211)] + m_densitiestotal[m_TPS->PdgToId(-211)]) * pow(m_Parameters.T * xMath::GeVtoifm(), 3));
//printf("chi2netp/chi2skellam = %lf\n", m_ProxySusc[0][0] / (m_densitiestotal[m_TPS->PdgToId(2212)] + m_densitiestotal[m_TPS->PdgToId(-2212)]) * pow(m_Parameters.T * xMath::GeVtoifm(), 3));
//printf("chi2netpi/chi2skellam = %lf\n", m_ProxySusc[1][1] / (m_densitiestotal[m_TPS->PdgToId(211)] + m_densitiestotal[m_TPS->PdgToId(-211)]) * pow(m_Parameters.T * xMath::GeVtoifm(), 3));
}

void ThermalModelBase::CalculateFluctuations() {
Expand Down

0 comments on commit 941bf69

Please sign in to comment.