#ifndef HTRIGGERTASKSET_H
#define HTRIGGERTASKSET_H
#include "htaskset.h"
class HTriggerTaskSet : public HTaskSet
{
protected:
Bool_t isReal;
Bool_t isExp;
Bool_t isSimulation;
Bool_t doFilter;
private :
void parseArguments(TString s1);
public:
HTriggerTaskSet(void);
HTriggerTaskSet(const Text_t name[],const Text_t title[]);
~HTriggerTaskSet(void);
HTask *make(const Char_t *select="",const Option_t *option="");
ClassDef(HTriggerTaskSet,1)
};
#endif /* !HTRIGGERTASKSET_H */
Last change: Sat May 22 13:17:22 2010
Last generated: 2010-05-22 13:17
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.