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

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

Go to the documentation of this file.
00001 /*
00002  * TSTSDigi.cxx
00003  *
00004  *  Created on: Dec 29, 2011
00005  *      Author: isorokin
00006  */
00007 
00008 // #include "TSTSTopology.h"
00009 #include "TSTSDigi.h"
00010 
00011 TSTSDigi::TSTSDigi():
00012    fStrip( 0 ),
00013    fTime( 0 ),
00014    fAmplitude( 0 )
00015 {
00016 }
00017 
00018 
00019 //TSTSDigi::TSTSDigi( Int_t det, TSTSTopology::ESTSSide side, Int_t strip, uint64_t time, Float_t amplitude ):
00020 TSTSDigi::TSTSDigi( Int_t strip, uint64_t time, Float_t amplitude ):
00021 //   fDetector( det ),
00022 //   fSide( side ),
00023    fStrip( strip ),
00024    fTime( time ),
00025    fAmplitude( amplitude )
00026 {
00027 
00028 }
00029 
00030 
00031 void TSTSDigi::Print() const
00032 {
00033    printf( "DIGI: Strip=%4d  Time=%10llu  Amplitude=%6.2f\n", fStrip, (long long unsigned) fTime, fAmplitude );
00034 }
00035 

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