BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesLogSession.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
// Description: Save the g4cout and g4cere to logfiles
5
// Author: Liuhm
6
// Created: Jun. 16, 2003
7
// Modified:
8
// Comment:
9
//---------------------------------------------------------------------------//
10
11
#ifndef BesLogSession_H
12
#define BesLogSession_H 1
13
14
#include "G4UIsession.hh"
15
#include "fstream"
16
17
class
BesLogSession
:
public
G4UIsession {
18
public
:
19
BesLogSession
();
20
~BesLogSession
();
21
G4int
ReceiveG4cout
( G4String coutString );
22
G4int
ReceiveG4cerr
( G4String cerrString );
23
24
private
:
25
std::ofstream logFile;
26
std::ofstream errFile;
27
};
28
29
#endif
BesLogSession::~BesLogSession
~BesLogSession()
Definition
BesLogSession.cc:22
BesLogSession::ReceiveG4cerr
G4int ReceiveG4cerr(G4String cerrString)
Definition
BesLogSession.cc:32
BesLogSession::ReceiveG4cout
G4int ReceiveG4cout(G4String coutString)
Definition
BesLogSession.cc:27
BesLogSession::BesLogSession
BesLogSession()
Definition
BesLogSession.cc:16
8.0.0
BOSS_Source
Simulation
BOOST
BesSim
src
BesLogSession.hh
Generated by
1.16.1