Geant4  10.00.p02
G4H2DummyManager Class Reference

#include <G4H2DummyManager.hh>

+ Inheritance diagram for G4H2DummyManager:
+ Collaboration diagram for G4H2DummyManager:

Public Member Functions

 G4H2DummyManager (const G4AnalysisManagerState &state)
 
virtual ~G4H2DummyManager ()
 
- Public Member Functions inherited from G4BaseAnalysisManager
 G4BaseAnalysisManager (const G4AnalysisManagerState &state)
 
virtual ~G4BaseAnalysisManager ()
 
G4bool SetFirstId (G4int firstId)
 

Protected Member Functions

virtual G4int CreateH2 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear")
 
virtual G4int CreateH2 (const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")
 
virtual G4bool SetH2 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear")
 
virtual G4bool SetH2 (G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")
 
virtual G4bool ScaleH2 (G4int id, G4double factor)
 
virtual G4bool FillH2 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)
 
virtual G4int GetNofH2s () const
 
virtual G4int GetH2Id (const G4String &name, G4bool warn=true) const
 
virtual G4int GetH2Nxbins (G4int id) const
 
virtual G4double GetH2Xmin (G4int id) const
 
virtual G4double GetH2Xmax (G4int id) const
 
virtual G4double GetH2XWidth (G4int id) const
 
virtual G4int GetH2Nybins (G4int id) const
 
virtual G4double GetH2Ymin (G4int id) const
 
virtual G4double GetH2Ymax (G4int id) const
 
virtual G4double GetH2YWidth (G4int id) const
 
virtual G4bool SetH2Title (G4int id, const G4String &title)
 
virtual G4bool SetH2XAxisTitle (G4int id, const G4String &title)
 
virtual G4bool SetH2YAxisTitle (G4int id, const G4String &title)
 
virtual G4bool SetH2ZAxisTitle (G4int id, const G4String &title)
 
virtual G4String GetH2Title (G4int id) const
 
virtual G4String GetH2XAxisTitle (G4int id) const
 
virtual G4String GetH2YAxisTitle (G4int id) const
 
virtual G4String GetH2ZAxisTitle (G4int id) const
 
virtual G4bool WriteOnAscii (std::ofstream &output)
 
- Protected Member Functions inherited from G4VH2Manager
 G4VH2Manager (const G4AnalysisManagerState &state)
 
virtual ~G4VH2Manager ()
 
- Protected Member Functions inherited from G4BaseAnalysisManager
void ExceptionForHistograms (const G4String &functionName) const
 

Additional Inherited Members

- Protected Attributes inherited from G4VH2Manager
G4HnManagerfHnManager
 
- Protected Attributes inherited from G4BaseAnalysisManager
const G4AnalysisManagerStatefState
 
G4int fFirstId
 
G4bool fLockFirstId
 

Detailed Description

Definition at line 39 of file G4H2DummyManager.hh.

Constructor & Destructor Documentation

G4H2DummyManager::G4H2DummyManager ( const G4AnalysisManagerState state)

Definition at line 33 of file G4H2DummyManager.cc.

G4H2DummyManager::~G4H2DummyManager ( )
virtual

Definition at line 39 of file G4H2DummyManager.cc.

Member Function Documentation

G4int G4H2DummyManager::CreateH2 ( const G4String name,
const G4String title,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String xbinScheme = "linear",
const G4String ybinScheme = "linear" 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 48 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4int G4H2DummyManager::CreateH2 ( const G4String name,
const G4String title,
const std::vector< G4double > &  xedges,
const std::vector< G4double > &  yedges,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none" 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 66 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::FillH2 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  weight = 1.0 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 117 of file G4H2DummyManager.cc.

References G4Exception(), and JustWarning.

+ Here is the call graph for this function:

G4int G4H2DummyManager::GetH2Id ( const G4String name,
G4bool  warn = true 
) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 137 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4int G4H2DummyManager::GetH2Nxbins ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 145 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4int G4H2DummyManager::GetH2Nybins ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 173 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4String G4H2DummyManager::GetH2Title ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 233 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4String G4H2DummyManager::GetH2XAxisTitle ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 240 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4double G4H2DummyManager::GetH2Xmax ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 159 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4double G4H2DummyManager::GetH2Xmin ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 152 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4double G4H2DummyManager::GetH2XWidth ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 166 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4String G4H2DummyManager::GetH2YAxisTitle ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 247 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4double G4H2DummyManager::GetH2Ymax ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 187 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4double G4H2DummyManager::GetH2Ymin ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 180 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4double G4H2DummyManager::GetH2YWidth ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 194 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4String G4H2DummyManager::GetH2ZAxisTitle ( G4int  id) const
protectedvirtual

Implements G4VH2Manager.

Definition at line 254 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4int G4H2DummyManager::GetNofH2s ( ) const
protectedvirtual

Definition at line 130 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::ScaleH2 ( G4int  id,
G4double  factor 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 110 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::SetH2 ( G4int  id,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String xbinScheme = "linear",
const G4String ybinScheme = "linear" 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 80 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::SetH2 ( G4int  id,
const std::vector< G4double > &  xedges,
const std::vector< G4double > &  yedges,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none" 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 97 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::SetH2Title ( G4int  id,
const G4String title 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 201 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::SetH2XAxisTitle ( G4int  id,
const G4String title 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 209 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::SetH2YAxisTitle ( G4int  id,
const G4String title 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 217 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::SetH2ZAxisTitle ( G4int  id,
const G4String title 
)
protectedvirtual

Implements G4VH2Manager.

Definition at line 225 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:

G4bool G4H2DummyManager::WriteOnAscii ( std::ofstream &  output)
protectedvirtual

Implements G4VH2Manager.

Definition at line 261 of file G4H2DummyManager.cc.

References G4BaseAnalysisManager::ExceptionForHistograms().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: