#ifndef HShowerTofinoTaskSet_H
#define HShowerTofinoTaskSet_H
#include "htaskset.h"
#include "TString.h"
class HShowerTofinoTaskSet : public HTaskSet {
private:
static Int_t ianalysisSimOrReal;
static Int_t ianalysisLevel;
static Int_t imagnet;
static Int_t analysisSimOrReal;
static Int_t analysisLevel;
static Bool_t isCoilOff;
static Bool_t isSimulation;
public:
HShowerTofinoTaskSet(void);
HShowerTofinoTaskSet(const Text_t name[],const Text_t title[]);
~HShowerTofinoTaskSet(void);
void setAnalysisSimOrReal(Option_t*);
void setAnalysisLevel(Option_t*);
void passArguments(TString s1);
void printOptions(void);
HTask *make(const Char_t *select="",const Option_t *option="");
ClassDef(HShowerTofinoTaskSet,1)
};
#endif /* !HShowerTofinoTaskSet_H */
Last change: Sat May 22 13:14:15 2010
Last generated: 2010-05-22 13:14
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.