/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/root/CaloHit.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/CaloHit.hh"
00003 
00004 using namespace std;
00005 
00006 /*------------------------------------------------------------------------------
00007  *
00008  *    CaloHit implementation
00009  */
00010 //______________________________________________________________________________
00011 ClassImp(CaloHit)
00012 
00013 CaloHit::CaloHit() :
00014 fX(0),fY(0),fZ(0),rowInChamber(0),colInChamber(0)
00015 {
00016 }
00017 
00018 //______________________________________________________________________________
00019 CaloHit::~CaloHit()
00020 {
00021 }

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