BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesTDSWriter.hh
Go to the documentation of this file.
1//---------------------------------------------------------------------------//
2//// BOOST --- BESIII Object_Oriented Simulation Tool //
3////---------------------------------------------------------------------------//
4////Description:
5////Author : Dengzy
6
7////Created: Mar, 2004
8////Modified:
9////Comment:
10////---------------------------------------------------------------------------//
11//// $Id:BesTDSWriter.hh
12
13#ifndef BesTDSWriter_h
14#define BesTDSWriter_h 1
15
16class G4Event;
19
21public:
24
25public:
26 // save event head, McTruth, and raw data
27 void SaveAll( const G4Event*, int );
28
29private:
30 BesRawDataWriter* m_rawWriter;
31 BesMcTruthWriter* m_mcWriter;
32};
33
34#endif
void SaveAll(const G4Event *, int)