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

beamtime/sts-lasertest/go4/TSpacepoint.cxx (r4864/r3065)

Go to the documentation of this file.
00001 /*
00002  * TSpacepoint.cxx
00003  *
00004  *  Created on: Jan 18, 2012
00005  *      Author: isorokin
00006  */
00007 
00008 #include "TSpacepoint.h"
00009 
00010 TSpacepoint::TSpacepoint( Double_t x, Double_t y, Double_t z, Double_t t, Double_t xErr, Double_t yErr, Double_t zErr, Double_t tErr, uint64_t fulltime )
00011 {
00012         fX = x;
00013         fY = y;
00014         fZ = z;
00015         fT = t;
00016         fXErr = xErr;
00017         fYErr = yErr;
00018         fZErr = zErr;
00019         fTErr = tErr;
00020    fFulltime=fulltime;
00021 }
00022 
00023 TSpacepoint::~TSpacepoint()
00024 {
00025 }
00026 

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