Geant4_10
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
G4VPrimitiveScorer Class Referenceabstract

#include <G4VPrimitiveScorer.hh>

Inheritance diagram for G4VPrimitiveScorer:
Inheritance graph
[legend]
Collaboration diagram for G4VPrimitiveScorer:
Collaboration graph
[legend]

Public Member Functions

 G4VPrimitiveScorer (G4String name, G4int depth=0)
 
virtual ~G4VPrimitiveScorer ()
 
G4int GetCollectionID (G4int)
 
virtual void Initialize (G4HCofThisEvent *)
 
virtual void EndOfEvent (G4HCofThisEvent *)
 
virtual void clear ()
 
virtual void DrawAll ()
 
virtual void PrintAll ()
 
void SetUnit (const G4String &unit)
 
const G4String & GetUnit () const
 
G4double GetUnitValue () const
 
void SetMultiFunctionalDetector (G4MultiFunctionalDetector *d)
 
G4MultiFunctionalDetector * GetMultiFunctionalDetector () const
 
G4String GetName () const
 
void SetFilter (G4VSDFilter *f)
 
G4VSDFilter * GetFilter () const
 
void SetVerboseLevel (G4int vl)
 
G4int GetVerboseLevel () const
 
void SetNijk (G4int i, G4int j, G4int k)
 

Protected Member Functions

virtual G4bool ProcessHits (G4Step *, G4TouchableHistory *)=0
 
virtual G4int GetIndex (G4Step *)
 
void CheckAndSetUnit (const G4String &unit, const G4String &category)
 

Protected Attributes

G4String primitiveName
 
G4MultiFunctionalDetector * detector
 
G4VSDFilter * filter
 
G4int verboseLevel
 
G4int indexDepth
 
G4String unitName
 
G4double unitValue
 
G4int fNi
 
G4int fNj
 
G4int fNk
 

Friends

class G4MultiFunctionalDetector
 

Detailed Description

Definition at line 50 of file G4VPrimitiveScorer.hh.

Constructor & Destructor Documentation

G4VPrimitiveScorer::G4VPrimitiveScorer ( G4String  name,
G4int  depth = 0 
)

Definition at line 37 of file G4VPrimitiveScorer.cc.

G4VPrimitiveScorer::~G4VPrimitiveScorer ( )
virtual

Definition at line 42 of file G4VPrimitiveScorer.cc.

Member Function Documentation

void G4VPrimitiveScorer::CheckAndSetUnit ( const G4String &  unit,
const G4String &  category 
)
protected

Definition at line 76 of file G4VPrimitiveScorer.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VPrimitiveScorer::clear ( void  )
virtual
void G4VPrimitiveScorer::DrawAll ( void  )
virtual
void G4VPrimitiveScorer::EndOfEvent ( G4HCofThisEvent *  )
virtual
G4int G4VPrimitiveScorer::GetCollectionID ( G4int  )

Definition at line 45 of file G4VPrimitiveScorer.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4VSDFilter* G4VPrimitiveScorer::GetFilter ( ) const
inline

Definition at line 107 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

G4int G4VPrimitiveScorer::GetIndex ( G4Step *  aStep)
protectedvirtual
G4MultiFunctionalDetector* G4VPrimitiveScorer::GetMultiFunctionalDetector ( ) const
inline

Definition at line 101 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

G4String G4VPrimitiveScorer::GetName ( void  ) const
inline

Definition at line 103 of file G4VPrimitiveScorer.hh.

const G4String& G4VPrimitiveScorer::GetUnit ( ) const
inline

Definition at line 82 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

G4double G4VPrimitiveScorer::GetUnitValue ( ) const
inline

Definition at line 83 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

G4int G4VPrimitiveScorer::GetVerboseLevel ( ) const
inline

Definition at line 111 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

void G4VPrimitiveScorer::Initialize ( G4HCofThisEvent *  )
virtual
void G4VPrimitiveScorer::PrintAll ( void  )
virtual
virtual G4bool G4VPrimitiveScorer::ProcessHits ( G4Step *  ,
G4TouchableHistory *   
)
protectedpure virtual
void G4VPrimitiveScorer::SetFilter ( G4VSDFilter *  f)
inline

Definition at line 105 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

void G4VPrimitiveScorer::SetMultiFunctionalDetector ( G4MultiFunctionalDetector *  d)
inline

Definition at line 99 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

void G4VPrimitiveScorer::SetNijk ( G4int  i,
G4int  j,
G4int  k 
)
inline

Definition at line 125 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

void G4VPrimitiveScorer::SetUnit ( const G4String &  unit)
inline

Definition at line 81 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

void G4VPrimitiveScorer::SetVerboseLevel ( G4int  vl)
inline

Definition at line 109 of file G4VPrimitiveScorer.hh.

Here is the caller graph for this function:

Friends And Related Function Documentation

friend class G4MultiFunctionalDetector
friend

Definition at line 52 of file G4VPrimitiveScorer.hh.

Member Data Documentation

G4MultiFunctionalDetector* G4VPrimitiveScorer::detector
protected

Definition at line 90 of file G4VPrimitiveScorer.hh.

G4VSDFilter* G4VPrimitiveScorer::filter
protected

Definition at line 91 of file G4VPrimitiveScorer.hh.

G4int G4VPrimitiveScorer::fNi
protected

Definition at line 123 of file G4VPrimitiveScorer.hh.

G4int G4VPrimitiveScorer::fNj
protected

Definition at line 123 of file G4VPrimitiveScorer.hh.

G4int G4VPrimitiveScorer::fNk
protected

Definition at line 123 of file G4VPrimitiveScorer.hh.

G4int G4VPrimitiveScorer::indexDepth
protected

Definition at line 93 of file G4VPrimitiveScorer.hh.

G4String G4VPrimitiveScorer::primitiveName
protected

Definition at line 89 of file G4VPrimitiveScorer.hh.

G4String G4VPrimitiveScorer::unitName
protected

Definition at line 94 of file G4VPrimitiveScorer.hh.

G4double G4VPrimitiveScorer::unitValue
protected

Definition at line 95 of file G4VPrimitiveScorer.hh.

G4int G4VPrimitiveScorer::verboseLevel
protected

Definition at line 92 of file G4VPrimitiveScorer.hh.


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