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