LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
RootFileSentry Class Reference

Public Member Functions

 RootFileSentry (TFile *fPtr)
 
 ~RootFileSentry () noexcept
 

Detailed Description

Definition at line 1749 of file tkeyvfs.cc.

Constructor & Destructor Documentation

RootFileSentry::RootFileSentry ( TFile *  fPtr)

Definition at line 1755 of file tkeyvfs.cc.

References gRootFile.

1756 {
1757  gRootFile = fPtr;
1758 }
static TFile * gRootFile
Definition: tkeyvfs.cc:76
RootFileSentry::~RootFileSentry ( )
noexcept

Definition at line 1760 of file tkeyvfs.cc.

References gRootFile.

1761 {
1762  gRootFile = nullptr;
1763 }
static TFile * gRootFile
Definition: tkeyvfs.cc:76

The documentation for this class was generated from the following file: