| 
    Geant4
    10.01.p01
    
   | 
 
#include <G4VP1Manager.hh>
 Inheritance diagram for G4VP1Manager:
 Collaboration diagram for G4VP1Manager:Protected Member Functions | |
| G4VP1Manager (const G4AnalysisManagerState &state) | |
| virtual | ~G4VP1Manager () | 
| virtual G4int | CreateP1 (const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear")=0 | 
| virtual G4int | CreateP1 (const G4String &name, const G4String &title, const std::vector< G4double > &edges, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0 | 
| virtual G4bool | SetP1 (G4int id, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear")=0 | 
| virtual G4bool | SetP1 (G4int id, const std::vector< G4double > &edges, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0 | 
| virtual G4bool | ScaleP1 (G4int id, G4double factor)=0 | 
| virtual G4bool | FillP1 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)=0 | 
| virtual G4int | GetP1Id (const G4String &name, G4bool warn=true) const =0 | 
| virtual G4int | GetP1Nbins (G4int id) const =0 | 
| virtual G4double | GetP1Xmin (G4int id) const =0 | 
| virtual G4double | GetP1Xmax (G4int id) const =0 | 
| virtual G4double | GetP1XWidth (G4int id) const =0 | 
| virtual G4double | GetP1Ymin (G4int id) const =0 | 
| virtual G4double | GetP1Ymax (G4int id) const =0 | 
| virtual G4bool | SetP1Title (G4int id, const G4String &title)=0 | 
| virtual G4bool | SetP1XAxisTitle (G4int id, const G4String &title)=0 | 
| virtual G4bool | SetP1YAxisTitle (G4int id, const G4String &title)=0 | 
| virtual G4String | GetP1Title (G4int id) const =0 | 
| virtual G4String | GetP1XAxisTitle (G4int id) const =0 | 
| virtual G4String | GetP1YAxisTitle (G4int id) const =0 | 
Protected Attributes | |
| G4HnManager * | fHnManager | 
  Protected Attributes inherited from G4BaseAnalysisManager | |
| const G4AnalysisManagerState & | fState | 
| G4int | fFirstId | 
| G4bool | fLockFirstId | 
Private Member Functions | |
| G4VP1Manager (const G4VP1Manager &rhs) | |
| G4VP1Manager & | operator= (const G4VP1Manager &rhs) | 
Friends | |
| class | G4VAnalysisManager | 
| class | G4VAnalysisReader | 
Additional Inherited Members | |
  Public Member Functions inherited from G4BaseAnalysisManager | |
| G4BaseAnalysisManager (const G4AnalysisManagerState &state) | |
| virtual | ~G4BaseAnalysisManager () | 
| G4bool | SetFirstId (G4int firstId) | 
| G4int | GetFirstId () const | 
Definition at line 43 of file G4VP1Manager.hh.
      
  | 
  protected | 
Definition at line 34 of file G4VP1Manager.cc.
References fHnManager.
      
  | 
  protectedvirtual | 
Definition at line 42 of file G4VP1Manager.cc.
References fHnManager.
      
  | 
  private | 
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
Referenced by G4VAnalysisManager::CreateP1().
 Here is the caller graph for this function:
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
      
  | 
  private | 
Implemented in G4P1ToolsManager.
Referenced by G4VAnalysisManager::ScaleP1().
 Here is the caller graph for this function:
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
Referenced by G4VAnalysisManager::SetP1().
 Here is the caller graph for this function:
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
Implemented in G4P1ToolsManager.
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
      
  | 
  protectedpure virtual | 
Implemented in G4P1ToolsManager.
      
  | 
  friend | 
Definition at line 46 of file G4VP1Manager.hh.
      
  | 
  friend | 
Definition at line 47 of file G4VP1Manager.hh.
      
  | 
  protected | 
Definition at line 117 of file G4VP1Manager.hh.
Referenced by G4P1ToolsManager::AddP1Information(), G4P1ToolsManager::FillP1(), G4VP1Manager(), G4P1ToolsManager::GetHnVector(), G4VAnalysisReader::GetNofP1s(), G4P1ToolsManager::GetP1InFunction(), G4VAnalysisReader::SetFirstP1Id(), G4P1ToolsManager::SetP1(), G4VAnalysisManager::SetP1Manager(), and ~G4VP1Manager().