#include <G4PSTrackCounter.hh>
Definition at line 47 of file G4PSTrackCounter.hh.
 
Definition at line 42 of file G4PSTrackCounter.cc.
   44    EvtMap(0),weighted(
false)
 
virtual void SetUnit(const G4String &unit)
 
G4VPrimitiveScorer(G4String name, G4int depth=0)
 
 
 
 
  
  
      
        
          | G4PSTrackCounter::~G4PSTrackCounter  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void G4PSTrackCounter::clear  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void G4PSTrackCounter::DrawAll  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
Reimplemented from G4VPrimitiveScorer.
Definition at line 86 of file G4PSTrackCounter.cc.
G4int GetCollectionID(G4int)
 
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
 
G4MultiFunctionalDetector * detector
 
 
 
 
  
  
      
        
          | void G4PSTrackCounter::PrintAll  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4VPrimitiveScorer.
Definition at line 104 of file G4PSTrackCounter.cc.
  109   std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
 
  110   for(; itr != EvtMap->
GetMap()->end(); itr++) {
 
  111     G4cout << 
"  copy no.: " << itr->first
 
  112        << 
"  track count: " << *(itr->second)
 
G4GLOB_DLL std::ostream G4cout
 
std::map< G4int, T * > * GetMap() const 
 
G4MultiFunctionalDetector * detector
 
 
 
 
Implements G4VPrimitiveScorer.
Definition at line 52 of file G4PSTrackCounter.cc.
   80       EvtMap->
add(index,val);  
 
G4double GetWeight() const 
 
G4StepStatus GetStepStatus() const 
 
G4StepPoint * GetPreStepPoint() const 
 
virtual G4int GetIndex(G4Step *)
 
G4int add(const G4int &key, T *&aHit) const 
 
G4StepPoint * GetPostStepPoint() const 
 
 
 
 
Definition at line 118 of file G4PSTrackCounter.cc.
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
const G4String & GetUnit() const 
 
 
 
 
  
  
      
        
          | void G4PSTrackCounter::Weighted  | 
          ( | 
          G4bool  | 
          flg = true | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files: