| 
    Geant4
    10.00.p03
    
   | 
 
#include <G4BiasingOperationManager.hh>
 Collaboration diagram for G4BiasingOperationManager:Public Member Functions | |
| const std::vector < G4VBiasingOperation * >  | GetBiasingOperations () | 
| G4VBiasingOperation * | GetBiasingOperation (std::size_t optionID) | 
| ~G4BiasingOperationManager () | |
| std::size_t | Register (G4VBiasingOperation *) | 
Static Public Member Functions | |
| static G4BiasingOperationManager * | GetInstance () | 
Private Member Functions | |
| G4BiasingOperationManager () | |
Static Private Attributes | |
| static G4VectorCache < G4VBiasingOperation * >  | fBiasingOperationVector | 
| static G4MapCache < G4VBiasingOperation *, std::size_t >  | fBiasingOperationIDtoPointerMap | 
Friends | |
| class | G4ThreadLocalSingleton< G4BiasingOperationManager > | 
Definition at line 51 of file G4BiasingOperationManager.hh.
| G4BiasingOperationManager::~G4BiasingOperationManager | ( | ) | 
Definition at line 35 of file G4BiasingOperationManager.cc.
      
  | 
  private | 
Definition at line 32 of file G4BiasingOperationManager.cc.
| G4VBiasingOperation * G4BiasingOperationManager::GetBiasingOperation | ( | std::size_t | optionID | ) | 
Definition at line 57 of file G4BiasingOperationManager.cc.
References fBiasingOperationVector, and G4VectorCache< VALTYPE >::Size().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 55 of file G4BiasingOperationManager.hh.
References fBiasingOperationVector, and G4Cache< VALTYPE >::Get().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 38 of file G4BiasingOperationManager.cc.
References instance, and G4ThreadLocalSingleton< T >::Instance().
Referenced by G4VBiasingOperation::G4VBiasingOperation().
 Here is the call graph for this function:
 Here is the caller graph for this function:| std::size_t G4BiasingOperationManager::Register | ( | G4VBiasingOperation * | option | ) | 
Definition at line 47 of file G4BiasingOperationManager.cc.
References fBiasingOperationIDtoPointerMap, fBiasingOperationVector, G4VectorCache< VALTYPE >::Push_back(), and G4VectorCache< VALTYPE >::Size().
Referenced by G4VBiasingOperation::G4VBiasingOperation().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  friend | 
Definition at line 52 of file G4BiasingOperationManager.hh.
      
  | 
  staticprivate | 
Definition at line 66 of file G4BiasingOperationManager.hh.
Referenced by Register().
      
  | 
  staticprivate | 
Definition at line 65 of file G4BiasingOperationManager.hh.
Referenced by GetBiasingOperation(), GetBiasingOperations(), and Register().