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.
November 26, 2004
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 35 of file CacheBranchNtp.h.
CacheBranchNtp::CacheBranchNtp | ( | void | ) |
Definition at line 29 of file CacheBranchNtp.cxx.
Definition at line 35 of file CacheBranchNtp.cxx.
CacheBranchNtp::~CacheBranchNtp | ( | ) |
Definition at line 42 of file CacheBranchNtp.cxx.
|
private |
Definition at line 52 of file CacheBranchNtp.cxx.
Definition at line 63 of file CacheBranchNtp.cxx.
|
private |
Definition at line 47 of file CacheBranchNtp.cxx.
|
inline |
Definition at line 44 of file CacheBranchNtp.h.
TNtupleD * CacheBranchNtp::operator() | ( | void | ) | const |
Definition at line 81 of file CacheBranchNtp.cxx.
void CacheBranchNtp::Print | ( | ostream & | stream | ) | const |
Definition at line 72 of file CacheBranchNtp.cxx.
void CacheBranchNtp::Reset | ( | void | ) |
Definition at line 57 of file CacheBranchNtp.cxx.
|
friend |
Definition at line 22 of file CacheBranchNtp.cxx.
|
private |
Definition at line 58 of file CacheBranchNtp.h.