Geant4
10.01.p01
|
Manager class for H3 with dummy implementation. More...
#include <ExG4HbookH3DummyManager.hh>
Public Member Functions | |
ExG4HbookH3DummyManager (const G4AnalysisManagerState &state) | |
virtual | ~ExG4HbookH3DummyManager () |
Public Member Functions inherited from G4BaseAnalysisManager | |
G4BaseAnalysisManager (const G4AnalysisManagerState &state) | |
virtual | ~G4BaseAnalysisManager () |
G4bool | SetFirstId (G4int firstId) |
G4int | GetFirstId () const |
Protected Member Functions | |
virtual G4int | CreateH3 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4int nzbins, G4double zmin, G4double zmax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear", const G4String &zbinScheme="linear") |
virtual G4int | CreateH3 (const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const std::vector< G4double > &zedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none") |
virtual G4bool | SetH3 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4int nzbins, G4double zmin, G4double zmax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear", const G4String &zbinScheme="linear") |
virtual G4bool | SetH3 (G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const std::vector< G4double > &zedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none") |
virtual G4bool | ScaleH3 (G4int id, G4double factor) |
virtual G4bool | FillH3 (G4int id, G4double xvalue, G4double yvalue, G4double zvalue, G4double weight=1.0) |
virtual G4int | GetH3Id (const G4String &name, G4bool warn=true) const |
virtual G4int | GetH3Nxbins (G4int id) const |
virtual G4double | GetH3Xmin (G4int id) const |
virtual G4double | GetH3Xmax (G4int id) const |
virtual G4double | GetH3XWidth (G4int id) const |
virtual G4int | GetH3Nybins (G4int id) const |
virtual G4double | GetH3Ymin (G4int id) const |
virtual G4double | GetH3Ymax (G4int id) const |
virtual G4double | GetH3YWidth (G4int id) const |
virtual G4int | GetH3Nzbins (G4int id) const |
virtual G4double | GetH3Zmin (G4int id) const |
virtual G4double | GetH3Zmax (G4int id) const |
virtual G4double | GetH3ZWidth (G4int id) const |
virtual G4bool | SetH3Title (G4int id, const G4String &title) |
virtual G4bool | SetH3XAxisTitle (G4int id, const G4String &title) |
virtual G4bool | SetH3YAxisTitle (G4int id, const G4String &title) |
virtual G4bool | SetH3ZAxisTitle (G4int id, const G4String &title) |
virtual G4String | GetH3Title (G4int id) const |
virtual G4String | GetH3XAxisTitle (G4int id) const |
virtual G4String | GetH3YAxisTitle (G4int id) const |
virtual G4String | GetH3ZAxisTitle (G4int id) const |
virtual G4bool | WriteOnAscii (std::ofstream &output) |
Protected Member Functions inherited from G4VH3Manager | |
G4VH3Manager (const G4AnalysisManagerState &state) | |
virtual | ~G4VH3Manager () |
Private Member Functions | |
void | ExceptionForHistograms (const G4String &functionName) |
void | ExceptionForHistogramsConst (const G4String &functionName) const |
Private Attributes | |
G4bool | fWarn |
Additional Inherited Members | |
Protected Attributes inherited from G4VH3Manager | |
G4HnManager * | fHnManager |
Protected Attributes inherited from G4BaseAnalysisManager | |
const G4AnalysisManagerState & | fState |
G4int | fFirstId |
G4bool | fLockFirstId |
Manager class for H3 with dummy implementation.
It will just issue warnings.
Definition at line 54 of file ExG4HbookH3DummyManager.hh.
ExG4HbookH3DummyManager::ExG4HbookH3DummyManager | ( | const G4AnalysisManagerState & | state | ) |
Definition at line 37 of file ExG4HbookH3DummyManager.cc.
|
virtual |
Definition at line 44 of file ExG4HbookH3DummyManager.cc.
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 83 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 106 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
private |
Definition at line 53 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst(), and fWarn.
Referenced by CreateH3(), FillH3(), ScaleH3(), SetH3(), SetH3Title(), SetH3XAxisTitle(), SetH3YAxisTitle(), SetH3ZAxisTitle(), and WriteOnAscii().
|
private |
Definition at line 63 of file ExG4HbookH3DummyManager.cc.
References G4BaseAnalysisManager::fState, G4Exception(), G4AnalysisManagerState::GetType(), and JustWarning.
Referenced by ExceptionForHistograms(), GetH3Id(), GetH3Nxbins(), GetH3Nybins(), GetH3Nzbins(), GetH3Title(), GetH3XAxisTitle(), GetH3Xmax(), GetH3Xmin(), GetH3XWidth(), GetH3YAxisTitle(), GetH3Ymax(), GetH3Ymin(), GetH3YWidth(), GetH3ZAxisTitle(), GetH3Zmax(), GetH3Zmin(), and GetH3ZWidth().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 169 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 179 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 186 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 214 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 242 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 298 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 305 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 200 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 193 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 207 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 312 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 228 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 221 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 235 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 319 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 256 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 249 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 263 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistogramsConst().
Implements G4VH3Manager.
Definition at line 162 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 124 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 146 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
Implements G4VH3Manager.
Definition at line 270 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 277 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 284 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 291 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
protectedvirtual |
Implements G4VH3Manager.
Definition at line 326 of file ExG4HbookH3DummyManager.cc.
References ExceptionForHistograms().
|
private |
Definition at line 166 of file ExG4HbookH3DummyManager.hh.
Referenced by ExceptionForHistograms().