3#include "iguana/algorithms/Algorithm.h"
4#include <Math/Vector3D.h>
5#include <Math/Vector4D.h>
37 void Start(hipo::banklist& banks)
override;
38 void Run(hipo::banklist& banks)
const override;
44 hipo::banklist::size_type b_particle;
45 hipo::banklist::size_type b_inc_kin;
46 hipo::banklist::size_type b_result;
60 std::set<int> o_hadron_pdgs;
#define DEFINE_IGUANA_ALGORITHM(ALGO_NAME, ALGO_FULL_NAME)
Algorithm(std::string_view name)
Algorithm: Calculate semi-inclusive hadron kinematic quantities
void Run(hipo::banklist &banks) const override
Run this algorithm for an event.
void Start(hipo::banklist &banks) override
Initialize this algorithm before any events are processed, with the intent to process banks
void Stop() override
Finalize this algorithm after all events are processed.