BOSS 7.1.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
20
22{
23 public:
24 BesTDSWriter() ;
26
27 public:
28
29 //save event head, McTruth, and raw data
30 void SaveAll(const G4Event*, int);
31
32 private:
33
34 BesRawDataWriter* m_rawWriter;
35 BesMcTruthWriter* m_mcWriter;
36
37};
38
39#endif
void SaveAll(const G4Event *, int)
Definition: BesTDSWriter.cc:36