| 
    Geant4
    10.00.p02
    
   | 
 
#include <MCTruthConfig.hh>
Public Member Functions | |
| MCTruthConfig () | |
| virtual | ~MCTruthConfig () | 
| void | SetMinE (double e) | 
| G4double | GetMinE () const | 
| void | SetParticleTypes (std::vector< G4int > &types) | 
| void | AddParticleType (G4int type) | 
| std::vector< G4int > & | GetParticleTypes () | 
| void | SetCreatorProcesses (std::vector< G4String > &processes) | 
| void | AddCreatorProcess (G4String &process) | 
| std::vector< G4String > & | GetCreatorProcesses () | 
Private Attributes | |
| G4double | minE | 
| std::vector< G4int > | particleTypes | 
| std::vector< G4String > | creatorProcesses | 
Definition at line 49 of file MCTruthConfig.hh.
| MCTruthConfig::MCTruthConfig | ( | ) | 
Definition at line 43 of file MCTruthConfig.cc.
      
  | 
  virtual | 
Definition at line 46 of file MCTruthConfig.cc.
      
  | 
  inline | 
Definition at line 66 of file MCTruthConfig.hh.
References creatorProcesses.
      
  | 
  inline | 
Definition at line 61 of file MCTruthConfig.hh.
References particleTypes.
Referenced by main().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 68 of file MCTruthConfig.hh.
References creatorProcesses.
      
  | 
  inline | 
Definition at line 58 of file MCTruthConfig.hh.
References minE.
Referenced by MCTruthTrackingAction::trackToBeStored().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 62 of file MCTruthConfig.hh.
References particleTypes.
Referenced by MCTruthTrackingAction::trackToBeStored().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 64 of file MCTruthConfig.hh.
References creatorProcesses.
      
  | 
  inline | 
Definition at line 57 of file MCTruthConfig.hh.
References minE.
Referenced by main().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 60 of file MCTruthConfig.hh.
References particleTypes.
      
  | 
  private | 
Definition at line 75 of file MCTruthConfig.hh.
Referenced by AddCreatorProcess(), GetCreatorProcesses(), and SetCreatorProcesses().
      
  | 
  private | 
Definition at line 73 of file MCTruthConfig.hh.
      
  | 
  private | 
Definition at line 74 of file MCTruthConfig.hh.
Referenced by AddParticleType(), GetParticleTypes(), and SetParticleTypes().