#include </builds/gaudi/Gaudi/GaudiSvc/src/FileMgr/RootFileHandler.h>
Definition at line 26 of file RootFileHandler.h.
◆ RootFileHandler()
| RootFileHandler::RootFileHandler |
( |
IMessageSvc * |
msg, |
|
|
const std::string & |
userProxy, |
|
|
const std::string & |
certDir |
|
) |
| |
◆ closeRootFile()
| Io::close_t RootFileHandler::closeRootFile |
( |
void * |
ptr | ) |
|
Definition at line 92 of file RootFileHandler.cpp.
101 TFile* tf =
static_cast<TFile*
>( ptr );
105 }
catch (
const std::exception& Exception ) {
◆ openRootFile()
| Io::open_t RootFileHandler::openRootFile |
( |
const std::string & |
n, |
|
|
const Io::IoFlags & |
f, |
|
|
const std::string & |
desc, |
|
|
Io::Fd & |
fd, |
|
|
void *& |
ptr |
|
) |
| |
Definition at line 34 of file RootFileHandler.cpp.
60 std::unique_ptr<TFile> tf;
63 tf.reset( TFile::Open(
n.c_str(), opt.c_str() ) );
64 }
catch (
const std::exception& Exception ) {
66 <<
" file for reading: " <<
Exception.what() << std::endl
67 <<
" -> file probably corrupt." <<
endmsg;
74 if ( !tf || !tf->IsOpen() ) {
75 m_log <<
MSG::ERROR <<
"Unable to open ROOT file \"" <<
n <<
"\" with options \"" << opt <<
"\"" <<
endmsg;
◆ reopenRootFile()
◆ setupSSL()
| bool RootFileHandler::setupSSL |
( |
| ) |
|
◆ m_certDir
| std::string RootFileHandler::m_certDir |
|
private |
◆ m_level
| int RootFileHandler::m_level |
|
private |
◆ m_log
◆ m_ssl_setup
| bool RootFileHandler::m_ssl_setup = false |
|
private |
◆ m_userProxy
| std::string RootFileHandler::m_userProxy |
|
private |
The documentation for this class was generated from the following files: