@@ -374,8 +374,6 @@ struct AntinucleiInJets {
374374 registryData.add (" tpcsignal_data" , " Specific energy loss" , HistType::kTH2F , {{600 , -6 ., 6 ., " #it{p} (GeV/#it{c})" }, {1400 , 0 , 1400 , " d#it{E} / d#it{X} (a. u.)" }});
375375 registryData.add (" antihelium3_jet_tpc_custom" , " antihelium3_jet_tpc_custom" , HistType::kTH2F , {{nbins, 3 * min, 3 * max, " #it{p}_{T} (GeV/#it{c})" }, {400 , -20.0 , 20.0 , " n#sigma_{TPC} custom" }});
376376 registryData.add (" antihelium3_ue_tpc_custom" , " antihelium3_ue_tpc_custom" , HistType::kTH2F , {{nbins, 3 * min, 3 * max, " #it{p}_{T} (GeV/#it{c})" }, {400 , -20.0 , 20.0 , " n#sigma_{TPC} custom" }});
377- registryData.add (" helium3_jet_tpc_custom" , " helium3_jet_tpc_custom" , HistType::kTH2F , {{nbins, 3 * min, 3 * max, " #it{p}_{T} (GeV/#it{c})" }, {400 , -20.0 , 20.0 , " n#sigma_{TPC} custom" }});
378- registryData.add (" helium3_ue_tpc_custom" , " helium3_ue_tpc_custom" , HistType::kTH2F , {{nbins, 3 * min, 3 * max, " #it{p}_{T} (GeV/#it{c})" }, {400 , -20.0 , 20.0 , " n#sigma_{TPC} custom" }});
379377 }
380378
381379 // Generated antiproton spectra in jets and UE from MC truth
@@ -1403,11 +1401,6 @@ struct AntinucleiInJets {
14031401 }
14041402 if (passedItsPidHel) {
14051403 registryData.fill (HIST (" helium3_jet_tpc" ), 2.0 * pt, nsigmaTPCHe);
1406- // custom nsigma He3 based on bethe bloch fit of TPC signal
1407- double tpcSignal = track.tpcSignal ();
1408- double expectedSignalHe3 = common::BetheBlochAleph (static_cast <double >(track.tpcInnerParam () * 2 . / o2::constants::physics::MassHelium3), cfgBetheBlochParams.value [0 ], cfgBetheBlochParams.value [1 ], cfgBetheBlochParams.value [2 ], cfgBetheBlochParams.value [3 ], cfgBetheBlochParams.value [4 ]);
1409- double nSigmaTPCHe3Custom = ((tpcSignal / expectedSignalHe3) - 1 .) / 0.045 ;
1410- registryData.fill (HIST (" helium3_jet_tpc_custom" ), 2.0 * pt, nSigmaTPCHe3Custom);
14111404 }
14121405 }
14131406 }
@@ -1503,11 +1496,6 @@ struct AntinucleiInJets {
15031496 }
15041497 if (passedItsPidHel) {
15051498 registryData.fill (HIST (" helium3_ue_tpc" ), 2.0 * pt, nsigmaTPCHe);
1506- // custom nsigma He3 based on bethe bloch fit of TPC signal
1507- double tpcSignal = track.tpcSignal ();
1508- double expectedSignalHe3 = common::BetheBlochAleph (static_cast <double >(track.tpcInnerParam () * 2 . / o2::constants::physics::MassHelium3), cfgBetheBlochParams.value [0 ], cfgBetheBlochParams.value [1 ], cfgBetheBlochParams.value [2 ], cfgBetheBlochParams.value [3 ], cfgBetheBlochParams.value [4 ]);
1509- double nSigmaTPCHe3Custom = ((tpcSignal / expectedSignalHe3) - 1 .) / 0.045 ;
1510- registryData.fill (HIST (" helium3_ue_tpc_custom" ), 2.0 * pt, nSigmaTPCHe3Custom);
15111499 }
15121500 }
15131501 }
0 commit comments