#include <G4VNtupleManager.hh>
|
| G4VNtupleManager (const G4AnalysisManagerState &state) |
|
virtual | ~G4VNtupleManager () |
|
virtual G4int | 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 G4int | CreateNtupleIColumn (G4int ntupleId, const G4String &name)=0 |
|
virtual G4int | CreateNtupleFColumn (G4int ntupleId, const G4String &name)=0 |
|
virtual G4int | CreateNtupleDColumn (G4int ntupleId, const G4String &name)=0 |
|
virtual void | FinishNtuple (G4int ntupleId)=0 |
|
G4bool | SetFirstNtupleColumnId (G4int firstId) |
|
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 |
|
virtual G4bool | FillNtupleIColumn (G4int ntupleId, G4int columnId, G4int value)=0 |
|
virtual G4bool | FillNtupleFColumn (G4int ntupleId, G4int columnId, G4float value)=0 |
|
virtual G4bool | FillNtupleDColumn (G4int ntupleId, G4int columnId, G4double value)=0 |
|
virtual G4bool | AddNtupleRow (G4int ntupleId)=0 |
|
virtual G4int | GetNofNtuples () const =0 |
|
void | ExceptionForHistograms (const G4String &functionName) const |
|
Definition at line 41 of file G4VNtupleManager.hh.
G4VNtupleManager::~G4VNtupleManager |
( |
| ) |
|
|
protectedvirtual |
virtual G4bool G4VNtupleManager::AddNtupleRow |
( |
| ) |
|
|
protectedpure virtual |
virtual G4bool G4VNtupleManager::AddNtupleRow |
( |
G4int |
ntupleId | ) |
|
|
protectedpure virtual |
virtual G4int G4VNtupleManager::CreateNtupleDColumn |
( |
const G4String & |
name | ) |
|
|
protectedpure virtual |
virtual G4int G4VNtupleManager::CreateNtupleDColumn |
( |
G4int |
ntupleId, |
|
|
const G4String & |
name |
|
) |
| |
|
protectedpure virtual |
virtual G4int G4VNtupleManager::CreateNtupleFColumn |
( |
const G4String & |
name | ) |
|
|
protectedpure virtual |
virtual G4int G4VNtupleManager::CreateNtupleFColumn |
( |
G4int |
ntupleId, |
|
|
const G4String & |
name |
|
) |
| |
|
protectedpure virtual |
virtual G4int G4VNtupleManager::CreateNtupleIColumn |
( |
const G4String & |
name | ) |
|
|
protectedpure virtual |
virtual G4int G4VNtupleManager::CreateNtupleIColumn |
( |
G4int |
ntupleId, |
|
|
const G4String & |
name |
|
) |
| |
|
protectedpure virtual |
virtual void G4VNtupleManager::FinishNtuple |
( |
| ) |
|
|
protectedpure virtual |
virtual void G4VNtupleManager::FinishNtuple |
( |
G4int |
ntupleId | ) |
|
|
protectedpure virtual |
virtual G4int G4VNtupleManager::GetNofNtuples |
( |
| ) |
const |
|
protectedpure virtual |
G4bool G4VNtupleManager::SetFirstNtupleColumnId |
( |
G4int |
firstId | ) |
|
|
protected |
G4int G4VNtupleManager::fFirstNtupleColumnId |
|
protected |
G4bool G4VNtupleManager::fLockFirstNtupleColumnId |
|
protected |
The documentation for this class was generated from the following files: