#ifndef __EEezPi0nMaker_h__ #define __EEezPi0nMaker_h__ #include #include "EEezPi0nCandidate.h" class EEezPi0nMaker : public TDirectory { public: EEezPi0nMaker( const Char_t *name); // Constructor ~EEezPi0nMaker(){/* nada */}; // Destructor Int_t Init(); // Initialization Int_t Make(); // Process events void Clear( Option_t *opts ); // Clear for next event Int_t Find ( EEezPi0nCandidate *c ); // Process candidate pi0 private: protected: ClassDef(EEezPi0nMaker,1); }; #endif