![]() |
|
|||
File indexing completed on 2023-03-17 10:45:43
0001 // -*- C++ -*- 0002 // 0003 // Package: UtilAlgos 0004 // Class : TH1AddDirectorySentry 0005 // 0006 // Implementation: 0007 // <Notes on implementation> 0008 // 0009 // Original Author: Chris Jones 0010 // Created: Thu Nov 8 12:16:02 EST 2007 0011 // $Id: TH1AddDirectorySentry.cc,v 1.1 2009/03/03 13:07:30 llista Exp $ 0012 // 0013 0014 // system include files 0015 #include "TH1.h" 0016 0017 // user include files 0018 #include "CommonTools/Utils/interface/TH1AddDirectorySentry.h" 0019 0020 // 0021 // constants, enums and typedefs 0022 // 0023 0024 // 0025 // static data member definitions 0026 // 0027 0028 // 0029 // constructors and destructor 0030 // 0031 TH1AddDirectorySentry::TH1AddDirectorySentry() : status_(TH1::AddDirectoryStatus()) { TH1::AddDirectory(true); } 0032 0033 TH1AddDirectorySentry::~TH1AddDirectorySentry() { TH1::AddDirectory(status_); }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |