1 #ifndef __JLANG__JABSTRACTFILE__ 
    2 #define __JLANG__JABSTRACTFILE__ 
   14 namespace JPP { 
using namespace JLANG; }
 
bool less(const JAbstractFile &file) const 
Less than operation. 
 
then usage $script[< detector identifier >< run range >]< QA/QCfile > nExample script to produce data quality plots nWhen a detector identifier and run range are data are downloaded from the database nand subsequently stored in the given QA QC file
 
JAbstractFile(const int file)
Constructor. 
 
JAbstractFile()
Default constructor. 
 
int getFileDescriptor() const 
Get file descriptor. 
 
static const int FILE_CLOSED
 
bool is_open() const 
Get open status. 
 
The JAbstractFile class encapsulates the c-style file descriptor. 
 
Template definition of auxiliary base class for comparison of data structures. 
 
JAbstractFile(FILE *stream)
Constructor. 
 
void setFileDescriptor(const int file)
Set file descriptor.