//*-- Author: Alberica Toia
//*-- Modified: Joern Wuestenfeld 03/31/2005
//*-- Version: $Id: htriggertaskset.h,v 1.7 2009-07-23 14:50:35 halo Exp $

#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) // Set of trigger tasks
};

#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.