Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

TArtDataSource.h File Reference

Go to the source code of this file.

Classes

class  TArtDataSource
 This class is a abstract base class for dealing with a data source. More...

Enumerations

enum  ArtBlockType_t { kNormal, kEnd, kComment, kError }
 enumuration for the block type More...
enum  ArtBlockStat_t {
  kNORMALBLOCK, kWAIT, kRUNSTOP, kEOF,
  kERRORBLOCK
}
 enumuration for the status of extraction for data block More...
enum  ArtEventStat_t { kNORMALEVENT, kEOB, kCOMMENT, kERROREVENT }
 enumeration for the status of extraction for event data More...
enum  ArtFileStat_t { kEXIST, kNOTEXIST }
 enumeration for the file status More...


Detailed Description

Date:
Created : Mar 29, 2008 12:29:43 JST
Last Modified : Sep 08, 2008 08:58:18 JST
Author:
Shinsuke OTA <ota@ribf.riken.jp>
Copyright (C)2008

Enumeration Type Documentation

enum ArtBlockStat_t
 

enumuration for the status of extraction for data block

Enumeration values:
kNORMALBLOCK  good block
kWAIT  wating for new block
kRUNSTOP  run is stopped (online mode)
kEOF  reach at end of file (offline mode)
kERRORBLOCK  fatal error occurred

enum ArtBlockType_t
 

enumuration for the block type

Enumeration values:
kNormal  normal block
kEnd  reach at end of block
kComment  comment block
kError  error block

enum ArtEventStat_t
 

enumeration for the status of extraction for event data

Enumeration values:
kNORMALEVENT  good event
kEOB  reach at end of block
kCOMMENT  comment
kERROREVENT  fatal error occurred

enum ArtFileStat_t
 

enumeration for the file status

Enumeration values:
kEXIST  file exists
kNOTEXIST  file does not exists (whichever error or not)


Generated on Mon Sep 8 08:58:21 2008 by  doxygen 1.3.9.1