| 
    Geant4
    10.00.p03
    
   | 
 
#include <CCalSensAssign.hh>
 Collaboration diagram for CCalSensAssign:Public Member Functions | |
| ~CCalSensAssign () | |
| bool | assign () | 
| bool | stackingAction () | 
| bool | addCaloSD (G4String name, CCalVOrganization *numberingScheme) | 
Static Public Member Functions | |
| static CCalSensAssign * | getInstance () | 
Private Member Functions | |
| CCalSensAssign () | |
Private Attributes | |
| std::map< G4String,  G4VSensitiveDetector * >  | sens_ | 
Static Private Attributes | |
| static CCalSensAssign * | theInstance = 0 | 
Definition at line 40 of file CCalSensAssign.hh.
      
  | 
  inline | 
Definition at line 43 of file CCalSensAssign.hh.
      
  | 
  private | 
Definition at line 49 of file CCalSensAssign.cc.
Referenced by getInstance().
 Here is the caller graph for this function:| bool CCalSensAssign::addCaloSD | ( | G4String | name, | 
| CCalVOrganization * | numberingScheme | ||
| ) | 
Definition at line 88 of file CCalSensAssign.cc.
| bool CCalSensAssign::assign | ( | ) | 
Definition at line 52 of file CCalSensAssign.cc.
References G4SDManager::AddNewDetector(), G4String::first(), G4cout, G4endl, CCalSensitiveDetectors::getInstance(), G4VSensitiveDetector::GetName(), G4SDManager::GetSDMpointer(), name, sens_, and CCalSensitiveDetectors::setSensitive().
Referenced by CCalDetectorConstruction::Construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 43 of file CCalSensAssign.cc.
References CCalSensAssign(), and theInstance.
Referenced by CCalDetectorConstruction::Construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| bool CCalSensAssign::stackingAction | ( | ) | 
Definition at line 72 of file CCalSensAssign.cc.
References G4cout, G4endl, G4RunManager::GetRunManager(), and G4RunManager::SetUserAction().
Referenced by CCalDetectorConstruction::Construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 53 of file CCalSensAssign.hh.
Referenced by addCaloSD(), and assign().
      
  | 
  staticprivate | 
Definition at line 52 of file CCalSensAssign.hh.
Referenced by getInstance().