#ifndef TASKS__H #define TASKS__H #include "htask.h" #include "hstarttaskset.h" #include "hrichtaskset.h" #include "hrichIPUtaskset.h" #include "hrichchernovringfitter.h" #include "hrichevtfilter.h" #include "hmdctaskset.h" #include "hmdcvertexfind.h" #include "htoftaskset.h" #include "htofinotaskset.h" #include "hshowertaskset.h" #include "hshowertofinotaskset.h" #include "hkicktaskset.h" #include "hsplinetrackF.h" #include "hmetamatchF.h" #include "hrttrackfind.h" #include "hqamaker.h" #include "hmdcslope.h" #include "htriggertaskset.h" #include "hkicktrackbaseF.h" HTaskSet *masterTaskSetReal = 0; HTaskSet *masterTaskSetCal = 0; HStartTaskSet *startTaskSet = 0; HTask *startTask = 0; HRichTaskSet *richTaskSet = 0; HTask *richTask = 0; HRichIPUTaskSet *richIpuTaskSet = 0; HTask *richIpuTask = 0; HRichChernovRingFitter *richChernovFitter = 0; HTaskSet *evtFilterTasks=0; HRichEvtFilter *richEvtFilterTask =0; HMdcTaskSet *mdcTaskSet = 0; HTask *mdcTask = 0; HKickTaskSet *kickTaskSet = 0; HTask *kickTask = 0; HMdcVertexFind *vertexFinder = 0; HTofTaskSet *tofTaskSet = 0; HTask *tofTask = 0; HTofinoTaskSet *tofinoTaskSet = 0; HTask *tofinoTask = 0; HShowerTaskSet *showerTaskSet = 0; HTask *showerTask = 0; HShowerTofinoTaskSet *showerTofinoTaskSet = 0; HTask *showerTofinoTask = 0; HSplineTrackF *splinetrack = 0; HTaskSet *splineTaskSet = 0; HMetaMatchF *metamatchingf = 0; HTaskSet *metamatchingTaskSet = 0; HRtTrackFind *rtTask = 0; HTaskSet *rtTaskSet = 0; HQAMaker *qa = 0; HTaskSet *mdcCalTaskSet = 0; HMdcSlope *mdcCalTask = 0; HTriggerTaskSet *triggerTaskSet = 0; HTask *triggerTask = 0; HTaskSet *kicktrackbaseTaskSet = 0; HKickTrackBaseF *kickTrackBase = 0; HTask *mdcLowLevelQa = 0; HTaskSet *mdcLowLevelQaTaskSet = 0; #endif