NUISANCEMC / nuisance

github mirror of the NUISANCE neutrino interaction generator comparison tool. Compare your favourite neutrino interaction generators to each other and over 350 published data sets
https://nuisance.hepforge.org
GNU General Public License v3.0
11 stars 22 forks source link

Run PlotUtils::MaskBins for the case where we give mask hist from root file #70

Closed jedori0228 closed 1 week ago

jedori0228 commented 1 month ago

I'm giving the making from a TH(1,2)I histogram and give the path/name to the card, e.g.,,

<sample name="T2K_NuMu_CC0pi_C_XSec_2DPcos" input="GENIE:/home/jskim/data/GENIE/AR23_20i_00_000/Target_1000060120/Nu_14/T2K_ND/240709_Afro/14_1000060120_CC_v3_4_0_AR23_20i_00_000.gprep.root" maskfile="/home/jskim/240708_Tension2024_Workshop/ConditionalCov/T2K_Carbon_Afro/SixParams/maskhist.root" maskhist="hmask"/>

but found data histogram is not masked. I think we need to run PlotUtils::MaskBins after we read the histogram inside FinaliseMeasurement function.