#include </builds/gaudi/Gaudi/GaudiSvc/src/FileMgr/RootFileHandler.h>
Definition at line 27 of file RootFileHandler.h.
◆ RootFileHandler()
◆ closeRootFile()
Io::close_t RootFileHandler::closeRootFile |
( |
void * |
ptr | ) |
|
◆ openRootFile()
Definition at line 34 of file RootFileHandler.cpp.
62 if ( ba::starts_with(
n,
"https://", ba::is_iequal{} ) || ba::starts_with(
n,
"http://", ba::is_iequal{} ) ) {
66 <<
"requested mode is: " << f <<
endmsg;
70 if ( !
m_ssl_setup && ba::starts_with(
n,
"https://", ba::is_iequal{} ) ) {
78 tf.
reset(
new TWebFile(
n.c_str() ) );
82 <<
" -> file probably corrupt." <<
endmsg;
89 if ( tf && tf->IsZombie() ) {
90 m_log <<
MSG::ERROR <<
"Problems opening input file \"" <<
n <<
"\": file does not exist or in not accessible"
103 <<
" -> file probably corrupt." <<
endmsg;
111 if ( !tf || !tf->IsOpen() ) {
112 m_log <<
MSG::ERROR <<
"Unable to open ROOT file \"" <<
n <<
"\" with options \"" << opt <<
"\"" <<
endmsg;
◆ reopenRootFile()
◆ setupSSL()
bool RootFileHandler::setupSSL |
( |
| ) |
|
◆ m_certDir
◆ m_level
int RootFileHandler::m_level |
|
private |
◆ m_log
◆ m_ssl_setup
bool RootFileHandler::m_ssl_setup = false |
|
private |
◆ m_userProxy
The documentation for this class was generated from the following files: