Geant4  10.01.p03
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 (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 &xbinSchemeName="linear", const G4String &ybinSchemeName="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")
 
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 &xbinSchemeName="linear", const G4String &ybinSchemeName="linear", const G4String &zbinSchemeName="linear")
 
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")
 
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 SetH3 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nzbins, G4double zmin, G4double zmax, G4int nybins, G4double ymin, G4double ymax, 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 &xbinSchemeName="linear", const G4String &ybinSchemeName="linear", const G4String &zbinSchemeName="linear")
 
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")
 
G4bool ScaleH1 (G4int id, G4double factor)
 
G4bool ScaleH2 (G4int id, G4double factor)
 
G4bool ScaleH3 (G4int id, G4double factor)
 
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 &xbinSchemeName="linear")
 
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")
 
G4int CreateP2 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4double zmin=0, G4double zmax=0, 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 &xbinSchemeName="linear", const G4String &ybinSchemeName="linear")
 
G4int CreateP2 (const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, G4double zmin=0, G4double zmax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none")
 
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 &xbinSchemeName="linear")
 
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")
 
G4bool SetP2 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4double zmin=0, G4double zmax=0, 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 &xbinSchemeName="linear", const G4String &ybinSchemeName="linear")
 
G4bool SetP2 (G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, G4double zmin=0, G4double zmax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none")
 
G4bool ScaleP1 (G4int id, G4double factor)
 
G4bool ScaleP2 (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)
 
G4int CreateNtupleSColumn (const G4String &name)
 
G4int CreateNtupleIColumn (const G4String &name, std::vector< int > &vector)
 
G4int CreateNtupleFColumn (const G4String &name, std::vector< float > &vector)
 
G4int CreateNtupleDColumn (const G4String &name, std::vector< double > &vector)
 
void FinishNtuple ()
 
G4int CreateNtupleIColumn (G4int ntupleId, const G4String &name)
 
G4int CreateNtupleFColumn (G4int ntupleId, const G4String &name)
 
G4int CreateNtupleDColumn (G4int ntupleId, const G4String &name)
 
G4int CreateNtupleSColumn (G4int ntupleId, const G4String &name)
 
G4int CreateNtupleIColumn (G4int ntupleId, const G4String &name, std::vector< int > &vector)
 
G4int CreateNtupleFColumn (G4int ntupleId, const G4String &name, std::vector< float > &vector)
 
G4int CreateNtupleDColumn (G4int ntupleId, const G4String &name, std::vector< double > &vector)
 
void FinishNtuple (G4int ntupleId)
 
G4bool SetFirstHistoId (G4int firstId)
 
G4bool SetFirstH1Id (G4int firstId)
 
G4bool SetFirstH2Id (G4int firstId)
 
G4bool SetFirstH3Id (G4int firstId)
 
G4bool SetFirstProfileId (G4int firstId)
 
G4bool SetFirstP1Id (G4int firstId)
 
G4bool SetFirstP2Id (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 FillH3 (G4int id, G4double xvalue, G4double yvalue, G4double zvalue, G4double weight=1.0)
 
G4bool FillP1 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)
 
G4bool FillP2 (G4int id, G4double xvalue, G4double yvalue, G4double zvalue, G4double weight=1.0)
 
G4bool FillNtupleIColumn (G4int id, G4int value)
 
G4bool FillNtupleFColumn (G4int id, G4float value)
 
G4bool FillNtupleDColumn (G4int id, G4double value)
 
G4bool FillNtupleSColumn (G4int id, const G4String &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 FillNtupleSColumn (G4int ntupleId, G4int id, const G4String &value)
 
G4bool AddNtupleRow (G4int ntupleId)
 
void SetActivation (G4bool activation)
 
G4bool GetActivation () const
 
G4bool IsActive () const
 
G4bool IsAscii () const
 
G4int GetFirstH1Id () const
 
G4int GetFirstH2Id () const
 
G4int GetFirstH3Id () const
 
G4int GetFirstP1Id () const
 
G4int GetFirstP2Id () const
 
G4int GetFirstNtupleId () const
 
G4int GetFirstNtupleColumnId () const
 
G4int GetNofH1s () const
 
G4int GetNofH2s () const
 
G4int GetNofH3s () const
 
G4int GetNofP1s () const
 
G4int GetNofP2s () const
 
G4int GetNofNtuples () const
 
G4int GetH1Id (const G4String &name, G4bool warn=true) const
 
G4int GetH2Id (const G4String &name, G4bool warn=true) const
 
G4int GetH3Id (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)
 
void SetH3Activation (G4bool activation)
 
void SetH3Activation (G4int id, G4bool activation)
 
void SetH3Ascii (G4int id, G4bool ascii)
 
void SetP1Activation (G4bool activation)
 
void SetP1Activation (G4int id, G4bool activation)
 
void SetP1Ascii (G4int id, G4bool ascii)
 
void SetP2Activation (G4bool activation)
 
void SetP2Activation (G4int id, G4bool activation)
 
void SetP2Ascii (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
 
G4int GetH3Nxbins (G4int id) const
 
G4double GetH3Xmin (G4int id) const
 
G4double GetH3Xmax (G4int id) const
 
G4double GetH3XWidth (G4int id) const
 
G4int GetH3Nybins (G4int id) const
 
G4double GetH3Ymin (G4int id) const
 
G4double GetH3Ymax (G4int id) const
 
G4double GetH3YWidth (G4int id) const
 
G4int GetH3Nzbins (G4int id) const
 
G4double GetH3Zmin (G4int id) const
 
G4double GetH3Zmax (G4int id) const
 
G4double GetH3ZWidth (G4int id) const
 
G4int GetP1Nbins (G4int id) const
 
G4double GetP1Xmin (G4int id) const
 
G4double GetP1Xmax (G4int id) const
 
G4double GetP1XWidth (G4int id) const
 
G4double GetP1Ymin (G4int id) const
 
G4double GetP1Ymax (G4int id) const
 
G4int GetP2Nxbins (G4int id) const
 
G4double GetP2Xmin (G4int id) const
 
G4double GetP2Xmax (G4int id) const
 
G4double GetP2XWidth (G4int id) const
 
G4int GetP2Nybins (G4int id) const
 
G4double GetP2Ymin (G4int id) const
 
G4double GetP2Ymax (G4int id) const
 
G4double GetP2YWidth (G4int id) const
 
G4double GetP2Zmin (G4int id) const
 
G4double GetP2Zmax (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
 
G4String GetH3Name (G4int id) const
 
G4double GetH3XUnit (G4int id) const
 
G4double GetH3YUnit (G4int id) const
 
G4double GetH3ZUnit (G4int id) const
 
G4bool GetH3Activation (G4int id) const
 
G4bool GetH3Ascii (G4int id) const
 
G4String GetP1Name (G4int id) const
 
G4double GetP1XUnit (G4int id) const
 
G4double GetP1YUnit (G4int id) const
 
G4bool GetP1Activation (G4int id) const
 
G4bool GetP1Ascii (G4int id) const
 
G4String GetP2Name (G4int id) const
 
G4double GetP2XUnit (G4int id) const
 
G4double GetP2YUnit (G4int id) const
 
G4double GetP2ZUnit (G4int id) const
 
G4bool GetP2Activation (G4int id) const
 
G4bool GetP2Ascii (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)
 
G4bool SetH3Title (G4int id, const G4String &title)
 
G4bool SetH3XAxisTitle (G4int id, const G4String &title)
 
G4bool SetH3YAxisTitle (G4int id, const G4String &title)
 
G4bool SetH3ZAxisTitle (G4int id, const G4String &title)
 
G4bool SetP1Title (G4int id, const G4String &title)
 
G4bool SetP1XAxisTitle (G4int id, const G4String &title)
 
G4bool SetP1YAxisTitle (G4int id, const G4String &title)
 
G4bool SetP2Title (G4int id, const G4String &title)
 
G4bool SetP2XAxisTitle (G4int id, const G4String &title)
 
G4bool SetP2YAxisTitle (G4int id, const G4String &title)
 
G4bool SetP2ZAxisTitle (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
 
G4String GetH3Title (G4int id) const
 
G4String GetH3XAxisTitle (G4int id) const
 
G4String GetH3YAxisTitle (G4int id) const
 
G4String GetH3ZAxisTitle (G4int id) const
 
G4String GetP1Title (G4int id) const
 
G4String GetP1XAxisTitle (G4int id) const
 
G4String GetP1YAxisTitle (G4int id) const
 
G4String GetP1ZAxisTitle (G4int id) const
 
G4String GetP2Title (G4int id) const
 
G4String GetP2XAxisTitle (G4int id) const
 
G4String GetP2YAxisTitle (G4int id) const
 
G4String GetP2ZAxisTitle (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 SetH3Manager (G4VH3Manager *h3Manager)
 
void SetP1Manager (G4VP1Manager *p1Manager)
 
void SetP2Manager (G4VP2Manager *p2Manager)
 
void SetNtupleManager (G4VNtupleManager *ntupleManager)
 
void SetFileManager (G4VFileManager *fileManager)
 
G4bool WriteAscii (const G4String &fileName)
 

Protected Attributes

G4AnalysisManagerState fState
 

Private Attributes

G4AnalysisMessengerfMessenger
 
G4HnManagerfH1HnManager
 
G4HnManagerfH2HnManager
 
G4HnManagerfH3HnManager
 
G4HnManagerfP1HnManager
 
G4HnManagerfP2HnManager
 
G4VH1ManagerfVH1Manager
 
G4VH2ManagerfVH2Manager
 
G4VH3ManagerfVH3Manager
 
G4VP1ManagerfVP1Manager
 
G4VP2ManagerfVP2Manager
 
G4VNtupleManagerfVNtupleManager
 
G4VFileManagerfVFileManager
 

Detailed Description

Definition at line 58 of file G4VAnalysisManager.hh.

Constructor & Destructor Documentation

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

Definition at line 47 of file G4VAnalysisManager.cc.

References fMessenger.

G4VAnalysisManager::~G4VAnalysisManager ( )
virtual

Member Function Documentation

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

Definition at line 216 of file G4VAnalysisManager.cc.

References CloseFileImpl().

Referenced by Histo::EndOfHisto(), CCalAnalysis::EndOfRun(), GammaRayTelAnalysis::EndOfRun(), ExExChRunAction::EndOfRunAction(), B5RunAction::EndOfRunAction(), FCALRunAction::EndOfRunAction(), UltraRunAction::EndOfRunAction(), PurgMagAnalysisManager::finish(), XrayFluoAnalysisManager::finish(), XrayTelAnalysis::finish(), main(), G4HumanPhantomAnalysisManager::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 G4CsvAnalysisManager, G4RootAnalysisManager, and G4XmlAnalysisManager.

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 258 of file G4VAnalysisManager.cc.

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

Referenced by B5RunAction::B5RunAction(), GammaRayTelAnalysis::BeginOfRun(), UltraRunAction::BeginOfRunAction(), XrayFluoAnalysisManager::book(), XrayTelAnalysis::book(), Histo::Book(), DMXRunAction::Book(), RMC01AnalysisManager::book(), Histo::BookHisto(), CCalAnalysis::CCalAnalysis(), FCALRunAction::FCALRunAction(), 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 272 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 xbinSchemeName = "linear",
const G4String ybinSchemeName = "linear" 
)

Definition at line 283 of file G4VAnalysisManager.cc.

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

Referenced by B5RunAction::B5RunAction(), GammaRayTelAnalysis::BeginOfRun(), 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 307 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::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 xbinSchemeName = "linear",
const G4String ybinSchemeName = "linear",
const G4String zbinSchemeName = "linear" 
)

Definition at line 325 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckName(), G4Analysis::CheckNbins(), G4VH3Manager::CreateH3(), fVH3Manager, and G4Analysis::kInvalidId.

Referenced by G4H3Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 358 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), G4Analysis::CheckName(), G4VH3Manager::CreateH3(), fVH3Manager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

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

Definition at line 666 of file G4VAnalysisManager.cc.

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

Referenced by B5RunAction::B5RunAction(), GammaRayTelAnalysis::BeginOfRun(), PurgMagAnalysisManager::book(), XrayFluoAnalysisManager::book(), XrayTelAnalysis::book(), Histo::Book(), DMXRunAction::Book(), CCalAnalysis::CCalAnalysis(), and ExExChRunAction::ExExChRunAction().

+ 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 691 of file G4VAnalysisManager.cc.

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

Referenced by B5RunAction::B5RunAction(), GammaRayTelAnalysis::BeginOfRun(), G4HumanPhantomAnalysisManager::book(), PurgMagAnalysisManager::book(), XrayFluoAnalysisManager::book(), XrayTelAnalysis::book(), Histo::Book(), DMXRunAction::Book(), and ExExChRunAction::ExExChRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleDColumn ( const G4String name,
std::vector< double > &  vector 
)

Definition at line 725 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

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

Definition at line 759 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtupleDColumn ( G4int  ntupleId,
const G4String name,
std::vector< double > &  vector 
)

Definition at line 797 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 683 of file G4VAnalysisManager.cc.

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

Referenced by Histo::Book(), and CCalAnalysis::CCalAnalysis().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleFColumn ( const G4String name,
std::vector< float > &  vector 
)

Definition at line 716 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

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

Definition at line 749 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtupleFColumn ( G4int  ntupleId,
const G4String name,
std::vector< float > &  vector 
)

Definition at line 787 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 675 of file G4VAnalysisManager.cc.

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

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateNtupleIColumn ( const G4String name,
std::vector< int > &  vector 
)

Definition at line 707 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

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

Definition at line 740 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtupleIColumn ( G4int  ntupleId,
const G4String name,
std::vector< int > &  vector 
)

Definition at line 777 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateNtupleSColumn ( const G4String name)

Definition at line 699 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

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

Definition at line 768 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

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

Definition at line 504 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckName(), G4Analysis::CheckNbins(), G4VP1Manager::CreateP1(), fVP1Manager, and G4Analysis::kInvalidId.

Referenced by G4P1Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 522 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), G4Analysis::CheckName(), G4VP1Manager::CreateP1(), fVP1Manager, and G4Analysis::kInvalidId.

+ Here is the call graph for this function:

G4int G4VAnalysisManager::CreateP2 ( const G4String name,
const G4String title,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
G4double  zmin = 0,
G4double  zmax = 0,
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 xbinSchemeName = "linear",
const G4String ybinSchemeName = "linear" 
)

Definition at line 536 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckName(), G4Analysis::CheckNbins(), G4VP2Manager::CreateP2(), fVP2Manager, and G4Analysis::kInvalidId.

Referenced by G4P2Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::CreateP2 ( const G4String name,
const G4String title,
const std::vector< G4double > &  xedges,
const std::vector< G4double > &  yedges,
G4double  zmin = 0,
G4double  zmax = 0,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String zunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String zfcnName = "none" 
)

Definition at line 562 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), G4Analysis::CheckName(), G4VP2Manager::CreateP2(), fVP2Manager, 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(), GammaRayTelAnalysis::InsertPositionXZ(), GammaRayTelAnalysis::InsertPositionYZ(), and DMXEventAction::writePmtHitsToFile().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::FillH3 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  zvalue,
G4double  weight = 1.0 
)
G4bool G4VAnalysisManager::FillNtupleDColumn ( G4int  ntupleId,
G4int  columnId,
G4double  value 
)
G4bool G4VAnalysisManager::FillNtupleFColumn ( G4int  id,
G4float  value 
)

Referenced by Histo::FillTupleF(), and CCalAnalysis::setNtuple().

+ 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 XrayFluoAnalysisManager::analyseStepping(), B5EventAction::EndOfEventAction(), and Histo::FillTupleI().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::FillNtupleIColumn ( G4int  ntupleId,
G4int  columnId,
G4int  value 
)
G4bool G4VAnalysisManager::FillNtupleSColumn ( G4int  id,
const G4String value 
)
G4bool G4VAnalysisManager::FillNtupleSColumn ( G4int  ntupleId,
G4int  id,
const G4String value 
)
G4bool G4VAnalysisManager::FillP1 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  weight = 1.0 
)
G4bool G4VAnalysisManager::FillP2 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  zvalue,
G4double  weight = 1.0 
)
void G4VAnalysisManager::FinishNtuple ( )

Definition at line 734 of file G4VAnalysisManager.cc.

References G4VNtupleManager::FinishNtuple(), and fVNtupleManager.

Referenced by B5RunAction::B5RunAction(), GammaRayTelAnalysis::BeginOfRun(), G4HumanPhantomAnalysisManager::book(), PurgMagAnalysisManager::book(), XrayFluoAnalysisManager::book(), XrayTelAnalysis::book(), DMXRunAction::Book(), CCalAnalysis::CCalAnalysis(), and ExExChRunAction::ExExChRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VAnalysisManager::FinishNtuple ( G4int  ntupleId)

Definition at line 807 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 240 of file G4VAnalysisManager.cc.

References fVFileManager, and G4BaseFileManager::GetFileName().

Referenced by FCALRunAction::FCALRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4String G4VAnalysisManager::GetFileType ( ) const

Referenced by RMC01AnalysisManager::book().

+ Here is the caller graph for this function:

G4int G4VAnalysisManager::GetFirstH1Id ( ) const

Definition at line 952 of file G4VAnalysisManager.cc.

References fVH1Manager, and G4BaseAnalysisManager::GetFirstId().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetFirstH2Id ( ) const

Definition at line 960 of file G4VAnalysisManager.cc.

References fVH2Manager, and G4BaseAnalysisManager::GetFirstId().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetFirstH3Id ( ) const

Definition at line 968 of file G4VAnalysisManager.cc.

References fVH3Manager, and G4BaseAnalysisManager::GetFirstId().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetFirstNtupleColumnId ( ) const

Definition at line 1000 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4VNtupleManager::GetFirstNtupleColumnId().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetFirstNtupleId ( ) const

Definition at line 992 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4BaseAnalysisManager::GetFirstId().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetFirstP1Id ( ) const

Definition at line 976 of file G4VAnalysisManager.cc.

References fVP1Manager, and G4BaseAnalysisManager::GetFirstId().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetFirstP2Id ( ) const

Definition at line 984 of file G4VAnalysisManager.cc.

References fVP2Manager, and G4BaseAnalysisManager::GetFirstId().

+ Here is the call 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
G4bool G4VAnalysisManager::GetH3Activation ( G4int  id) const
G4bool G4VAnalysisManager::GetH3Ascii ( G4int  id) const
G4int G4VAnalysisManager::GetH3Id ( const G4String name,
G4bool  warn = true 
) const
G4String G4VAnalysisManager::GetH3Name ( G4int  id) const
G4int G4VAnalysisManager::GetH3Nxbins ( G4int  id) const
G4int G4VAnalysisManager::GetH3Nybins ( G4int  id) const
G4int G4VAnalysisManager::GetH3Nzbins ( G4int  id) const
G4String G4VAnalysisManager::GetH3Title ( G4int  id) const
G4String G4VAnalysisManager::GetH3XAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetH3Xmax ( G4int  id) const
G4double G4VAnalysisManager::GetH3Xmin ( G4int  id) const
G4double G4VAnalysisManager::GetH3XUnit ( G4int  id) const
G4double G4VAnalysisManager::GetH3XWidth ( G4int  id) const
G4String G4VAnalysisManager::GetH3YAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetH3Ymax ( G4int  id) const
G4double G4VAnalysisManager::GetH3Ymin ( G4int  id) const
G4double G4VAnalysisManager::GetH3YUnit ( G4int  id) const
G4double G4VAnalysisManager::GetH3YWidth ( G4int  id) const
G4String G4VAnalysisManager::GetH3ZAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetH3Zmax ( G4int  id) const
G4double G4VAnalysisManager::GetH3Zmin ( G4int  id) const
G4double G4VAnalysisManager::GetH3ZUnit ( G4int  id) const
G4double G4VAnalysisManager::GetH3ZWidth ( G4int  id) const
G4String G4VAnalysisManager::GetHistoDirectoryName ( ) const

Definition at line 246 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::GetHistoDirectoryName().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetNofH1s ( ) const

Definition at line 1008 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 1014 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::GetNofH3s ( ) const

Definition at line 1020 of file G4VAnalysisManager.cc.

References fH3HnManager, and G4HnManager::GetNofHns().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetNofNtuples ( ) const

Definition at line 1038 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4VNtupleManager::GetNofNtuples().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetNofP1s ( ) const

Definition at line 1026 of file G4VAnalysisManager.cc.

References fP1HnManager, and G4HnManager::GetNofHns().

+ Here is the call graph for this function:

G4int G4VAnalysisManager::GetNofP2s ( ) const

Definition at line 1032 of file G4VAnalysisManager.cc.

References fP2HnManager, and G4HnManager::GetNofHns().

+ Here is the call graph for this function:

G4String G4VAnalysisManager::GetNtupleDirectoryName ( ) const

Definition at line 252 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::GetNtupleDirectoryName().

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::GetP1Activation ( G4int  id) const
G4bool G4VAnalysisManager::GetP1Ascii ( G4int  id) const
G4String G4VAnalysisManager::GetP1Name ( G4int  id) const
G4int G4VAnalysisManager::GetP1Nbins ( G4int  id) const
G4String G4VAnalysisManager::GetP1Title ( G4int  id) const
G4String G4VAnalysisManager::GetP1XAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetP1Xmax ( G4int  id) const
G4double G4VAnalysisManager::GetP1Xmin ( G4int  id) const
G4double G4VAnalysisManager::GetP1XUnit ( G4int  id) const
G4double G4VAnalysisManager::GetP1XWidth ( G4int  id) const
G4String G4VAnalysisManager::GetP1YAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetP1Ymax ( G4int  id) const
G4double G4VAnalysisManager::GetP1Ymin ( G4int  id) const
G4double G4VAnalysisManager::GetP1YUnit ( G4int  id) const
G4String G4VAnalysisManager::GetP1ZAxisTitle ( G4int  id) const
G4bool G4VAnalysisManager::GetP2Activation ( G4int  id) const
G4bool G4VAnalysisManager::GetP2Ascii ( G4int  id) const
G4String G4VAnalysisManager::GetP2Name ( G4int  id) const
G4int G4VAnalysisManager::GetP2Nxbins ( G4int  id) const
G4int G4VAnalysisManager::GetP2Nybins ( G4int  id) const
G4String G4VAnalysisManager::GetP2Title ( G4int  id) const
G4String G4VAnalysisManager::GetP2XAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetP2Xmax ( G4int  id) const
G4double G4VAnalysisManager::GetP2Xmin ( G4int  id) const
G4double G4VAnalysisManager::GetP2XUnit ( G4int  id) const
G4double G4VAnalysisManager::GetP2XWidth ( G4int  id) const
G4String G4VAnalysisManager::GetP2YAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetP2Ymax ( G4int  id) const
G4double G4VAnalysisManager::GetP2Ymin ( G4int  id) const
G4double G4VAnalysisManager::GetP2YUnit ( G4int  id) const
G4double G4VAnalysisManager::GetP2YWidth ( G4int  id) const
G4String G4VAnalysisManager::GetP2ZAxisTitle ( G4int  id) const
G4double G4VAnalysisManager::GetP2Zmax ( G4int  id) const
G4double G4VAnalysisManager::GetP2Zmin ( G4int  id) const
G4double G4VAnalysisManager::GetP2ZUnit ( G4int  id) const
G4String G4VAnalysisManager::GetType ( ) const

Referenced by B5RunAction::B5RunAction(), and ExExChRunAction::ExExChRunAction().

+ Here is the caller graph for this function:

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

Definition at line 931 of file G4VAnalysisManager.cc.

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

+ Here is the call graph for this function:

G4bool G4VAnalysisManager::IsAscii ( ) const

Definition at line 944 of file G4VAnalysisManager.cc.

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

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

+ 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 191 of file G4VAnalysisManager.cc.

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

Referenced by GammaRayTelAnalysis::BeginOfRun(), ExExChRunAction::BeginOfRunAction(), B5RunAction::BeginOfRunAction(), FCALRunAction::BeginOfRunAction(), UltraRunAction::BeginOfRunAction(), G4HumanPhantomAnalysisManager::book(), PurgMagAnalysisManager::book(), XrayFluoAnalysisManager::book(), XrayTelAnalysis::book(), Histo::Book(), DMXRunAction::Book(), RMC01AnalysisManager::book(), Histo::BookHisto(), and CCalAnalysis::CCalAnalysis().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Implemented in G4CsvAnalysisManager, G4RootAnalysisManager, and G4XmlAnalysisManager.

Referenced by OpenFile().

+ Here is the caller graph for this function:

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

Definition at line 486 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 492 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:

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

Definition at line 498 of file G4VAnalysisManager.cc.

References fVH3Manager, and G4VH3Manager::ScaleH3().

+ Here is the call graph for this function:

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

Definition at line 654 of file G4VAnalysisManager.cc.

References fVP1Manager, and G4VP1Manager::ScaleP1().

+ Here is the call graph for this function:

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

Definition at line 660 of file G4VAnalysisManager.cc.

References fVP2Manager, and G4VP2Manager::ScaleP2().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetActivation ( G4bool  activation)

Definition at line 923 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 130 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 222 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::SetFileName().

Referenced by B5RunAction::B5RunAction(), FCALRunAction::FCALRunAction(), 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 830 of file G4VAnalysisManager.cc.

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

Referenced by SetFirstHistoId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstH2Id ( G4int  firstId)

Definition at line 843 of file G4VAnalysisManager.cc.

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

Referenced by SetFirstHistoId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstH3Id ( G4int  firstId)

Definition at line 856 of file G4VAnalysisManager.cc.

References fH3HnManager, fVH3Manager, and G4BaseAnalysisManager::SetFirstId().

Referenced by SetFirstHistoId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstHistoId ( G4int  firstId)

Definition at line 813 of file G4VAnalysisManager.cc.

References SetFirstH1Id(), SetFirstH2Id(), and SetFirstH3Id().

Referenced by GammaRayTelAnalysis::BeginOfRun(), UltraRunAction::BeginOfRunAction(), XrayFluoAnalysisManager::book(), XrayTelAnalysis::book(), DMXRunAction::Book(), RMC01AnalysisManager::book(), CCalAnalysis::CCalAnalysis(), ExExChRunAction::ExExChRunAction(), and FCALRunAction::FCALRunAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstNtupleColumnId ( G4int  firstId)

Definition at line 915 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 909 of file G4VAnalysisManager.cc.

References fVNtupleManager, and G4BaseAnalysisManager::SetFirstId().

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstP1Id ( G4int  firstId)

Definition at line 883 of file G4VAnalysisManager.cc.

References fP1HnManager, fVP1Manager, and G4BaseAnalysisManager::SetFirstId().

Referenced by SetFirstProfileId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstP2Id ( G4int  firstId)

Definition at line 896 of file G4VAnalysisManager.cc.

References fP2HnManager, fVP2Manager, and G4BaseAnalysisManager::SetFirstId().

Referenced by SetFirstProfileId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstProfileId ( G4int  firstId)

Definition at line 869 of file G4VAnalysisManager.cc.

References SetFirstP1Id(), and SetFirstP2Id().

+ Here is the call 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 381 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 393 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 1054 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 1046 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 1062 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 84 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 403 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 423 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 1076 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 1068 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 1084 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 92 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::SetH3 ( G4int  id,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nzbins,
G4double  zmin,
G4double  zmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
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 xbinSchemeName = "linear",
const G4String ybinSchemeName = "linear",
const G4String zbinSchemeName = "linear" 
)

Definition at line 437 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckNbins(), fVH3Manager, G4Analysis::kInvalidId, and G4VH3Manager::SetH3().

Referenced by G4H3Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 467 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), fVH3Manager, G4Analysis::kInvalidId, and G4VH3Manager::SetH3().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH3Activation ( G4bool  activation)

Definition at line 1098 of file G4VAnalysisManager.cc.

References fH3HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

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

Definition at line 1090 of file G4VAnalysisManager.cc.

References fH3HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

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

Definition at line 1106 of file G4VAnalysisManager.cc.

References fH3HnManager, and G4HnManager::SetAscii().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetH3Manager ( G4VH3Manager h3Manager)
protected

Definition at line 100 of file G4VAnalysisManager.cc.

References fH3HnManager, G4VH3Manager::fHnManager, fMessenger, fVH3Manager, and G4AnalysisMessenger::SetH3HnManager().

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::SetH3Title ( G4int  id,
const G4String title 
)

Referenced by G4H3Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4H3Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4H3Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4H3Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetHistoDirectoryName ( const G4String dirName)

Definition at line 228 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::SetHistoDirectoryName().

Referenced by 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 234 of file G4VAnalysisManager.cc.

References fVFileManager, and G4VFileManager::SetNtupleDirectoryName().

Referenced by G4HumanPhantomAnalysisManager::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 124 of file G4VAnalysisManager.cc.

References fVNtupleManager.

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

+ Here is the caller graph for this function:

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

Definition at line 581 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckNbins(), fVP1Manager, G4Analysis::kInvalidId, and G4VP1Manager::SetP1().

Referenced by G4P1Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 597 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), fVP1Manager, G4Analysis::kInvalidId, and G4VP1Manager::SetP1().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetP1Activation ( G4bool  activation)

Definition at line 1120 of file G4VAnalysisManager.cc.

References fP1HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

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

Definition at line 1112 of file G4VAnalysisManager.cc.

References fP1HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

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

Definition at line 1128 of file G4VAnalysisManager.cc.

References fP1HnManager, and G4HnManager::SetAscii().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetP1Manager ( G4VP1Manager p1Manager)
protected

Definition at line 108 of file G4VAnalysisManager.cc.

References G4VP1Manager::fHnManager, fMessenger, fP1HnManager, fVP1Manager, and G4AnalysisMessenger::SetP1HnManager().

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::SetP1Title ( G4int  id,
const G4String title 
)

Referenced by G4P1Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4P1Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4P1Messenger::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetP2 ( G4int  id,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
G4double  zmin = 0,
G4double  zmax = 0,
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 xbinSchemeName = "linear",
const G4String ybinSchemeName = "linear" 
)

Definition at line 610 of file G4VAnalysisManager.cc.

References G4Analysis::CheckMinMax(), G4Analysis::CheckNbins(), fVP2Manager, G4Analysis::kInvalidId, and G4VP2Manager::SetP2().

Referenced by G4P2Messenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetP2 ( G4int  id,
const std::vector< G4double > &  xedges,
const std::vector< G4double > &  yedges,
G4double  zmin = 0,
G4double  zmax = 0,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String zunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String zfcnName = "none" 
)

Definition at line 634 of file G4VAnalysisManager.cc.

References G4Analysis::CheckEdges(), fVP2Manager, G4Analysis::kInvalidId, and G4VP2Manager::SetP2().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetP2Activation ( G4bool  activation)

Definition at line 1142 of file G4VAnalysisManager.cc.

References fP2HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

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

Definition at line 1134 of file G4VAnalysisManager.cc.

References fP2HnManager, and G4HnManager::SetActivation().

+ Here is the call graph for this function:

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

Definition at line 1150 of file G4VAnalysisManager.cc.

References fP2HnManager, and G4HnManager::SetAscii().

+ Here is the call graph for this function:

void G4VAnalysisManager::SetP2Manager ( G4VP2Manager p2Manager)
protected

Definition at line 116 of file G4VAnalysisManager.cc.

References G4VP2Manager::fHnManager, fMessenger, fP2HnManager, fVP2Manager, and G4AnalysisMessenger::SetP2HnManager().

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::SetP2Title ( G4int  id,
const G4String title 
)

Referenced by G4P2Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4P2Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4P2Messenger::SetNewValue().

+ Here is the caller graph for this function:

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

Referenced by G4P2Messenger::SetNewValue().

+ Here is the caller graph for this function:

void G4VAnalysisManager::SetVerboseLevel ( G4int  verboseLevel)

Definition at line 1158 of file G4VAnalysisManager.cc.

References fState, and G4AnalysisManagerState::SetVerboseLevel().

Referenced by B5RunAction::B5RunAction(), G4HumanPhantomAnalysisManager::book(), XrayFluoAnalysisManager::book(), CCalAnalysis::CCalAnalysis(), ExExChRunAction::ExExChRunAction(), 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 210 of file G4VAnalysisManager.cc.

References WriteImpl().

Referenced by Histo::EndOfHisto(), CCalAnalysis::EndOfRun(), GammaRayTelAnalysis::EndOfRun(), ExExChRunAction::EndOfRunAction(), B5RunAction::EndOfRunAction(), FCALRunAction::EndOfRunAction(), UltraRunAction::EndOfRunAction(), PurgMagAnalysisManager::finish(), XrayFluoAnalysisManager::finish(), XrayTelAnalysis::finish(), main(), G4HumanPhantomAnalysisManager::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 136 of file G4VAnalysisManager.cc.

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

Referenced by G4RootAnalysisManager::WriteImpl(), and G4XmlAnalysisManager::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 G4CsvAnalysisManager, G4RootAnalysisManager, and G4XmlAnalysisManager.

Referenced by Write().

+ Here is the caller graph for this function:

Member Data Documentation

G4HnManager* G4VAnalysisManager::fH1HnManager
private
G4HnManager* G4VAnalysisManager::fH2HnManager
private
G4HnManager* G4VAnalysisManager::fH3HnManager
private
G4AnalysisMessenger* G4VAnalysisManager::fMessenger
private
G4HnManager* G4VAnalysisManager::fP1HnManager
private
G4HnManager* G4VAnalysisManager::fP2HnManager
private
G4VH1Manager* G4VAnalysisManager::fVH1Manager
private
G4VH2Manager* G4VAnalysisManager::fVH2Manager
private
G4VH3Manager* G4VAnalysisManager::fVH3Manager
private
G4VP1Manager* G4VAnalysisManager::fVP1Manager
private
G4VP2Manager* G4VAnalysisManager::fVP2Manager
private

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