/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/root/CaloRun.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/CaloRun.hh"
00003 #include "root/CaloEvent.hh"
00004 #include <iostream>
00005 
00006 using namespace std;
00007 
00008 /*------------------------------------------------------------------------------
00009  *
00010  *    CaloRun implementation
00011  */
00012 //______________________________________________________________________________
00013 ClassImp(CaloRun)
00014 
00015 
00016 CaloRun::CaloRun() :
00017 fRunId(0),fTemp(0),fPress(0)
00018 {
00019 }
00020 
00021 //______________________________________________________________________________
00022 CaloRun::~CaloRun()
00023 {
00024 }

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