9#include "iguana/algorithms/Algorithm.h"
65 void Start(hipo::banklist& banks)
override;
66 void Run(hipo::banklist& banks)
const override;
101 hipo::banklist::size_type b_particle;
116 double o_exampleDouble;
#define DEFINE_IGUANA_ALGORITHM(ALGO_NAME, ALGO_FULL_NAME)
Base class for all algorithms to inherit from.
Algorithm: This is a template algorithm, used as an example showing how to write an algorithm.
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.
void Stop() override
Finalize this algorithm after all events are processed.
bool Filter(int const pid) const