18 namespace JPP { 
using namespace JROOT; }
 
   44       gErrorIgnoreLevel = kError;
 
  131     virtual void open(
const char* file_name)
 override  
  133       set(TFile::Open(file_name, 
"READ"));
 
  177     virtual void open(
const char* file_name)
 override  
  179       set(TFile::Open(file_name, 
"CREATE"));
 
Exception for opening of file. 
 
JRootOutputFile(const char *file_name)
Constructor. 
 
Auxiliary base class for controling the throwing of exceptions. 
 
virtual void reset() override
Reset pointer. 
 
bool is_valid() const 
Check validity of pointer. 
 
virtual bool is_open() const override
Check is file is open. 
 
TFile * getFile() const 
Get file. 
 
virtual void close() override
Close file. 
 
JRootOutputFile()
Default constructor. 
 
JRootFile()
Default constructor. 
 
virtual void close() override
Close file. 
 
virtual void open(const char *file_name) override
Open file. 
 
Interface for named access of a device. 
 
virtual void set(JClass_t *p) override
Set pointer. 
 
static void Throw(const bool option)
Enable/disable throw option.