Go to the documentation of this file.
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"));
virtual void set(JClass_t *p)
Set pointer.
virtual void close()
Close file.
virtual JClass_t * get() const
Get pointer.
virtual void open(const char *file_name)
Open file.
Auxiliary classes and methods for ROOT I/O.
Interface for named access of a device.
Exception for opening of file.
Auxiliary base class for controling the throwing of exceptions.
JRootOutputFile(const char *file_name)
Constructor.
TFile * getFile() const
Get file.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JRootOutputFile()
Default constructor.
static void Throw(const bool option)
Enable/disable throw option.
virtual void close()
Close file.
virtual void reset()
Reset pointer.
virtual bool is_open() const
Check is file is open.
JRootFile()
Default constructor.
bool is_valid() const
Check validity of pointer.