Geant4_10
Protected Member Functions | Friends | List of all members
G4XmlNtupleManager Class Reference

#include <G4XmlNtupleManager.hh>

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

Protected Member Functions

 G4XmlNtupleManager (const G4AnalysisManagerState &state)
 
 ~G4XmlNtupleManager ()
 
void CreateNtuplesFromBooking ()
 
G4bool IsEmpty () const
 
G4bool Reset ()
 
void SetFileManager (G4XmlFileManager *fileManager)
 
tools::waxml::ntupleGetNtuple () const
 
tools::waxml::ntupleGetNtuple (G4int ntupleId) const
 
const std::vector
< G4XmlNtupleDescription * > & 
GetNtupleVector () const
 
virtual G4int CreateNtuple (const G4String &name, const G4String &title)
 
virtual G4int CreateNtupleIColumn (const G4String &name)
 
virtual G4int CreateNtupleFColumn (const G4String &name)
 
virtual G4int CreateNtupleDColumn (const G4String &name)
 
virtual void FinishNtuple ()
 
virtual G4int CreateNtupleIColumn (G4int ntupleId, const G4String &name)
 
virtual G4int CreateNtupleFColumn (G4int ntupleId, const G4String &name)
 
virtual G4int CreateNtupleDColumn (G4int ntupleId, const G4String &name)
 
virtual void FinishNtuple (G4int ntupleId)
 
virtual G4bool FillNtupleIColumn (G4int columnId, G4int value)
 
virtual G4bool FillNtupleFColumn (G4int columnId, G4float value)
 
virtual G4bool FillNtupleDColumn (G4int columnId, G4double value)
 
virtual G4bool AddNtupleRow ()
 
virtual G4bool FillNtupleIColumn (G4int ntupleId, G4int columnId, G4int value)
 
virtual G4bool FillNtupleFColumn (G4int ntupleId, G4int columnId, G4float value)
 
virtual G4bool FillNtupleDColumn (G4int ntupleId, G4int columnId, G4double value)
 
virtual G4bool AddNtupleRow (G4int ntupleId)
 
virtual G4int GetNofNtuples () const
 
- Protected Member Functions inherited from G4VNtupleManager
 G4VNtupleManager (const G4AnalysisManagerState &state)
 
virtual ~G4VNtupleManager ()
 
G4bool SetFirstNtupleColumnId (G4int firstId)
 
- Protected Member Functions inherited from G4BaseAnalysisManager
void ExceptionForHistograms (const G4String &functionName) const
 

Friends

class G4XmlAnalysisManager
 

Additional Inherited Members

- Public Member Functions inherited from G4BaseAnalysisManager
 G4BaseAnalysisManager (const G4AnalysisManagerState &state)
 
virtual ~G4BaseAnalysisManager ()
 
G4bool SetFirstId (G4int firstId)
 
- Protected Attributes inherited from G4VNtupleManager
G4int fFirstNtupleColumnId
 
G4bool fLockFirstNtupleColumnId
 
- Protected Attributes inherited from G4BaseAnalysisManager
const G4AnalysisManagerStatefState
 
G4int fFirstId
 
G4bool fLockFirstId
 

Detailed Description

Definition at line 45 of file G4XmlNtupleManager.hh.

Constructor & Destructor Documentation

G4XmlNtupleManager::G4XmlNtupleManager ( const G4AnalysisManagerState state)
protected

Definition at line 42 of file G4XmlNtupleManager.cc.

G4XmlNtupleManager::~G4XmlNtupleManager ( )
protected

Definition at line 50 of file G4XmlNtupleManager.cc.

Member Function Documentation

G4bool G4XmlNtupleManager::AddNtupleRow ( )
protectedvirtual

Implements G4VNtupleManager.

Definition at line 616 of file G4XmlNtupleManager.cc.

G4bool G4XmlNtupleManager::AddNtupleRow ( G4int  ntupleId)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 622 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4int G4XmlNtupleManager::CreateNtuple ( const G4String name,
const G4String title 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 259 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4int G4XmlNtupleManager::CreateNtupleDColumn ( const G4String name)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 316 of file G4XmlNtupleManager.cc.

G4int G4XmlNtupleManager::CreateNtupleDColumn ( G4int  ntupleId,
const G4String name 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 428 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4int G4XmlNtupleManager::CreateNtupleFColumn ( const G4String name)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 309 of file G4XmlNtupleManager.cc.

G4int G4XmlNtupleManager::CreateNtupleFColumn ( G4int  ntupleId,
const G4String name 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 379 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4int G4XmlNtupleManager::CreateNtupleIColumn ( const G4String name)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 302 of file G4XmlNtupleManager.cc.

G4int G4XmlNtupleManager::CreateNtupleIColumn ( G4int  ntupleId,
const G4String name 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 330 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

void G4XmlNtupleManager::CreateNtuplesFromBooking ( )
protected

Definition at line 159 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4XmlNtupleManager::FillNtupleDColumn ( G4int  columnId,
G4double  value 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 533 of file G4XmlNtupleManager.cc.

G4bool G4XmlNtupleManager::FillNtupleDColumn ( G4int  ntupleId,
G4int  columnId,
G4double  value 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 590 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4bool G4XmlNtupleManager::FillNtupleFColumn ( G4int  columnId,
G4float  value 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 527 of file G4XmlNtupleManager.cc.

G4bool G4XmlNtupleManager::FillNtupleFColumn ( G4int  ntupleId,
G4int  columnId,
G4float  value 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 564 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4bool G4XmlNtupleManager::FillNtupleIColumn ( G4int  columnId,
G4int  value 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 521 of file G4XmlNtupleManager.cc.

G4bool G4XmlNtupleManager::FillNtupleIColumn ( G4int  ntupleId,
G4int  columnId,
G4int  value 
)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 539 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

void G4XmlNtupleManager::FinishNtuple ( )
protectedvirtual

Implements G4VNtupleManager.

Definition at line 323 of file G4XmlNtupleManager.cc.

Here is the caller graph for this function:

void G4XmlNtupleManager::FinishNtuple ( G4int  ntupleId)
protectedvirtual

Implements G4VNtupleManager.

Definition at line 477 of file G4XmlNtupleManager.cc.

Here is the call graph for this function:

G4int G4XmlNtupleManager::GetNofNtuples ( ) const
inlineprotectedvirtual

Implements G4VNtupleManager.

Definition at line 128 of file G4XmlNtupleManager.hh.

tools::waxml::ntuple * G4XmlNtupleManager::GetNtuple ( ) const
protected

Definition at line 244 of file G4XmlNtupleManager.cc.

tools::waxml::ntuple * G4XmlNtupleManager::GetNtuple ( G4int  ntupleId) const
protected

Definition at line 250 of file G4XmlNtupleManager.cc.

const std::vector< G4XmlNtupleDescription * > & G4XmlNtupleManager::GetNtupleVector ( ) const
inlineprotected

Definition at line 131 of file G4XmlNtupleManager.hh.

G4bool G4XmlNtupleManager::IsEmpty ( ) const
protected

Definition at line 224 of file G4XmlNtupleManager.cc.

G4bool G4XmlNtupleManager::Reset ( )
protected

Definition at line 230 of file G4XmlNtupleManager.cc.

void G4XmlNtupleManager::SetFileManager ( G4XmlFileManager fileManager)
inlineprotected

Definition at line 125 of file G4XmlNtupleManager.hh.

Here is the caller graph for this function:

Friends And Related Function Documentation

friend class G4XmlAnalysisManager
friend

Definition at line 47 of file G4XmlNtupleManager.hh.


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