Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ClusterFit.h

Go to the documentation of this file.
00001 #ifndef __CLUSTERFIT_H
00002 #define __CLUSTERFIT_H 1
00003 
00004 #include "reconstruction/LSQFit.h"
00005 #include "data/SiData.h"
00006 #include <map>
00007 
00008 typedef std::map<float, float> HitMap;
00009 
00010 // class similiar to GlastFit - designed to find the LSQ fit of
00011 // clusters of hits within a plane of the TKR.
00012 
00013 class ClusterFit : public LSQFit
00014 {
00015 
00016   public:
00017       ClusterFit (): LSQFit() {}
00018 
00019       ClusterFit (HitMap* Pos);
00020 
00021       int numHitsUsed;
00022 
00023   private:
00024 
00025       enum SiData::Axis axis;
00026 
00027 };
00028 #endif

Generated at Wed Nov 21 12:20:43 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000