QMuonEventBuilder.hh

00001 /* Cuore Reconstruction program
00002  *
00003  * Author: Elena Guardincerri 25/02/08
00004  * $Id: $
00005  *
00006  * Class QMuonEventBuilder
00007  * This is the class containing the methods to read from the share memory the 
00008  * muon data are written to.
00009  * The methods are used by Apollo builder
00010  *
00011 */
00012 
00013 
00014 #ifndef QMUONEVENTBUILDER_HH_
00015 #define QMUONEVENTBUILDER_HH_
00016 
00017 #include "QMuonBuffer.hh"
00018 namespace Cuore {class QiMuonVeto;}
00019 using namespace Cuore;
00020 
00021 class QMuonEventBuilder{
00022         public:
00023 
00024                 QMuonEventBuilder();
00025                 ~QMuonEventBuilder();
00026                 int GetEvent(QiMuonVeto&);
00027         private:
00028                 bool fBufferIsValid;
00029                 shmbuffer_t *p_buffer;  
00030 };
00031 
00032 #endif

Generated on Tue Nov 16 10:49:57 2010 for CUORE Software by  doxygen 1.5.6