#include <G4PSEnergyDeposit3D.hh>
 | 
|   | G4PSEnergyDeposit3D (G4String name, G4int ni=1, G4int nj=1, G4int nk=1, G4int depi=2, G4int depj=1, G4int depk=0) | 
|   | 
|   | G4PSEnergyDeposit3D (G4String name, const G4String &unit, G4int ni=1, G4int nj=1, G4int nk=1, G4int depi=2, G4int depj=1, G4int depk=0) | 
|   | 
| virtual  | ~G4PSEnergyDeposit3D () | 
|   | 
|   | G4PSEnergyDeposit (G4String name, G4int depth=0) | 
|   | 
|   | G4PSEnergyDeposit (G4String name, const G4String &unit, G4int depth=0) | 
|   | 
| virtual  | ~G4PSEnergyDeposit () | 
|   | 
| virtual void  | Initialize (G4HCofThisEvent *) | 
|   | 
| virtual void  | EndOfEvent (G4HCofThisEvent *) | 
|   | 
| virtual void  | clear () | 
|   | 
| virtual void  | DrawAll () | 
|   | 
| virtual void  | PrintAll () | 
|   | 
| virtual void  | SetUnit (const G4String &unit) | 
|   | 
|   | G4VPrimitiveScorer (G4String name, G4int depth=0) | 
|   | 
| virtual  | ~G4VPrimitiveScorer () | 
|   | 
| G4int  | GetCollectionID (G4int) | 
|   | 
| 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) | 
|   | 
Definition at line 43 of file G4PSEnergyDeposit3D.hh.
 
◆ G4PSEnergyDeposit3D() [1/2]
◆ G4PSEnergyDeposit3D() [2/2]
Definition at line 50 of file G4PSEnergyDeposit3D.cc.
G4PSEnergyDeposit(G4String name, G4int depth=0)
 
virtual void SetUnit(const G4String &unit)
 
 
 
 
◆ ~G4PSEnergyDeposit3D()
  
  
      
        
          | G4PSEnergyDeposit3D::~G4PSEnergyDeposit3D  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ GetIndex()
  
  
      
        
          | G4int G4PSEnergyDeposit3D::GetIndex  | 
          ( | 
          G4Step *  | 
          aStep | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
Reimplemented from G4VPrimitiveScorer.
Definition at line 65 of file G4PSEnergyDeposit3D.cc.
   67   const G4VTouchable* touchable = aStep->GetPreStepPoint()->GetTouchable();
    75   ED << 
"GetReplicaNumber is negative" << 
G4endl    76      << 
"touchable->GetReplicaNumber(fDepthi) returns i,j,k = "    77      << i << 
"," << j << 
"," << k << 
" for volume " 
std::ostringstream G4ExceptionDescription
 
virtual G4int GetReplicaNumber(G4int depth=0) const
 
virtual G4VPhysicalVolume * GetVolume(G4int depth=0) const
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
const G4String & GetName() const
 
 
 
 
◆ fDepthi
  
  
      
        
          | G4int G4PSEnergyDeposit3D::fDepthi | 
         
       
   | 
  
private   | 
  
 
 
◆ fDepthj
  
  
      
        
          | G4int G4PSEnergyDeposit3D::fDepthj | 
         
       
   | 
  
private   | 
  
 
 
◆ fDepthk
  
  
      
        
          | G4int G4PSEnergyDeposit3D::fDepthk | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: