Main Page
Namespaces
Classes
Package Documentation
Class List
Class Index
Class Hierarchy
Class Members
edm
DuplicateTreeSentry
CloseBeforeDelete
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
}
Generated for CMSSW Reference Manual by
1.8.11