• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/sts-lasertest/go4/STS/TSTSHit.h (r4864/r3054)

Go to the documentation of this file.
00001 /*
00002  * TSTSHit.h
00003  *
00004  *  Created on: Jan 9, 2012
00005  *      Author: isorokin
00006  */
00007 
00008 #ifndef TSTSHIT_H
00009 #define TSTSHIT_H
00010 
00011 #include "TSTSCluster.h"
00012 
00013 class TSTSHit {
00014    private:
00015       TSTSCluster *  fClusters[2];
00016    public:
00017       TSTSHit( TSTSCluster * cluster0 = 0, TSTSCluster * cluster1 = 0 ) { fClusters[0] = cluster0; fClusters[1] = cluster1; }
00018       virtual ~TSTSHit();
00019       Long64_t                          GetTime() const;
00020       Long64_t                          GetTimeLength() const;
00021       TSTSCluster const *       GetCluster( Int_t side ) const { return fClusters[side]; }
00022       void                                      Print() const;
00023       ClassDef(TSTSHit, 1)
00024 };
00025 
00026 
00027 #endif /* TSTSHIT_H */

Generated on Tue Dec 10 2013 04:52:18 for ROCsoft by  doxygen 1.7.1