/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/MdcTrkRecon/MdcTrkRecon-00-03-45/MdcTrkRecon/MdcSegGrouperAx.h

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: MdcSegGrouperAx.h,v 1.6 2011/05/16 06:52:13 zhangy Exp $
00004 //
00005 // Description:
00006 //     
00007 //
00008 // Environment:
00009 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00010 //
00011 // Authors: Steve Schaffner
00012 //
00013 // Copyright (C)  1996  The Board of Trustees of  
00014 // 
00015 // History:
00016 //      Migration for BESIII MDC
00017 // The Leland Stanford Junior University.  All Rights Reserved.
00018 //------------------------------------------------------------------------
00019 
00020 #ifndef MDCSEGGROUPERAX_HH
00021 #define MDCSEGGROUPERAX_HH
00022 #include "MdcTrkRecon/MdcSegGrouper.h"
00023 
00024 class MdcSegList;
00025 class MdcDetector;
00026 class TrkContext;
00027 
00028 // Class interface //
00029 class MdcSegGrouperAx : public MdcSegGrouper {
00030 
00031 public:
00032   MdcSegGrouperAx(const MdcDetector *gm, int debug);
00033   ~MdcSegGrouperAx() { };
00034 
00035   void fillWithSegs( const MdcSegList *inSegs);
00036   virtual int incompWithSeg(const MdcSeg *refSeg, const MdcSeg *testSeg);
00037   virtual int incompWithGroup(MdcSeg **segGroup, const MdcSeg *testSeg, 
00038                               int iply);
00039   void resetComb(const MdcSeg *seed);  
00040   virtual MdcTrack* storePar(MdcTrack*, double parms[2], double chisq, 
00041                              TrkContext&, double trackT0);
00042 
00043   //double calcParByHits(MdcSeg **segGroup, int nToUse, const TrkExchangePar &par, double& qual, int& nSegFit, double param[2]);
00044 private:        
00045 
00046   const MdcSeg *_seed; 
00047 
00048   // Preempt 
00049   MdcSegGrouperAx&   operator= (const MdcSegGrouperAx&);
00050 };
00051 #endif
00052 
00053 
00054 
00055 
00056 
00057 
00058 

Generated on Tue Nov 29 23:13:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7