#ifndef HSTSTASKSET_H #define HSTSTASKSET_H #include "htaskset.h" #include class HStsTaskSet : public HTaskSet { protected: Bool_t doCal; // calibrater (exp), digitizer (sim) void parseArguments(TString s); public: HStsTaskSet(); HStsTaskSet(const Text_t name[], const Text_t title[]); HTask *make(const Char_t *select = "real", const Option_t *option = "cal"); ClassDef(HStsTaskSet, 0); // Set of tasks }; #endif /* !HSTSTASKSET_H */