Geant4  10.00.p02
G4VAnalysisManager Class Referenceabstract

#include <G4VAnalysisManager.hh>

+ Inheritance diagram for G4VAnalysisManager:
+ Collaboration diagram for G4VAnalysisManager:

Public Member Functions

 G4VAnalysisManager (const G4String &type, G4bool isMaster)
 
virtual ~G4VAnalysisManager ()
 
G4bool OpenFile ()
 
G4bool OpenFile (const G4String &fileName)
 
G4bool Write ()
 
G4bool CloseFile ()
 
G4bool SetFileName (const G4String &fileName)
 
G4bool SetHistoDirectoryName (const G4String &dirName)
 
G4bool SetNtupleDirectoryName (const G4String &dirName)
 
G4String GetFileName () const
 
G4String GetHistoDirectoryName () const
 
G4String GetNtupleDirectoryName () const
 
G4int CreateH1 (const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none", const G4String &binSchemeName="linear")
 
G4int CreateH1 (const G4String &name, const G4String &title, const std::vector< G4double > &edges, const G4String &unitName="none", const G4String &fcnName="none")
 
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")
 
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")
 
G4bool SetH1 (G4int id, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none", const G4String &binSchemeName="linear")
 
G4bool SetH1 (G4int id, const std::vector< G4double > &edges, const G4String &unitName="none", const G4String &fcnName="none")
 
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 &xbinSchemeName="linear", const G4String &ybinSchemeName="linear")
 
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")
 
G4bool ScaleH1 (G4int id, G4double factor)
 
G4bool ScaleH2 (G4int id, G4double factor)
 
G4int CreateNtuple (const G4String &name, const G4String &title)
 
G4int CreateNtupleIColumn (const G4String &name)
 
G4int CreateNtupleFColumn (const G4String &name)
 
G4int CreateNtupleDColumn (const G4String &name)
 
void FinishNtuple ()
 
G4int CreateNtupleIColumn (G4int ntupleId, const G4String &name)
 
G4int CreateNtupleFColumn (G4int ntupleId, const G4String &name)
 
G4int CreateNtupleDColumn (G4int ntupleId, const G4String &name)
 
void FinishNtuple (G4int ntupleId)
 
G4bool SetFirstHistoId (G4int firstId)
 
G4bool SetFirstH1Id (G4int firstId)
 
G4bool SetFirstH2Id (G4int firstId)
 
G4bool SetFirstNtupleId (G4int firstId)
 
G4bool SetFirstNtupleColumnId (G4int firstId)
 
G4bool FillH1 (G4int id, G4double value, G4double weight=1.0)
 
G4bool FillH2 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)
 
G4bool FillNtupleIColumn (G4int id, G4int value)
 
G4bool FillNtupleFColumn (G4int id, G4float value)
 
G4bool FillNtupleDColumn (G4int id, G4double value)
 
G4bool AddNtupleRow ()
 
G4bool FillNtupleIColumn (G4int ntupleId, G4int columnId, G4int value)
 
G4bool FillNtupleFColumn (G4int ntupleId, G4int columnId, G4float value)
 
G4bool FillNtupleDColumn (G4int ntupleId, G4int columnId, G4double value)
 
G4bool AddNtupleRow (G4int ntupleId)
 
void SetActivation (G4bool activation)
 
G4bool GetActivation () const
 
G4bool IsActive () const
 
G4bool IsAscii () const
 
G4int GetNofH1s () const
 
G4int GetNofH2s () const
 
G4int GetNofNtuples () const
 
G4int GetH1Id (const G4String &name, G4bool warn=true) const
 
G4int GetH2Id (const G4String &name, G4bool warn=true) const
 
void SetH1Activation (G4bool activation)
 
void SetH1Activation (G4int id, G4bool activation)
 
void SetH1Ascii (G4int id, G4bool ascii)
 
void SetH2Activation (G4bool activation)
 
void SetH2Activation (G4int id, G4bool activation)
 
void SetH2Ascii (G4int id, G4bool ascii)
 
G4int GetH1Nbins (G4int id) const
 
G4double GetH1Xmin (G4int id) const
 
G4double GetH1Xmax (G4int id) const
 
G4double GetH1Width (G4int id) const
 
G4int GetH2Nxbins (G4int id) const
 
G4double GetH2Xmin (G4int id) const
 
G4double GetH2Xmax (G4int id) const
 
G4double GetH2XWidth (G4int id) const
 
G4int GetH2Nybins (G4int id) const
 
G4double GetH2Ymin (G4int id) const
 
G4double GetH2Ymax (G4int id) const
 
G4double GetH2YWidth (G4int id) const
 
G4String GetH1Name (G4int id) const
 
G4double GetH1Unit (G4int id) const
 
G4bool GetH1Activation (G4int id) const
 
G4bool GetH1Ascii (G4int id) const
 
G4String GetH2Name (G4int id) const
 
G4double GetH2XUnit (G4int id) const
 
G4double GetH2YUnit (G4int id) const
 
G4bool GetH2Activation (G4int id) const
 
G4bool GetH2Ascii (G4int id) const
 
G4bool SetH1Title (G4int id, const G4String &title)
 
G4bool SetH1XAxisTitle (G4int id, const G4String &title)
 
G4bool SetH1YAxisTitle (G4int id, const G4String &title)
 
G4bool SetH2Title (G4int id, const G4String &title)
 
G4bool SetH2XAxisTitle (G4int id, const G4String &title)
 
G4bool SetH2YAxisTitle (G4int id, const G4String &title)
 
G4bool SetH2ZAxisTitle (G4int id, const G4String &title)
 
G4String GetH1Title (G4int id) const
 
G4String GetH1XAxisTitle (G4int id) const
 
G4String GetH1YAxisTitle (G4int id) const
 
G4String GetH2Title (G4int id) const
 
G4String GetH2XAxisTitle (G4int id) const
 
G4String GetH2YAxisTitle (G4int id) const
 
G4String GetH2ZAxisTitle (G4int id) const
 
void SetVerboseLevel (G4int verboseLevel)
 
G4int GetVerboseLevel () const
 
G4String GetType () const
 
G4String GetFileType () const
 

Protected Member Functions

virtual G4bool OpenFileImpl (const G4String &fileName)=0
 
virtual G4bool WriteImpl ()=0
 
virtual G4bool CloseFileImpl ()=0
 
void SetH1Manager (G4VH1Manager *h1Manager)
 
void SetH2Manager (G4VH2Manager *h2Manager)
 
void SetNtupleManager (G4VNtupleManager *ntupleManager)
 
void SetFileManager (G4VFileManager *fileManager)
 
G4bool WriteAscii (const G4String &fileName)
 

Protected Attributes

G4AnalysisManagerState fState
 

Private Attributes

G4AnalysisMessengerfMessenger
 
G4HnManagerfH1HnManager
 
G4HnManagerfH2HnManager
 
G4VH1ManagerfVH1Manager
 
G4VH2ManagerfVH2Manager
 
G4VNtupleManagerfVNtupleManager
 
G4VFileManagerfVFileManager
 

Detailed Description

Definition at line 55 of file G4VAnalysisManager.hh.

Constructor & Destructor Documentation

G4VAnalysisManager::G4VAnalysisManager ( const G4String type,
G4bool  isMaster 
)

Definition at line 44 of file G4VAnalysisManager.cc.

References fMessenger.

G4VAnalysisManager::~G4VAnalysisManager ( )
virtual

Definition at line 58 of file G4VAnalysisManager.cc.

References fMessenger, fVFileManager, fVH1Manager, fVH2Manager, and fVNtupleManager.

Member Function Documentation

G4bool G4VAnalysisManager::AddNtupleRow ( G4int  ntupleId)
G4bool G4VAnalysisManager::CloseFile ( )

Definition at line 173 of file G4VAnalysisManager.cc.

References CloseFileImpl().

Referenced by Histo::EndOfHisto(), B5RunAction::EndOfRunAction(), FCALRunAction::EndOfRunAction(), UltraRunAction::EndOfRunAction(), PurgMagAnalysisManager::finish(), XrayTelAnalysis::finish(), DMXRunAction::Finish(), exGPSHistoManager::save(), G4HumanPhantomAnalysisManager::save(), BrachyAnalysisManager::save(), Histo::Save(), and RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4bool G4VAnalysisManager::CloseFileImpl ( )
protectedpure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Referenced by CloseFile().

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateH1 ( const G4String name,
const G4String title,
G4int  nbins,
G4double  xmin,
G4double  xmax,
const G4String unitName = "none",
const G4String fcnName = "none",
const G4String binSchemeName = "linear" 
)

Definition at line 215 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckName(), G4Analysis::CheckNbins(), G4VH1Manager::CreateH1(), fVH1Manager, and G4Analysis::kInvalidId.

Referenced by B5RunAction::B5RunAction(), FCALRunAction::BeginOfRunAction(), UltraRunAction::BeginOfRunAction(), exGPSHistoManager::book(), XrayTelAnalysis::book(), Histo::Book(), DMXRunAction::Book(), RMC01AnalysisManager::book(), Histo::BookHisto(), and G4H1Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateH1 ( const G4String name,
const G4String title,
const std::vector< G4double > &  edges,
const G4String unitName = "none",
const G4String fcnName = "none" 
)

Definition at line 229 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), G4Analysis::CheckName(), G4VH1Manager::CreateH1(), fVH1Manager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

G4int G4VAnalysisManager::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" 
)

Definition at line 240 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckName(), G4Analysis::CheckNbins(), G4VH2Manager::CreateH2(), fVH2Manager, and G4Analysis::kInvalidId.

Referenced by B5RunAction::B5RunAction(), exGPSHistoManager::book(), XrayTelAnalysis::book(), DMXRunAction::Book(), and G4H2Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::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" 
)

Definition at line 264 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), G4Analysis::CheckName(), G4VH2Manager::CreateH2(), fVH2Manager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtuple ( const G4String name,
const G4String title 
)

Definition at line 350 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtuple(), fVNtupleManager, and G4Analysis::kInvalidId.

Referenced by B5RunAction::B5RunAction(), PurgMagAnalysisManager::book(), exGPSHistoManager::book(), XrayTelAnalysis::book(), Histo::Book(), and DMXRunAction::Book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleDColumn ( const G4String name)

Definition at line 375 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtupleDColumn(), fVNtupleManager, and G4Analysis::kInvalidId.

Referenced by B5RunAction::B5RunAction(), G4HumanPhantomAnalysisManager::book(), BrachyAnalysisManager::book(), PurgMagAnalysisManager::book(), exGPSHistoManager::book(), XrayTelAnalysis::book(), Histo::Book(), and DMXRunAction::Book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleDColumn ( G4int  ntupleId,
const G4String name 
)

Definition at line 407 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtupleDColumn(), fVNtupleManager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtupleFColumn ( const G4String name)

Definition at line 367 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtupleFColumn(), fVNtupleManager, and G4Analysis::kInvalidId.

Referenced by Histo::Book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleFColumn ( G4int  ntupleId,
const G4String name 
)

Definition at line 398 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtupleFColumn(), fVNtupleManager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtupleIColumn ( const G4String name)

Definition at line 359 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtupleIColumn(), fVNtupleManager, and G4Analysis::kInvalidId.

Referenced by B5RunAction::B5RunAction(), exGPSHistoManager::book(), and Histo::Book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleIColumn ( G4int  ntupleId,
const G4String name 
)

Definition at line 389 of file G4VAnalysisManager.cc.

References G4Analysis::CheckName(), G4VNtupleManager::CreateNtupleIColumn(), fVNtupleManager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

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

Referenced by XrayTelAnalysis::analyseStepping(), B5EventAction::EndOfEventAction(), and DMXEventAction::writePmtHitsToFile().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::FillNtupleDColumn ( G4int  ntupleId,
G4int  columnId,
G4double  value 
)
G4bool G4VAnalysisManager::FillNtupleFColumn ( G4int  id,
G4float  value 
)

Referenced by Histo::FillTupleF().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::FillNtupleFColumn ( G4int  ntupleId,
G4int  columnId,
G4float  value 
)
G4bool G4VAnalysisManager::FillNtupleIColumn ( G4int  id,
G4int  value 
)

Referenced by B5EventAction::EndOfEventAction(), exGPSHistoManager::Fill(), and Histo::FillTupleI().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::FillNtupleIColumn ( G4int  ntupleId,
G4int  columnId,
G4int  value 
)
void G4VAnalysisManager::FinishNtuple ( )

Definition at line 383 of file G4VAnalysisManager.cc.

References G4VNtupleManager::FinishNtuple(), and fVNtupleManager.

Referenced by B5RunAction::B5RunAction(), G4HumanPhantomAnalysisManager::book(), BrachyAnalysisManager::book(), PurgMagAnalysisManager::book(), exGPSHistoManager::book(), XrayTelAnalysis::book(), and DMXRunAction::Book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VAnalysisManager::FinishNtuple ( G4int  ntupleId)

Definition at line 415 of file G4VAnalysisManager.cc.

References G4VNtupleManager::FinishNtuple(), and fVNtupleManager.

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::GetActivation ( ) const
G4String G4VAnalysisManager::GetFileName ( ) const

Definition at line 197 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::GetFileName().

+ Here is the call graph for this function:

G4String G4VAnalysisManager::GetFileType ( ) const

Referenced by exGPSHistoManager::book(), and RMC01AnalysisManager::book().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::GetH1Activation ( G4int  id) const
G4bool G4VAnalysisManager::GetH1Ascii ( G4int  id) const
G4int G4VAnalysisManager::GetH1Id ( const G4String name,
G4bool  warn = true 
) const
G4String G4VAnalysisManager::GetH1Name ( G4int  id) const
G4int G4VAnalysisManager::GetH1Nbins ( G4int  id) const
G4String G4VAnalysisManager::GetH1Title ( G4int  id) const
G4double G4VAnalysisManager::GetH1Unit ( G4int  id) const
G4double G4VAnalysisManager::GetH1Width ( G4int  id) const
G4String G4VAnalysisManager::GetH1XAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetH1Xmax ( G4int  id) const
G4double G4VAnalysisManager::GetH1Xmin ( G4int  id) const
G4String G4VAnalysisManager::GetH1YAxisTitle ( G4int  id) const
G4bool G4VAnalysisManager::GetH2Activation ( G4int  id) const
G4bool G4VAnalysisManager::GetH2Ascii ( G4int  id) const
G4int G4VAnalysisManager::GetH2Id ( const G4String name,
G4bool  warn = true 
) const
G4String G4VAnalysisManager::GetH2Name ( G4int  id) const
G4int G4VAnalysisManager::GetH2Nxbins ( G4int  id) const
G4int G4VAnalysisManager::GetH2Nybins ( G4int  id) const
G4String G4VAnalysisManager::GetH2Title ( G4int  id) const
G4String G4VAnalysisManager::GetH2XAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetH2Xmax ( G4int  id) const
G4double G4VAnalysisManager::GetH2Xmin ( G4int  id) const
G4double G4VAnalysisManager::GetH2XUnit ( G4int  id) const
G4double G4VAnalysisManager::GetH2XWidth ( G4int  id) const
G4String G4VAnalysisManager::GetH2YAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetH2Ymax ( G4int  id) const
G4double G4VAnalysisManager::GetH2Ymin ( G4int  id) const
G4double G4VAnalysisManager::GetH2YUnit ( G4int  id) const
G4double G4VAnalysisManager::GetH2YWidth ( G4int  id) const
G4String G4VAnalysisManager::GetH2ZAxisTitle ( G4int  id) const
G4String G4VAnalysisManager::GetHistoDirectoryName ( ) const

Definition at line 203 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::GetHistoDirectoryName().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetNofH1s ( ) const

Definition at line 507 of file G4VAnalysisManager.cc.

References fH1HnManager, and G4HnManager::GetNofHns().

Referenced by RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::GetNofH2s ( ) const

Definition at line 513 of file G4VAnalysisManager.cc.

References fH2HnManager, and G4HnManager::GetNofHns().

Referenced by RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::GetNofNtuples ( ) const

Definition at line 519 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4VNtupleManager::GetNofNtuples().

+ Here is the call graph for this function:

G4String G4VAnalysisManager::GetNtupleDirectoryName ( ) const

Definition at line 209 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::GetNtupleDirectoryName().

+ Here is the call graph for this function:

G4String G4VAnalysisManager::GetType ( ) const

Referenced by B5RunAction::B5RunAction().

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::GetVerboseLevel ( ) const
G4bool G4VAnalysisManager::IsActive ( ) const

Definition at line 488 of file G4VAnalysisManager.cc.

References fH1HnManager, fH2HnManager, fState, G4AnalysisManagerState::GetIsActivation(), and G4HnManager::IsActive().

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::IsAscii ( ) const

Definition at line 499 of file G4VAnalysisManager.cc.

References fH1HnManager, fH2HnManager, and G4HnManager::IsAscii().

Referenced by G4XmlAnalysisManager::WriteImpl(), and G4RootAnalysisManager::WriteImpl().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::OpenFile ( )

Definition at line 146 of file G4VAnalysisManager.cc.

References fVFileManager, G4Exception(), G4VFileManager::GetFileName(), JustWarning, and OpenFileImpl().

Referenced by B5RunAction::BeginOfRunAction(), FCALRunAction::BeginOfRunAction(), UltraRunAction::BeginOfRunAction(), G4HumanPhantomAnalysisManager::book(), BrachyAnalysisManager::book(), PurgMagAnalysisManager::book(), exGPSHistoManager::book(), XrayTelAnalysis::book(), Histo::Book(), DMXRunAction::Book(), RMC01AnalysisManager::book(), and Histo::BookHisto().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::OpenFile ( const G4String fileName)

Definition at line 161 of file G4VAnalysisManager.cc.

References OpenFileImpl().

+ Here is the call graph for this function:

virtual G4bool G4VAnalysisManager::OpenFileImpl ( const G4String fileName)
protectedpure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Referenced by OpenFile().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::ScaleH1 ( G4int  id,
G4double  factor 
)

Definition at line 338 of file G4VAnalysisManager.cc.

References fVH1Manager, and G4VH1Manager::ScaleH1().

Referenced by RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::ScaleH2 ( G4int  id,
G4double  factor 
)

Definition at line 344 of file G4VAnalysisManager.cc.

References fVH2Manager, and G4VH2Manager::ScaleH2().

Referenced by RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VAnalysisManager::SetActivation ( G4bool  activation)

Definition at line 480 of file G4VAnalysisManager.cc.

References fState, and G4AnalysisManagerState::SetIsActivation().

Referenced by G4AnalysisMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VAnalysisManager::SetFileManager ( G4VFileManager fileManager)
protected

Definition at line 94 of file G4VAnalysisManager.cc.

References fVFileManager.

Referenced by G4CsvAnalysisManager::G4CsvAnalysisManager(), G4RootAnalysisManager::G4RootAnalysisManager(), and G4XmlAnalysisManager::G4XmlAnalysisManager().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFileName ( const G4String fileName)

Definition at line 179 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::SetFileName().

Referenced by B5RunAction::B5RunAction(), and G4FileMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstH1Id ( G4int  firstId)

Definition at line 440 of file G4VAnalysisManager.cc.

References fH1HnManager, fVH1Manager, and G4BaseAnalysisManager::SetFirstId().

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::SetFirstH2Id ( G4int  firstId)

Definition at line 453 of file G4VAnalysisManager.cc.

References fH2HnManager, fVH2Manager, and G4BaseAnalysisManager::SetFirstId().

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::SetFirstHistoId ( G4int  firstId)

Definition at line 421 of file G4VAnalysisManager.cc.

References fH1HnManager, fH2HnManager, fVH1Manager, fVH2Manager, and G4BaseAnalysisManager::SetFirstId().

Referenced by FCALRunAction::BeginOfRunAction(), UltraRunAction::BeginOfRunAction(), BrachyAnalysisManager::book(), exGPSHistoManager::book(), XrayTelAnalysis::book(), DMXRunAction::Book(), and RMC01AnalysisManager::book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstNtupleColumnId ( G4int  firstId)

Definition at line 472 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4VNtupleManager::SetFirstNtupleColumnId().

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::SetFirstNtupleId ( G4int  firstId)

Definition at line 466 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4BaseAnalysisManager::SetFirstId().

Referenced by G4HumanPhantomAnalysisManager::book(), PurgMagAnalysisManager::book(), exGPSHistoManager::book(), and DMXRunAction::Book().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH1 ( G4int  id,
G4int  nbins,
G4double  xmin,
G4double  xmax,
const G4String unitName = "none",
const G4String fcnName = "none",
const G4String binSchemeName = "linear" 
)

Definition at line 282 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckNbins(), fVH1Manager, G4Analysis::kInvalidId, and G4VH1Manager::SetH1().

Referenced by G4H1Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH1 ( G4int  id,
const std::vector< G4double > &  edges,
const G4String unitName = "none",
const G4String fcnName = "none" 
)

Definition at line 294 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), fVH1Manager, G4Analysis::kInvalidId, and G4VH1Manager::SetH1().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH1Activation ( G4bool  activation)

Definition at line 535 of file G4VAnalysisManager.cc.

References fH1HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH1Activation ( G4int  id,
G4bool  activation 
)

Definition at line 527 of file G4VAnalysisManager.cc.

References fH1HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH1Ascii ( G4int  id,
G4bool  ascii 
)

Definition at line 543 of file G4VAnalysisManager.cc.

References fH1HnManager, and G4HnManager::SetAscii().

Referenced by RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VAnalysisManager::SetH1Manager ( G4VH1Manager h1Manager)
protected

Definition at line 72 of file G4VAnalysisManager.cc.

References fH1HnManager, G4VH1Manager::fHnManager, fMessenger, fVH1Manager, and G4AnalysisMessenger::SetH1HnManager().

Referenced by G4CsvAnalysisManager::G4CsvAnalysisManager(), G4RootAnalysisManager::G4RootAnalysisManager(), and G4XmlAnalysisManager::G4XmlAnalysisManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH1Title ( G4int  id,
const G4String title 
)

Referenced by G4H1Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH1XAxisTitle ( G4int  id,
const G4String title 
)

Referenced by G4H1Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH1YAxisTitle ( G4int  id,
const G4String title 
)

Referenced by G4H1Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::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 xbinSchemeName = "linear",
const G4String ybinSchemeName = "linear" 
)

Definition at line 304 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckNbins(), fVH2Manager, G4Analysis::kInvalidId, and G4VH2Manager::SetH2().

Referenced by G4H2Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::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" 
)

Definition at line 324 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), fVH2Manager, G4Analysis::kInvalidId, and G4VH2Manager::SetH2().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH2Activation ( G4bool  activation)

Definition at line 557 of file G4VAnalysisManager.cc.

References fH2HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH2Activation ( G4int  id,
G4bool  activation 
)

Definition at line 549 of file G4VAnalysisManager.cc.

References fH2HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH2Ascii ( G4int  id,
G4bool  ascii 
)

Definition at line 565 of file G4VAnalysisManager.cc.

References fH2HnManager, and G4HnManager::SetAscii().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH2Manager ( G4VH2Manager h2Manager)
protected

Definition at line 80 of file G4VAnalysisManager.cc.

References fH2HnManager, G4VH2Manager::fHnManager, fMessenger, fVH2Manager, and G4AnalysisMessenger::SetH2HnManager().

Referenced by G4CsvAnalysisManager::G4CsvAnalysisManager(), G4RootAnalysisManager::G4RootAnalysisManager(), and G4XmlAnalysisManager::G4XmlAnalysisManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH2Title ( G4int  id,
const G4String title 
)

Referenced by G4H2Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH2XAxisTitle ( G4int  id,
const G4String title 
)

Referenced by G4H2Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH2YAxisTitle ( G4int  id,
const G4String title 
)

Referenced by G4H2Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetH2ZAxisTitle ( G4int  id,
const G4String title 
)

Referenced by G4H2Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetHistoDirectoryName ( const G4String dirName)

Definition at line 185 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::SetHistoDirectoryName().

Referenced by BrachyAnalysisManager::book(), exGPSHistoManager::book(), RMC01AnalysisManager::book(), and G4FileMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetNtupleDirectoryName ( const G4String dirName)

Definition at line 191 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::SetNtupleDirectoryName().

Referenced by G4HumanPhantomAnalysisManager::book(), BrachyAnalysisManager::book(), exGPSHistoManager::book(), and G4FileMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VAnalysisManager::SetNtupleManager ( G4VNtupleManager ntupleManager)
protected

Definition at line 88 of file G4VAnalysisManager.cc.

References fVNtupleManager.

Referenced by G4CsvAnalysisManager::G4CsvAnalysisManager(), G4RootAnalysisManager::G4RootAnalysisManager(), and G4XmlAnalysisManager::G4XmlAnalysisManager().

+ Here is the caller graph for this function:

void G4VAnalysisManager::SetVerboseLevel ( G4int  verboseLevel)

Definition at line 573 of file G4VAnalysisManager.cc.

References fState, and G4AnalysisManagerState::SetVerboseLevel().

Referenced by B5RunAction::B5RunAction(), G4HumanPhantomAnalysisManager::book(), BrachyAnalysisManager::book(), exGPSHistoManager::book(), and G4AnalysisMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::Write ( )

Definition at line 167 of file G4VAnalysisManager.cc.

References WriteImpl().

Referenced by Histo::EndOfHisto(), B5RunAction::EndOfRunAction(), FCALRunAction::EndOfRunAction(), UltraRunAction::EndOfRunAction(), PurgMagAnalysisManager::finish(), XrayTelAnalysis::finish(), DMXRunAction::Finish(), exGPSHistoManager::save(), G4HumanPhantomAnalysisManager::save(), BrachyAnalysisManager::save(), Histo::Save(), and RMC01AnalysisManager::save().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::WriteAscii ( const G4String fileName)
protected

Definition at line 100 of file G4VAnalysisManager.cc.

References G4String::append(), fState, fVH1Manager, fVH2Manager, G4Exception(), G4AnalysisManagerState::GetVerboseL1(), G4AnalysisManagerState::GetVerboseL3(), JustWarning, G4AnalysisVerbose::Message(), name, G4VH1Manager::WriteOnAscii(), and G4VH2Manager::WriteOnAscii().

Referenced by G4XmlAnalysisManager::WriteImpl(), and G4RootAnalysisManager::WriteImpl().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4bool G4VAnalysisManager::WriteImpl ( )
protectedpure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Referenced by Write().

+ Here is the caller graph for this function:

Member Data Documentation

G4HnManager* G4VAnalysisManager::fH1HnManager
private
G4HnManager* G4VAnalysisManager::fH2HnManager
private
G4AnalysisMessenger* G4VAnalysisManager::fMessenger
private
G4VH1Manager* G4VAnalysisManager::fVH1Manager
private
G4VH2Manager* G4VAnalysisManager::fVH2Manager
private

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