Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhyunjo committed Nov 4, 2024
1 parent 1fa7f7f commit 12c414e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/applyNuMIGeomtryWeights.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ int main( int argc, char** argv )
auto T_PFeval_copy = (TTree*)CVfile->Get("wcpselection/T_PFeval");//truth_nuPdg, truth_nuEnergy,run,subrun,event
auto T_BDTvars_copy = (TTree*)CVfile->Get("wcpselection/T_BDTvars");//truth_nuPdg, truth_nuEnergy,run,subrun,event


auto h_nue_FHC_variation1=(TH1D*)weightHistosFile->Get("EnergyVarBin/ratio_run1_FHC_nue_CV_AV_TPC");
auto h_nue_FHC_variation2=(TH1D*)weightHistosFile->Get("EnergyVarBin/ratio_run2_FHC_nue_CV_AV_TPC");
auto h_nue_FHC_variation3=(TH1D*)weightHistosFile->Get("EnergyVarBin/ratio_run3_FHC_nue_CV_AV_TPC");
Expand Down

0 comments on commit 12c414e

Please sign in to comment.