#ifndef HSTSTASKSET_H #define HSTSTASKSET_H #include "htaskset.h" #include class HStsTaskSet : public HTaskSet { protected: Bool_t doCal; // calibrater (exp), digitizer (sim) Bool_t doTrueTof; // use true toff info for calirbation instead of from StsCalPar 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"); }; #endif /* !HSTSTASKSET_H */