LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
RootDirectorySentry.cc
Go to the documentation of this file.
2 #include "TH1.h"
3 
5  : status_{TH1::AddDirectoryStatus()}
6 {
7  TH1::AddDirectory(true);
8 }
9 
11 {
12  TH1::AddDirectory(status_);
13 }