Skip to content
Snippets Groups Projects
Commit 4da70c16 authored by Chandradoy Chatterjee's avatar Chandradoy Chatterjee
Browse files

dRICH sigma Adjusted for aerogel n = 1.03

parent 7d42e28b
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ namespace benchmarks { ...@@ -78,7 +78,7 @@ namespace benchmarks {
m_mcRindex_dist = new TH1D( m_mcRindex_dist = new TH1D(
"mcRindex_"+m_rad_name_trun, "mcRindex_"+m_rad_name_trun,
"MC Refractive Index for "+m_rad_title+";n", "MC Refractive Index for "+m_rad_title+";n",
10*Tools::n_bins, 0.99, 1.03 10*Tools::n_bins, 0.99, 1.04
); );
// PID // PID
...@@ -232,7 +232,7 @@ namespace benchmarks { ...@@ -232,7 +232,7 @@ namespace benchmarks {
// calculate expected Cherenkov angle `theta_exp` and residual `theta_resid`, // calculate expected Cherenkov angle `theta_exp` and residual `theta_resid`,
// using refractive index from MC truth // using refractive index from MC truth
float mc_rindex=0; float mc_rindex=0;
if(m_rad_name=="Aerogel") mc_rindex =1.019; if(m_rad_name=="Aerogel") mc_rindex =1.0295;
else if(m_rad_name=="Gas") mc_rindex = 1.00076; else if(m_rad_name=="Gas") mc_rindex = 1.00076;
else mc_rindex = cherenkov_pid.getRefractiveIndex(); // average else mc_rindex = cherenkov_pid.getRefractiveIndex(); // average
auto theta_exp = TMath::ACos( auto theta_exp = TMath::ACos(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment