CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::DuplicateTreeSentry::CloseBeforeDelete Struct Reference

Public Member Functions

void operator() (TFile *iFile) const
 

Detailed Description

Definition at line 53 of file RootOutputTree.cc.

Member Function Documentation

void edm::DuplicateTreeSentry::CloseBeforeDelete::operator() ( TFile *  iFile) const
inline

Definition at line 53 of file RootOutputTree.cc.

References operator()().

Referenced by operator()().

53 { void operator()(TFile* iFile) const { if( iFile) { iFile->Close(); } delete iFile; } };