BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/TofSim/TofSim/BesTofDigitizerBrV1.hh
Go to the documentation of this file.
1//---------------------------------------------------------------------------//
2// BOOST --- BESIII Object_Oriented Simulation Tool //
3//---------------------------------------------------------------------------//
4//Description:
5//Author: Dengzy
6//Created: Mar, 2004
7//Modified:
8//Comment:
9//---------------------------------------------------------------------------//
10// $Id: BesTofDigitizerBrV1.hh
11
12#ifndef BesTofDigitizerBrV1_h
13#define BesTofDigitizerBrV1_h 1
14
15#include "BesTofDigitizerV.hh"
16#include "BesTofDigi.hh"
17#include "globals.hh"
18#include "ScintSingle.hh"
19
20
22{
23 public:
26
28
29 void TofPmtInit();
31 void Smear(G4int);
32
33 private:
34 G4double m_t1st;
35 G4double m_z;
36
37 G4double m_scinLength;
38};
39
40
41#endif
42
G4TDigiCollection< BesTofDigi > BesTofDigitsCollection
void TofPmtAccum(BesTofHit *)
virtual void Digitize(ScintSingle *, BesTofDigitsCollection *)