CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
fwlite::withTCache Class Reference

Public Member Functions

 withTCache (TFile *file, TTreeCache *tc)
 
 ~withTCache ()
 

Private Attributes

TFile * f_
 

Detailed Description

Definition at line 44 of file DataGetterHelper.cc.

Constructor & Destructor Documentation

fwlite::withTCache::withTCache ( TFile *  file,
TTreeCache *  tc 
)
inline

Definition at line 46 of file DataGetterHelper.cc.

References f_.

46 : f_(file) { f_->SetCacheRead(tc); }
fwlite::withTCache::~withTCache ( )
inline

Definition at line 47 of file DataGetterHelper.cc.

References f_.

47 { f_->SetCacheRead(0); }

Member Data Documentation

TFile* fwlite::withTCache::f_
private

Definition at line 49 of file DataGetterHelper.cc.

Referenced by withTCache(), and ~withTCache().