Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4VSensitiveDetector Class Referenceabstract

#include <G4VSensitiveDetector.hh>

Inherited by A01DriftChamber, A01EmCalorimeter, A01HadCalorimeter, A01Hodoscope, B2TrackerSD, B2TrackerSD, B4cCalorimeterSD, CCaloSD, CheckVolumeSD, CheckVolumeSD, CML2DummySD, CML2SDWithParticle, CML2SDWithVoxels, demo.ScoreSD, DMXPmtSD, DMXScintSD, Em10CalorimeterSD, eRositaTrackerSD, ExGflashSensitiveDetector, ExN02TrackerSD, ExN02TrackerSD, ExN04CalorimeterSD, ExN04CalorimeterSD, ExN04CalorimeterSD, ExN04DummySD, ExN04DummySD, ExN04DummySD, ExN04MuonSD, ExN04MuonSD, ExN04MuonSD, ExN04TrackerSD, ExN04TrackerSD, ExN04TrackerSD, ExN05CalorimeterSD, ExP01TrackerSD, ExTGTrackerSD, F01CalorimeterSD, F02CalorimeterSD, F03CalorimeterSD, FCALEMModuleSD, FCALHadModuleSD, FCALTestbeamSetupSD, G04SensitiveDetector, G4HumanDummyLeftBreastSD, G4HumanDummyRightBreastSD, G4HumanPhantomSD, G4MultiFunctionalDetector, G4VoxelLeftBreastSD, G4VoxelRightBreastSD, GammaRayTelAnticoincidenceSD, GammaRayTelCalorimeterSD, GammaRayTelDummySD, GammaRayTelTrackerSD, H02MuonSD, HadrontherapyDetectorSD, HadrontherapyDummySD, IORTDetectorSD, IORTDummySD, LXePMTSD, LXeScintSD, PhantomSD, pyG4VSensitiveDetector::CB_G4VSensitiveDetector, RE01CalorimeterSD, RE01TrackerSD, RMC01SD, TargetSD, TargetSD, TargetSD, TargetSD, UltraPMTSD, VoxelSD, WLSPhotonDetSD, XAlminumElectrodeSensitivity, XrayFluoHPGeSD, and XrayFluoSD.

Collaboration diagram for G4VSensitiveDetector:
Collaboration graph
[legend]

Public Member Functions

 G4VSensitiveDetector (G4String name)
 
 G4VSensitiveDetector (const G4VSensitiveDetector &right)
 
virtual ~G4VSensitiveDetector ()
 
const G4VSensitiveDetectoroperator= (const G4VSensitiveDetector &right)
 
G4int operator== (const G4VSensitiveDetector &right) const
 
G4int operator!= (const G4VSensitiveDetector &right) const
 
virtual void Initialize (G4HCofThisEvent *)
 
virtual void EndOfEvent (G4HCofThisEvent *)
 
virtual void clear ()
 
virtual void DrawAll ()
 
virtual void PrintAll ()
 
G4bool Hit (G4Step *aStep)
 
void SetROgeometry (G4VReadOutGeometry *value)
 
void SetFilter (G4VSDFilter *value)
 
G4int GetNumberOfCollections () const
 
G4String GetCollectionName (G4int id) const
 
void SetVerboseLevel (G4int vl)
 
void Activate (G4bool activeFlag)
 
G4bool isActive () const
 
G4String GetName () const
 
G4String GetPathName () const
 
G4String GetFullPathName () const
 
G4VReadOutGeometryGetROgeometry () const
 
G4VSDFilterGetFilter () const
 

Protected Member Functions

virtual G4bool ProcessHits (G4Step *aStep, G4TouchableHistory *ROhist)=0
 
virtual G4int GetCollectionID (G4int i)
 

Protected Attributes

G4CollectionNameVector collectionName
 
G4String SensitiveDetectorName
 
G4String thePathName
 
G4String fullPathName
 
G4int verboseLevel
 
G4bool active
 
G4VReadOutGeometryROgeometry
 
G4VSDFilterfilter
 

Detailed Description

Definition at line 50 of file G4VSensitiveDetector.hh.

Constructor & Destructor Documentation

G4VSensitiveDetector::G4VSensitiveDetector ( G4String  name)

Definition at line 33 of file G4VSensitiveDetector.cc.

Here is the call graph for this function:

G4VSensitiveDetector::G4VSensitiveDetector ( const G4VSensitiveDetector right)

Definition at line 53 of file G4VSensitiveDetector.cc.

G4VSensitiveDetector::~G4VSensitiveDetector ( )
virtual

Definition at line 64 of file G4VSensitiveDetector.cc.

Member Function Documentation

void G4VSensitiveDetector::Activate ( G4bool  activeFlag)
inline

Definition at line 142 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

void G4VSensitiveDetector::clear ( void  )
virtual
void G4VSensitiveDetector::DrawAll ( void  )
virtual
void G4VSensitiveDetector::EndOfEvent ( G4HCofThisEvent )
virtual
G4int G4VSensitiveDetector::GetCollectionID ( G4int  i)
protectedvirtual

Definition at line 90 of file G4VSensitiveDetector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VSensitiveDetector::GetCollectionName ( G4int  id) const
inline

Definition at line 138 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

G4VSDFilter* G4VSensitiveDetector::GetFilter ( ) const
inline

Definition at line 154 of file G4VSensitiveDetector.hh.

G4String G4VSensitiveDetector::GetFullPathName ( ) const
inline

Definition at line 150 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

G4String G4VSensitiveDetector::GetName ( void  ) const
inline

Definition at line 146 of file G4VSensitiveDetector.hh.

G4int G4VSensitiveDetector::GetNumberOfCollections ( ) const
inline

Definition at line 136 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

G4String G4VSensitiveDetector::GetPathName ( ) const
inline

Definition at line 148 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

G4VReadOutGeometry* G4VSensitiveDetector::GetROgeometry ( ) const
inline

Definition at line 152 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

G4bool G4VSensitiveDetector::Hit ( G4Step aStep)
inline

Definition at line 114 of file G4VSensitiveDetector.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VSensitiveDetector::Initialize ( G4HCofThisEvent )
virtual
G4bool G4VSensitiveDetector::isActive ( ) const
inline

Definition at line 144 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

G4int G4VSensitiveDetector::operator!= ( const G4VSensitiveDetector right) const

Definition at line 85 of file G4VSensitiveDetector.cc.

const G4VSensitiveDetector & G4VSensitiveDetector::operator= ( const G4VSensitiveDetector right)

Definition at line 68 of file G4VSensitiveDetector.cc.

G4int G4VSensitiveDetector::operator== ( const G4VSensitiveDetector right) const

Definition at line 80 of file G4VSensitiveDetector.cc.

void G4VSensitiveDetector::PrintAll ( void  )
virtual
virtual G4bool G4VSensitiveDetector::ProcessHits ( G4Step aStep,
G4TouchableHistory ROhist 
)
protectedpure virtual
void G4VSensitiveDetector::SetFilter ( G4VSDFilter value)
inline

Definition at line 131 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

void G4VSensitiveDetector::SetROgeometry ( G4VReadOutGeometry value)
inline

Definition at line 128 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

void G4VSensitiveDetector::SetVerboseLevel ( G4int  vl)
inline

Definition at line 140 of file G4VSensitiveDetector.hh.

Here is the caller graph for this function:

Member Data Documentation

G4bool G4VSensitiveDetector::active
protected

Definition at line 109 of file G4VSensitiveDetector.hh.

G4CollectionNameVector G4VSensitiveDetector::collectionName
protected

Definition at line 99 of file G4VSensitiveDetector.hh.

G4VSDFilter* G4VSensitiveDetector::filter
protected

Definition at line 111 of file G4VSensitiveDetector.hh.

G4String G4VSensitiveDetector::fullPathName
protected

Definition at line 107 of file G4VSensitiveDetector.hh.

G4VReadOutGeometry* G4VSensitiveDetector::ROgeometry
protected

Definition at line 110 of file G4VSensitiveDetector.hh.

G4String G4VSensitiveDetector::SensitiveDetectorName
protected

Definition at line 105 of file G4VSensitiveDetector.hh.

G4String G4VSensitiveDetector::thePathName
protected

Definition at line 106 of file G4VSensitiveDetector.hh.

G4int G4VSensitiveDetector::verboseLevel
protected

Definition at line 108 of file G4VSensitiveDetector.hh.


The documentation for this class was generated from the following files: