Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4VAnalysisManager Class Referenceabstract

#include <G4VAnalysisManager.hh>

Inheritance diagram for G4VAnalysisManager:
Inheritance graph
[legend]
Collaboration diagram for G4VAnalysisManager:
Collaboration graph
[legend]

Public Types

enum  ObjectType { kH1, kH2, kNtuple }
 

Public Member Functions

 G4VAnalysisManager (const G4String &type="")
 
virtual ~G4VAnalysisManager ()
 
virtual G4bool OpenFile ()
 
virtual G4bool OpenFile (const G4String &fileName)=0
 
virtual G4bool Write ()=0
 
virtual G4bool CloseFile ()=0
 
virtual G4bool SetFileName (const G4String &fileName)
 
virtual G4bool SetHistoDirectoryName (const G4String &dirName)
 
virtual G4bool SetNtupleDirectoryName (const G4String &dirName)
 
virtual G4String GetFileName () const
 
virtual G4String GetFullFileName () const
 
virtual G4String GetHistoDirectoryName () const
 
virtual G4String GetNtupleDirectoryName () const
 
virtual G4int CreateH1 (const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none")=0
 
virtual G4int CreateH2 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0
 
virtual G4bool SetH1 (G4int id, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none")=0
 
virtual G4bool SetH2 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0
 
virtual G4bool ScaleH1 (G4int id, G4double factor)=0
 
virtual G4bool ScaleH2 (G4int id, G4double factor)=0
 
virtual void CreateNtuple (const G4String &name, const G4String &title)=0
 
virtual G4int CreateNtupleIColumn (const G4String &name)=0
 
virtual G4int CreateNtupleFColumn (const G4String &name)=0
 
virtual G4int CreateNtupleDColumn (const G4String &name)=0
 
virtual void FinishNtuple ()=0
 
virtual G4bool SetFirstHistoId (G4int firstId)
 
virtual G4bool SetFirstNtupleColumnId (G4int firstId)
 
virtual G4bool FillH1 (G4int id, G4double value, G4double weight=1.0)=0
 
virtual G4bool FillH2 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)=0
 
virtual G4bool FillNtupleIColumn (G4int id, G4int value)=0
 
virtual G4bool FillNtupleFColumn (G4int id, G4float value)=0
 
virtual G4bool FillNtupleDColumn (G4int id, G4double value)=0
 
virtual G4bool AddNtupleRow ()=0
 
void SetActivation (G4bool activation)
 
G4bool GetActivation () const
 
G4bool IsActive () const
 
G4bool IsAscii () const
 
virtual G4int GetNofH1s () const
 
virtual G4int GetNofH2s () const
 
void SetActivation (ObjectType type, G4bool activation)
 
void SetActivation (ObjectType type, G4int id, G4bool activation)
 
void SetAscii (ObjectType type, G4int id, G4bool ascii)
 
virtual G4int GetH1Nbins (G4int id) const =0
 
virtual G4double GetH1Xmin (G4int id) const =0
 
virtual G4double GetH1Xmax (G4int id) const =0
 
virtual G4double GetH1Width (G4int id) const =0
 
virtual G4int GetH2Nxbins (G4int id) const =0
 
virtual G4double GetH2Xmin (G4int id) const =0
 
virtual G4double GetH2Xmax (G4int id) const =0
 
virtual G4double GetH2XWidth (G4int id) const =0
 
virtual G4int GetH2Nybins (G4int id) const =0
 
virtual G4double GetH2Ymin (G4int id) const =0
 
virtual G4double GetH2Ymax (G4int id) const =0
 
virtual G4double GetH2YWidth (G4int id) const =0
 
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
 
virtual G4bool SetH1Title (G4int id, const G4String &title)=0
 
virtual G4bool SetH1XAxisTitle (G4int id, const G4String &title)=0
 
virtual G4bool SetH1YAxisTitle (G4int id, const G4String &title)=0
 
virtual G4bool SetH2Title (G4int id, const G4String &title)=0
 
virtual G4bool SetH2XAxisTitle (G4int id, const G4String &title)=0
 
virtual G4bool SetH2YAxisTitle (G4int id, const G4String &title)=0
 
virtual G4bool SetH2ZAxisTitle (G4int id, const G4String &title)=0
 
virtual G4String GetH1Title (G4int id) const =0
 
virtual G4String GetH1XAxisTitle (G4int id) const =0
 
virtual G4String GetH1YAxisTitle (G4int id) const =0
 
virtual G4String GetH2Title (G4int id) const =0
 
virtual G4String GetH2XAxisTitle (G4int id) const =0
 
virtual G4String GetH2YAxisTitle (G4int id) const =0
 
virtual G4String GetH2ZAxisTitle (G4int id) const =0
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int verboseLevel)
 
G4String GetType () const
 
G4String GetFileType () const
 

Protected Member Functions

void AddH1Information (const G4String &name, const G4String &unitName, const G4String &fcnName, G4double unit, G4Fcn fx)
 
void AddH2Information (const G4String &name, const G4String &xunitName, const G4String &yunitName, const G4String &xfcnName, const G4String &yfcnName, G4double xunit, G4double yunit, G4Fcn fx, G4Fcn fy)
 
G4HnInformationGetH1Information (G4int id) const
 
G4HnInformationGetH2Information (G4int id) const
 
G4HnInformationGetInformation (ObjectType type, G4int id) const
 
G4String GetName (ObjectType type, G4int id) const
 
G4double GetXUnit (ObjectType type, G4int id) const
 
G4double GetYUnit (ObjectType type, G4int id) const
 
G4bool GetActivation (ObjectType type, G4int id) const
 
G4bool GetAscii (ObjectType type, G4int id) const
 
G4bool WriteAscii ()
 
virtual G4bool WriteOnAscii (std::ofstream &output)=0
 
G4double GetUnitValue (const G4String &unit) const
 
G4Fcn GetFunction (const G4String &fcnName) const
 

Protected Attributes

G4int fVerboseLevel
 
G4bool fActivation
 
G4int fFirstHistoId
 
G4int fFirstNtupleColumnId
 
G4String fFileName
 
G4String fHistoDirectoryName
 
G4String fNtupleDirectoryName
 
G4bool fLockFirstHistoId
 
G4bool fLockFirstNtupleColumnId
 
G4bool fLockFileName
 
G4bool fLockHistoDirectoryName
 
G4bool fLockNtupleDirectoryName
 
G4AnalysisVerbose fVerboseL1
 
G4AnalysisVerbose fVerboseL2
 
G4AnalysisVerbose fVerboseL3
 
G4AnalysisVerbose fVerboseL4
 
G4AnalysisVerbosefpVerboseL1
 
G4AnalysisVerbosefpVerboseL2
 
G4AnalysisVerbosefpVerboseL3
 
G4AnalysisVerbosefpVerboseL4
 

Detailed Description

Definition at line 42 of file G4VAnalysisManager.hh.

Member Enumeration Documentation

Enumerator
kH1 
kH2 
kNtuple 

Definition at line 46 of file G4VAnalysisManager.hh.

Constructor & Destructor Documentation

G4VAnalysisManager::G4VAnalysisManager ( const G4String type = "")

Definition at line 37 of file G4VAnalysisManager.cc.

G4VAnalysisManager::~G4VAnalysisManager ( )
virtual

Definition at line 68 of file G4VAnalysisManager.cc.

Member Function Documentation

void G4VAnalysisManager::AddH1Information ( const G4String name,
const G4String unitName,
const G4String fcnName,
G4double  unit,
G4Fcn  fx 
)
protected

Definition at line 79 of file G4VAnalysisManager.cc.

Here is the caller graph for this function:

void G4VAnalysisManager::AddH2Information ( const G4String name,
const G4String xunitName,
const G4String yunitName,
const G4String xfcnName,
const G4String yfcnName,
G4double  xunit,
G4double  yunit,
G4Fcn  fx,
G4Fcn  fy 
)
protected

Definition at line 91 of file G4VAnalysisManager.cc.

Here is the caller graph for this function:

virtual G4bool G4VAnalysisManager::AddNtupleRow ( )
pure virtual
virtual G4bool G4VAnalysisManager::CloseFile ( )
pure virtual
virtual G4int G4VAnalysisManager::CreateH1 ( const G4String name,
const G4String title,
G4int  nbins,
G4double  xmin,
G4double  xmax,
const G4String unitName = "none",
const G4String fcnName = "none" 
)
pure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

virtual 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" 
)
pure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

virtual void G4VAnalysisManager::CreateNtuple ( const G4String name,
const G4String title 
)
pure virtual
virtual G4int G4VAnalysisManager::CreateNtupleDColumn ( const G4String name)
pure virtual
virtual G4int G4VAnalysisManager::CreateNtupleFColumn ( const G4String name)
pure virtual
virtual G4int G4VAnalysisManager::CreateNtupleIColumn ( const G4String name)
pure virtual
virtual G4bool G4VAnalysisManager::FillH1 ( G4int  id,
G4double  value,
G4double  weight = 1.0 
)
pure virtual
virtual G4bool G4VAnalysisManager::FillH2 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  weight = 1.0 
)
pure virtual
virtual G4bool G4VAnalysisManager::FillNtupleDColumn ( G4int  id,
G4double  value 
)
pure virtual
virtual G4bool G4VAnalysisManager::FillNtupleFColumn ( G4int  id,
G4float  value 
)
pure virtual
virtual G4bool G4VAnalysisManager::FillNtupleIColumn ( G4int  id,
G4int  value 
)
pure virtual
virtual void G4VAnalysisManager::FinishNtuple ( )
pure virtual
G4bool G4VAnalysisManager::GetActivation ( ) const
inline

Definition at line 296 of file G4VAnalysisManager.hh.

Here is the caller graph for this function:

G4bool G4VAnalysisManager::GetActivation ( ObjectType  type,
G4int  id 
) const
protected

Definition at line 172 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

G4bool G4VAnalysisManager::GetAscii ( ObjectType  type,
G4int  id 
) const
protected

Definition at line 182 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VAnalysisManager::GetFileName ( ) const
inlinevirtual

Definition at line 272 of file G4VAnalysisManager.hh.

G4String G4VAnalysisManager::GetFileType ( ) const

Definition at line 517 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VAnalysisManager::GetFullFileName ( ) const
virtual

Definition at line 329 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4Fcn G4VAnalysisManager::GetFunction ( const G4String fcnName) const
protected

Definition at line 203 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VAnalysisManager::GetH1Activation ( G4int  id) const
inline

Definition at line 316 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

G4bool G4VAnalysisManager::GetH1Ascii ( G4int  id) const
inline

Definition at line 320 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

G4HnInformation * G4VAnalysisManager::GetH1Information ( G4int  id) const
protected

Definition at line 387 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VAnalysisManager::GetH1Name ( G4int  id) const
inline

Definition at line 308 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

virtual G4int G4VAnalysisManager::GetH1Nbins ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH1Title ( G4int  id) const
pure virtual
G4double G4VAnalysisManager::GetH1Unit ( G4int  id) const
inline

Definition at line 312 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

virtual G4double G4VAnalysisManager::GetH1Width ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH1XAxisTitle ( G4int  id) const
pure virtual
virtual G4double G4VAnalysisManager::GetH1Xmax ( G4int  id) const
pure virtual
virtual G4double G4VAnalysisManager::GetH1Xmin ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH1YAxisTitle ( G4int  id) const
pure virtual
G4bool G4VAnalysisManager::GetH2Activation ( G4int  id) const
inline

Definition at line 336 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

G4bool G4VAnalysisManager::GetH2Ascii ( G4int  id) const
inline

Definition at line 340 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

G4HnInformation * G4VAnalysisManager::GetH2Information ( G4int  id) const
protected

Definition at line 401 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VAnalysisManager::GetH2Name ( G4int  id) const
inline

Definition at line 324 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

virtual G4int G4VAnalysisManager::GetH2Nxbins ( G4int  id) const
pure virtual
virtual G4int G4VAnalysisManager::GetH2Nybins ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH2Title ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH2XAxisTitle ( G4int  id) const
pure virtual
virtual G4double G4VAnalysisManager::GetH2Xmax ( G4int  id) const
pure virtual
virtual G4double G4VAnalysisManager::GetH2Xmin ( G4int  id) const
pure virtual
G4double G4VAnalysisManager::GetH2XUnit ( G4int  id) const
inline

Definition at line 328 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

virtual G4double G4VAnalysisManager::GetH2XWidth ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH2YAxisTitle ( G4int  id) const
pure virtual
virtual G4double G4VAnalysisManager::GetH2Ymax ( G4int  id) const
pure virtual
virtual G4double G4VAnalysisManager::GetH2Ymin ( G4int  id) const
pure virtual
G4double G4VAnalysisManager::GetH2YUnit ( G4int  id) const
inline

Definition at line 332 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

virtual G4double G4VAnalysisManager::GetH2YWidth ( G4int  id) const
pure virtual
virtual G4String G4VAnalysisManager::GetH2ZAxisTitle ( G4int  id) const
pure virtual
G4String G4VAnalysisManager::GetHistoDirectoryName ( ) const
inlinevirtual

Definition at line 276 of file G4VAnalysisManager.hh.

G4HnInformation * G4VAnalysisManager::GetInformation ( ObjectType  type,
G4int  id 
) const
protected

Definition at line 415 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VAnalysisManager::GetName ( ObjectType  type,
G4int  id 
) const
protected

Definition at line 142 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VAnalysisManager::GetNofH1s ( ) const
inlinevirtual

Definition at line 300 of file G4VAnalysisManager.hh.

Here is the caller graph for this function:

G4int G4VAnalysisManager::GetNofH2s ( ) const
inlinevirtual

Definition at line 304 of file G4VAnalysisManager.hh.

Here is the caller graph for this function:

G4String G4VAnalysisManager::GetNtupleDirectoryName ( ) const
inlinevirtual

Definition at line 280 of file G4VAnalysisManager.hh.

G4String G4VAnalysisManager::GetType ( ) const
inline

Definition at line 288 of file G4VAnalysisManager.hh.

Here is the call graph for this function:

G4double G4VAnalysisManager::GetUnitValue ( const G4String unit) const
protected

Definition at line 192 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VAnalysisManager::GetVerboseLevel ( ) const
inlinevirtual

Definition at line 284 of file G4VAnalysisManager.hh.

G4double G4VAnalysisManager::GetXUnit ( ObjectType  type,
G4int  id 
) const
protected

Definition at line 152 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VAnalysisManager::GetYUnit ( ObjectType  type,
G4int  id 
) const
protected

Definition at line 162 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VAnalysisManager::IsActive ( ) const

Definition at line 373 of file G4VAnalysisManager.cc.

G4bool G4VAnalysisManager::IsAscii ( ) const

Definition at line 381 of file G4VAnalysisManager.cc.

Here is the caller graph for this function:

G4bool G4VAnalysisManager::OpenFile ( )
virtual

Definition at line 266 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

virtual G4bool G4VAnalysisManager::OpenFile ( const G4String fileName)
pure virtual
virtual G4bool G4VAnalysisManager::ScaleH1 ( G4int  id,
G4double  factor 
)
pure virtual
virtual G4bool G4VAnalysisManager::ScaleH2 ( G4int  id,
G4double  factor 
)
pure virtual
void G4VAnalysisManager::SetActivation ( G4bool  activation)
inline

Definition at line 292 of file G4VAnalysisManager.hh.

Here is the caller graph for this function:

void G4VAnalysisManager::SetActivation ( ObjectType  type,
G4bool  activation 
)

Definition at line 462 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

void G4VAnalysisManager::SetActivation ( ObjectType  type,
G4int  id,
G4bool  activation 
)

Definition at line 441 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

void G4VAnalysisManager::SetAscii ( ObjectType  type,
G4int  id,
G4bool  ascii 
)

Definition at line 499 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFileName ( const G4String fileName)
virtual

Definition at line 281 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetFirstHistoId ( G4int  firstId)
virtual

Definition at line 341 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

G4bool G4VAnalysisManager::SetFirstNtupleColumnId ( G4int  firstId)
virtual

Definition at line 357 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

virtual 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" 
)
pure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

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

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetHistoDirectoryName ( const G4String dirName)
virtual

Definition at line 297 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VAnalysisManager::SetNtupleDirectoryName ( const G4String dirName)
virtual

Definition at line 313 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VAnalysisManager::SetVerboseLevel ( G4int  verboseLevel)
virtual

Definition at line 227 of file G4VAnalysisManager.cc.

Here is the caller graph for this function:

virtual G4bool G4VAnalysisManager::Write ( )
pure virtual
G4bool G4VAnalysisManager::WriteAscii ( )
protected

Definition at line 106 of file G4VAnalysisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual G4bool G4VAnalysisManager::WriteOnAscii ( std::ofstream &  output)
protectedpure virtual

Implemented in G4RootAnalysisManager, G4XmlAnalysisManager, and G4CsvAnalysisManager.

Here is the caller graph for this function:

Member Data Documentation

G4bool G4VAnalysisManager::fActivation
protected

Definition at line 238 of file G4VAnalysisManager.hh.

G4String G4VAnalysisManager::fFileName
protected

Definition at line 241 of file G4VAnalysisManager.hh.

G4int G4VAnalysisManager::fFirstHistoId
protected

Definition at line 239 of file G4VAnalysisManager.hh.

G4int G4VAnalysisManager::fFirstNtupleColumnId
protected

Definition at line 240 of file G4VAnalysisManager.hh.

G4String G4VAnalysisManager::fHistoDirectoryName
protected

Definition at line 242 of file G4VAnalysisManager.hh.

G4bool G4VAnalysisManager::fLockFileName
protected

Definition at line 246 of file G4VAnalysisManager.hh.

G4bool G4VAnalysisManager::fLockFirstHistoId
protected

Definition at line 244 of file G4VAnalysisManager.hh.

G4bool G4VAnalysisManager::fLockFirstNtupleColumnId
protected

Definition at line 245 of file G4VAnalysisManager.hh.

G4bool G4VAnalysisManager::fLockHistoDirectoryName
protected

Definition at line 247 of file G4VAnalysisManager.hh.

G4bool G4VAnalysisManager::fLockNtupleDirectoryName
protected

Definition at line 248 of file G4VAnalysisManager.hh.

G4String G4VAnalysisManager::fNtupleDirectoryName
protected

Definition at line 243 of file G4VAnalysisManager.hh.

G4AnalysisVerbose* G4VAnalysisManager::fpVerboseL1
protected

Definition at line 255 of file G4VAnalysisManager.hh.

G4AnalysisVerbose* G4VAnalysisManager::fpVerboseL2
protected

Definition at line 256 of file G4VAnalysisManager.hh.

G4AnalysisVerbose* G4VAnalysisManager::fpVerboseL3
protected

Definition at line 257 of file G4VAnalysisManager.hh.

G4AnalysisVerbose* G4VAnalysisManager::fpVerboseL4
protected

Definition at line 258 of file G4VAnalysisManager.hh.

G4AnalysisVerbose G4VAnalysisManager::fVerboseL1
protected

Definition at line 251 of file G4VAnalysisManager.hh.

G4AnalysisVerbose G4VAnalysisManager::fVerboseL2
protected

Definition at line 252 of file G4VAnalysisManager.hh.

G4AnalysisVerbose G4VAnalysisManager::fVerboseL3
protected

Definition at line 253 of file G4VAnalysisManager.hh.

G4AnalysisVerbose G4VAnalysisManager::fVerboseL4
protected

Definition at line 254 of file G4VAnalysisManager.hh.

G4int G4VAnalysisManager::fVerboseLevel
protected

Definition at line 237 of file G4VAnalysisManager.hh.


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