Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id$
|
||||
// $Id: B2TrackerSD.hh 66536 2012-12-19 14:32:36Z ihrivnac $
|
||||
//
|
||||
/// \file B2TrackerSD.hh
|
||||
/// \brief Definition of the B2TrackerSD class
|
||||
@@ -44,10 +44,9 @@ class G4HCofThisEvent;
|
||||
|
||||
/// B2Tracker sensitive detector class
|
||||
///
|
||||
/// In Initialize(), it creates one hit for each tracker volume
|
||||
///
|
||||
/// The values are accounted in hits in ProcessHits() function which is called
|
||||
/// by Geant4 kernel at each step.
|
||||
/// The hits are accounted in hits in ProcessHits() function which is called
|
||||
/// by Geant4 kernel at each step. A hit is created with each step with non zero
|
||||
/// energy deposit.
|
||||
|
||||
class B2TrackerSD : public G4VSensitiveDetector
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user