| #include "hkicktaskset.h" | 
HKickTaskSet
class description - source file - inheritance tree (.pdf)
    public:
                      HKickTaskSet()
                      HKickTaskSet(Text_t* name, Text_t* title)
                      ~HKickTaskSet()
       static TClass* Class()
      virtual TClass* IsA() const
               HTask* make(const char* select, Option_t* option)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
 HKickTaskSet
 This HTaskSet contains the tasks for the Kick detector
 Options:
   lowres - Low resolution tracking (HKickTrackF)
                   tofclust - to use ToF hits clustering
                              (default is non-clustering mode)
   reslow - Low resolution tracking (HKickTrackFB) but output is HKickTrackB
   reslow&old - HKickTrackFB, output are HKickTrackB & HKickTrack
   hires  - High-resolution tracking with MDC3 + Meta
   reft   - Reference trajectories algorithm with MDC34 + Meta
   debug  - Debug mode for HKickMdcTrkF
   storeall - Stores all track candidates regardless of quality
              (only hires and reft)
 Note: lowres and hires CAN be used at the same time
 Note: Options can be separated any way you want
 
For more information, see this analysis logbook entry. 
 HKickTaskSet(Text_t name[],Text_t title[]) : HTaskSet(name,title) 
 Constructor
 HKickTaskSet(void) : HTaskSet() 
 Default constructor
 ~HKickTaskSet(void) 
 Destructor.
HTask* make(const char *select, Option_t *option) 
 Returns a pointer to the Kick task or taskset specified by 'select'
Inline Functions
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
Author: Dan Magestro
Last update: Fri Jan 26 11:58:55 2007
ROOT page - Class index - Class Hierarchy - Top of the page
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.