/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/BOOST/TofSim/TofSim-00-02-33/TofSim/BesTofDigitizerBrV1.hh

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------//
00002 //      BOOST --- BESIII Object_Oriented Simulation Tool                     //
00003 //---------------------------------------------------------------------------//
00004 //Description:
00005 //Author: Dengzy
00006 //Created: Mar, 2004
00007 //Modified:
00008 //Comment:
00009 //---------------------------------------------------------------------------//
00010 // $Id: BesTofDigitizerBrV1.hh
00011 
00012 #ifndef BesTofDigitizerBrV1_h
00013 #define BesTofDigitizerBrV1_h 1
00014 
00015 #include "BesTofDigitizerV.hh"
00016 #include "BesTofDigi.hh"
00017 #include "globals.hh"
00018 #include "ScintSingle.hh"
00019 
00020 
00021 class BesTofDigitizerBrV1 : public BesTofDigitizerV
00022 {
00023   public:
00024     BesTofDigitizerBrV1();
00025     ~BesTofDigitizerBrV1();
00026     
00027     virtual void Digitize(ScintSingle*, BesTofDigitsCollection* );
00028 
00029     void TofPmtInit();
00030     void TofPmtAccum(BesTofHit*);
00031     void Smear(G4int);
00032 
00033   private:
00034     G4double m_t1st;
00035     G4double m_z;
00036 
00037     G4double m_scinLength;
00038 };
00039 
00040 
00041 #endif
00042 

Generated on Tue Nov 29 23:14:31 2016 for BOSS_7.0.2 by  doxygen 1.4.7