/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/root/MTTrack.cpp

Go to the documentation of this file.
00001 /* @version $Revision: 1352 $ * @modifiedby $Author: girardd $ * @lastmodified $Date: 2011-11-03 14:26:26 +0100 (Thu, 03 Nov 2011) $ */
00002 #include "root/MTTrack.hh"
00003 #include <iostream>
00004 
00005 using namespace std;
00006 
00007 /*------------------------------------------------------------------------------
00008  *
00009  *    MTTrack implementation
00010  */
00011 //______________________________________________________________________________
00012 ClassImp(MTTrack)
00013 
00014 
00015 MTTrack::MTTrack( bool fromPad, bool fromStrip ,
00016             bool straight ,bool singleHit ,
00017             Float_t  ax ,Float_t  bx ,Float_t  ay , Float_t  by )
00018             : fFromPad(fromPad) ,fFromStrip (fromStrip) ,fStraight(straight) , fSingleHit(singleHit) , fAx(ax) ,fBx(bx) , fAy(ay) ,fBy(by) 
00019 {
00020 }
00021 
00022 MTTrack::MTTrack() : fFromPad(false) ,fFromStrip (false) ,fStraight(false) , fSingleHit(false) , fAx(0.) ,fBx(0.) , fAy(0.) ,fBy(0.) 
00023 {
00024 }
00025 
00026 
00027 //______________________________________________________________________________
00028 MTTrack::~MTTrack()
00029 {
00030 }
00031 

Generated on Mon Jan 7 13:15:22 2013 for MicromegasFramework by  doxygen 1.4.7