#include <src/FileMgr/RootFileHandler.h>
Definition at line 17 of file RootFileHandler.h.
Definition at line 15 of file RootFileHandler.cpp.
20 static TROOT
root(
"root",
"ROOT I/O" );
virtual int outputLevel() const =0
Retrieve the current output level threshold.
Io::close_t RootFileHandler::closeRootFile |
( |
void * |
ptr | ) |
|
Definition at line 123 of file RootFileHandler.cpp.
133 TFile* tf =
static_cast<TFile*
>( ptr );
MSG::Level level() const
Retrieve output level.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition at line 27 of file RootFileHandler.cpp.
56 if ( ba::starts_with( n,
"https://", ba::is_iequal{} ) || ba::starts_with( n,
"http://", ba::is_iequal{} ) ) {
60 <<
"requested mode is: " << f <<
endmsg;
64 if ( !
m_ssl_setup && ba::starts_with( n,
"https://", ba::is_iequal{} ) ) {
76 <<
" -> file probably corrupt." <<
endmsg;
83 if ( tf && tf->IsZombie() ) {
84 m_log <<
MSG::ERROR <<
"Problems opening input file \"" << n <<
"\": file does not exist or in not accessible" 97 <<
" -> file probably corrupt." <<
endmsg;
105 if ( !tf || !tf->IsOpen() ) {
106 m_log <<
MSG::ERROR <<
"Unable to open ROOT file \"" << n <<
"\" with options \"" << opt <<
"\"" <<
endmsg;
void setLevel(int level)
Update outputlevel.
MSG::Level level() const
Retrieve output level.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition at line 151 of file RootFileHandler.cpp.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
bool RootFileHandler::setupSSL |
( |
| ) |
|
Definition at line 160 of file RootFileHandler.cpp.
GAUDI_API std::string getEnv(const char *var)
get a particular environment variable (returning "UNKNOWN" if not set)
MSG::Level level() const
Retrieve output level.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
int RootFileHandler::m_level |
|
private |
bool RootFileHandler::m_ssl_setup = false |
|
private |
The documentation for this class was generated from the following files: