#ifndef TPrescaleControlSample_h #define TPrescaleControlSample_h #include // Class to select events based on FGD tracks. Selection criteria is // that there must be one (and only one) iso-recon reconstructed track // in each FGD (using all FGD hits). class IPrescaleControlSample : public IControlSampleBase { public: IPrescaleControlSample(); ~IPrescaleControlSample(){} private: bool IsEventSelectedInternal(COMET::ICOMETEvent& event) ; }; #endif