The JAbstractFile class encapsulates the c-style file descriptor.  
 More...
#include <JAbstractFile.hh>
The JAbstractFile class encapsulates the c-style file descriptor. 
Definition at line 22 of file JAbstractFile.hh.
 
  
  
      
        
          | JLANG::JAbstractFile::JAbstractFile  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 33 of file JAbstractFile.hh.
static const int FILE_CLOSED
 
 
 
 
  
  
      
        
          | JLANG::JAbstractFile::JAbstractFile  | 
          ( | 
          const int  | 
          file | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 43 of file JAbstractFile.hh.
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
 
 
 
 
  
  
      
        
          | JLANG::JAbstractFile::JAbstractFile  | 
          ( | 
          FILE *  | 
          stream | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool JLANG::JAbstractFile::less  | 
          ( | 
          const JAbstractFile &  | 
          file | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Less than operation. 
- Parameters
 - 
  
  
 
- Returns
 - true if this file descriptor is less; else false 
 
Definition at line 64 of file JAbstractFile.hh.
int getFileDescriptor() const 
Get file descriptor. 
 
 
 
 
  
  
      
        
          | int JLANG::JAbstractFile::getFileDescriptor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get file descriptor. 
- Returns
 - file descriptor 
 
Definition at line 75 of file JAbstractFile.hh.
 
 
  
  
      
        
          | void JLANG::JAbstractFile::setFileDescriptor  | 
          ( | 
          const int  | 
          file | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set file descriptor. 
- Parameters
 - 
  
  
 
Definition at line 86 of file JAbstractFile.hh.
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
 
 
 
 
  
  
      
        
          | bool JLANG::JAbstractFile::is_open  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get open status. 
Definition at line 95 of file JAbstractFile.hh.
static const int FILE_CLOSED
 
 
 
 
  
  
      
        
          | const int JLANG::JAbstractFile::FILE_CLOSED = -1 | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | int JLANG::JAbstractFile::fileDescriptor | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: