/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/BOOST/BesSim/BesSim-00-01-24/BesSim/BesTDSWriter.hh

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------//
00006 
00012 
00013 #ifndef BesTDSWriter_h
00014 #define BesTDSWriter_h 1
00015 
00016 class G4Event;
00017 class BesRawDataWriter;
00018 class BesMcTruthWriter;
00019 
00020 
00021 class BesTDSWriter
00022 {
00023   public:
00024     BesTDSWriter() ;
00025     ~BesTDSWriter();
00026 
00027   public:
00028 
00029     //save event head, McTruth, and raw data
00030     void SaveAll(const G4Event*, int);
00031     
00032   private:
00033 
00034     BesRawDataWriter* m_rawWriter;
00035     BesMcTruthWriter* m_mcWriter;
00036     
00037 };
00038 
00039 #endif

Generated on Tue Nov 29 23:14:23 2016 for BOSS_7.0.2 by  doxygen 1.4.7