3#include "iguana/algorithms/Validator.h"
20 void Start(hipo::banklist& banks)
override;
21 void Run(hipo::banklist& banks)
const override;
26 hipo::banklist::size_type b_particle;
27 hipo::banklist::size_type b_result;
29 mutable TH1D* lepton_p_dist;
30 mutable TH1D* lepton_theta_dist;
31 mutable TH1D* lepton_phi_dist;
32 mutable TH1D* lepton_vz_dist;
33 mutable TH2D* Q2_vs_x;
34 mutable TH2D* Q2_vs_W;
36 mutable TH1D* nu_dist;
38 TString m_output_file_basename;
#define DEFINE_IGUANA_VALIDATOR(VDOR_NAME, VDOR_FULL_NAME)
Base class for all algorithm validators to inherit from.
iguana::physics::InclusiveKinematics validator
void Stop() override
Finalize this algorithm after all events are processed.
void Start(hipo::banklist &banks) override
Initialize this algorithm before any events are processed, with the intent to process banks
void Run(hipo::banklist &banks) const override
Run this algorithm for an event.