| 
    Geant4
    10.00.p03
    
   | 
 
#include <CCalSensitiveDetectors.hh>
 Collaboration diagram for CCalSensitiveDetectors:Public Member Functions | |
| ~CCalSensitiveDetectors () | |
| std::vector< G4LogicalVolume * > | getVolumes (const G4String &name, bool exists=0) | 
| void | registerVolume (const G4String &name, G4LogicalVolume *) | 
| bool | setSensitive (const G4String &string, G4VSensitiveDetector *sens) | 
Static Public Member Functions | |
| static CCalSensitiveDetectors * | getInstance () | 
Private Member Functions | |
| CCalSensitiveDetectors () | |
Private Attributes | |
| mmslv | theLVs | 
Static Private Attributes | |
| static CCalSensitiveDetectors * | theInstance = 0 | 
Definition at line 41 of file CCalSensitiveDetectors.hh.
      
  | 
  inline | 
Definition at line 44 of file CCalSensitiveDetectors.hh.
      
  | 
  inlineprivate | 
Definition at line 50 of file CCalSensitiveDetectors.hh.
Referenced by getInstance().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 38 of file CCalSensitiveDetectors.cc.
References CCalSensitiveDetectors(), and theInstance.
Referenced by CCalSensAssign::assign(), CCalG4Hcal::constructSensitive(), and CCalG4Ecal::constructSensitive().
 Here is the call graph for this function:
 Here is the caller graph for this function:| std::vector< G4LogicalVolume * > CCalSensitiveDetectors::getVolumes | ( | const G4String & | name, | 
| bool | exists = 0  | 
        ||
| ) | 
Definition at line 54 of file CCalSensitiveDetectors.cc.
| void CCalSensitiveDetectors::registerVolume | ( | const G4String & | name, | 
| G4LogicalVolume * | logv | ||
| ) | 
Definition at line 44 of file CCalSensitiveDetectors.cc.
References G4cout, G4endl, G4LogicalVolume::GetName(), and theLVs.
Referenced by CCalG4Hcal::constructSensitive(), and CCalG4Ecal::constructSensitive().
 Here is the call graph for this function:
 Here is the caller graph for this function:| bool CCalSensitiveDetectors::setSensitive | ( | const G4String & | string, | 
| G4VSensitiveDetector * | sens | ||
| ) | 
Definition at line 72 of file CCalSensitiveDetectors.cc.
References G4cout, G4endl, G4VSensitiveDetector::GetName(), G4LogicalVolume::GetName(), G4LogicalVolume::SetSensitiveDetector(), and theLVs.
Referenced by CCalSensAssign::assign().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  staticprivate | 
Definition at line 50 of file CCalSensitiveDetectors.hh.
Referenced by getInstance().
      
  | 
  private | 
Definition at line 53 of file CCalSensitiveDetectors.hh.
Referenced by getVolumes(), registerVolume(), and setSensitive().