BOSS
7.0.7
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
16
class
G4Event;
17
class
BesRawDataWriter
;
18
class
BesMcTruthWriter
;
19
20
21
class
BesTDSWriter
22
{
23
public
:
24
BesTDSWriter
() ;
25
~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
BesMcTruthWriter
Definition:
BesMcTruthWriter.hh:24
BesRawDataWriter
Definition:
BesRawDataWriter.hh:26
BesTDSWriter
Definition:
BesTDSWriter.hh:22
BesTDSWriter::BesTDSWriter
BesTDSWriter()
Definition:
BesTDSWriter.cc:22
BesTDSWriter::~BesTDSWriter
~BesTDSWriter()
Definition:
BesTDSWriter.cc:28
BesTDSWriter::SaveAll
void SaveAll(const G4Event *, int)
Definition:
BesTDSWriter.cc:36
source
Simulation
BOOST
BesSim
BesSim-00-01-24
BesSim
BesTDSWriter.hh
Generated by
1.9.6