CMS 3D CMS Logo

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 50 of file RootOutputTree.cc.

Member Function Documentation

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

Definition at line 51 of file RootOutputTree.cc.

51  {
52  if (iFile) {
53  iFile->Close();
54  }
55  delete iFile;
56  }