e4nu / e4nuanalysiscode

Placeholder for all e4nu analyses
1 stars 2 forks source link

Apply Electron cuts for true signal #92

Closed jtenavidal closed 1 year ago

jtenavidal commented 1 year ago

Must be implemented here: https://github.com/e4nu/e4nuanalysiscode/blob/63f09722d8a695fc82744e3dd35f73c67b6fe92b/src/utils/Fiducial.cxx#L646

jtenavidal commented 1 year ago

In previous code, the values were hardcoded but only used to fill electron information. They acted as a sort of range bool ApplyThetaSlice = false; double MinThetaSlice = 36, MaxThetaSlice = 39; https://github.com/e4nu/e4nuanalysiscode/blob/987541f1e2b57a2ea618e2d9ca3bf4fa490f37ee/genie_analysis.C#L132C26-L132C26

jtenavidal commented 1 year ago

Maybe applied in acceptance? Not clear at all