GENIEGenerator
|
A simple cache branch storing the cached data in a TNtuple. More...
#include <CacheBranchNtp.h>
Public Member Functions | |
CacheBranchNtp () | |
CacheBranchNtp (string name, string brdef) | |
~CacheBranchNtp () | |
TNtupleD * | Ntuple (void) const |
void | CreateNtuple (string name, string branch_def) |
void | Reset (void) |
void | Print (ostream &stream) const |
TNtupleD * | operator() (void) const |
Public Member Functions inherited from genie::CacheBranchI | |
virtual | ~CacheBranchI () |
Private Member Functions | |
void | Init (void) |
void | CleanUp (void) |
Private Attributes | |
TNtupleD * | fNtp |
Friends | |
ostream & | operator<< (ostream &stream, const CacheBranchNtp &cbntp) |
Additional Inherited Members | |
Protected Member Functions inherited from genie::CacheBranchI | |
CacheBranchI () | |
A simple cache branch storing the cached data in a TNtuple.
Definition at line 35 of file CacheBranchNtp.h.
CacheBranchNtp::CacheBranchNtp | ( | void | ) |
CacheBranchNtp::CacheBranchNtp | ( | string | name, |
string | brdef | ||
) |
Definition at line 35 of file CacheBranchNtp.cxx.
References CreateNtuple(), and Init().
CacheBranchNtp::~CacheBranchNtp | ( | ) |
|
private |
Definition at line 52 of file CacheBranchNtp.cxx.
References fNtp.
Referenced by Reset(), and ~CacheBranchNtp().
void CacheBranchNtp::CreateNtuple | ( | string | name, |
string | branch_def | ||
) |
|
private |
Definition at line 47 of file CacheBranchNtp.cxx.
References fNtp.
Referenced by CacheBranchNtp(), and Reset().
|
inline |
TNtupleD * CacheBranchNtp::operator() | ( | void | ) | const |
void CacheBranchNtp::Print | ( | ostream & | stream | ) | const |
Definition at line 72 of file CacheBranchNtp.cxx.
References fNtp.
Referenced by genie::operator<<().
void CacheBranchNtp::Reset | ( | void | ) |
Definition at line 57 of file CacheBranchNtp.cxx.
References CleanUp(), and Init().
Referenced by CreateNtuple().
|
friend |
Definition at line 22 of file CacheBranchNtp.cxx.
|
private |
Definition at line 58 of file CacheBranchNtp.h.
Referenced by CleanUp(), CreateNtuple(), Init(), Ntuple(), and Print().