15 using namespace genie;
67 fNtp =
new TNtupleD(name.c_str(),
"CacheBranchNtp", branch_def.c_str());
68 fNtp->SetDirectory(0);
69 fNtp->SetCircular(1600000);
75 stream <<
"type: [CacheBranchNtp] - nentries: " <<
fNtp->GetEntries();
77 stream <<
" *** NULL ***";
THE MAIN GENIE PROJECT NAMESPACE
TNtupleD * operator()(void) const
void CreateNtuple(string name, string branch_def)
void Print(ostream &stream) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)
A simple cache branch storing the cached data in a TNtuple.
TNtupleD * Ntuple(void) const
The TObject at the root of concrete cache branches.