HomeHEPForge

Main changes:

This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Main changes:

  • Adds Histogram input handler.
    • A simple input handler that reads TH1s from ROOT files into a std::vector and serves them up upon request by index.
    • This is so that samples can be written that do not require tradition MC vector inputs but want to behave like normal samples and be handed input histograms.
    • The input format is like: "HISTO:bla1.root[histname1,histname2],bla2.root[histname3]" This input would then contain 3 histograms that could be retrieved in order. A sample using this input handler must know that it is and explicitly downcast the InputHandlerBase pointer that it recieves from the event manager.
    • Histograms can then be retrieved by the GetHistogram(size_t) or GetHistograms member methods.
  • Fixes MiniBooNE AntiQE-Like data release that was missing a line.
  • Tidies the nuissmear sample.
    • Adds more documentation to smearceptance.md
  • Tidies and signficantly expands the Smear_SVDUnfold_Propagation_Osc sample.
    • Adds documentation to OscStudies.md

Details

Provenance
lp208Authored on Sep 21 2017, 9:38 PM
lp208Pushed on Oct 7 2019, 9:23 PM
Parents
rNUISANCEGIT77afccee56fb: Adds ability to specify a target volume, density, and POT to generate an event…
Branches
Unknown
Tags
Unknown