@@ -81,7 +81,7 @@ class FemtoUniverseParticleHisto
8181 mHistogramRegistry ->add ((folderName + folderSuffix + " /hTPCcrossedRows" ).c_str (), " ; TPC crossed rows; Entries" , kTH1F , {{163 , -0.5 , 162.5 }});
8282 mHistogramRegistry ->add ((folderName + folderSuffix + " /hTPCfindableVsCrossed" ).c_str (), " ;TPC findable clusters ; TPC crossed rows;" , kTH2F , {{163 , -0.5 , 162.5 }, {163 , -0.5 , 162.5 }});
8383 mHistogramRegistry ->add ((folderName + folderSuffix + " /hTPCshared" ).c_str (), " ; TPC shared clusters; Entries" , kTH1F , {{163 , -0.5 , 162.5 }});
84- mHistogramRegistry ->add ((folderName + folderSuffix + " /hTPCfractionSharedCls" ).c_str (), " ; TPC fraction of shared clusters; Entries" , kTH1F , {{100 , 0.0 , 100 .0 }});
84+ mHistogramRegistry ->add ((folderName + folderSuffix + " /hTPCfractionSharedCls" ).c_str (), " ; TPC fraction of shared clusters; Entries" , kTH1F , {{100 , 0.0 , 1 .0 }});
8585 mHistogramRegistry ->add ((folderName + folderSuffix + " /hITSclusters" ).c_str (), " ; ITS clusters; Entries" , kTH1F , {{10 , -0.5 , 9.5 }});
8686 mHistogramRegistry ->add ((folderName + folderSuffix + " /hITSclustersIB" ).c_str (), " ; ITS clusters in IB; Entries" , kTH1F , {{10 , -0.5 , 9.5 }});
8787 mHistogramRegistry ->add ((folderName + folderSuffix + " /hDCAz" ).c_str (), " ; #it{p}_{T} (GeV/#it{c}); DCA_{z} (cm)" , kTH2F , {{100 , 0 , 10 }, {500 , -5 , 5 }});
0 commit comments