EnglishJapanese Reload Front page List of pages Search Recent changes RSS of recent changes

Back to the top page
Back to the upper page

Define

  • MAXFILENAME 1024
  • MB 1024*1024 = 1048576
  • MAXBLOCKSIZE 128kByte = 131072
  • WORDSIZE 2Byte

Function members

public

private

Function documents

  • TArtEventStore()

Initialize fDataSource, fParser, and fIsInitalied.

  • Open()

Return Open(0).

  • Open(const int sid)

Open shared memory for online analysis.

"sid" means shared memory id defined by babirl.

  • Open(const char *filename)

Open RIDF file.

  • Open(const char *hostname, const int port)

Open data streaming described hostname and port.

  • ClearData()

Clear TArtEventInfo and TArtRawEvent object.

  • void LoadMapConfig( const char *filename)

Open map file.
You have to load RIDF file before calling this function.

  • bool GetNextEvent()

Get next event block and parse block using TArtParser.
If reach the end of file, return false.
You have to define TArtRawEventObject before calling this function.

Return pointer of rawevent.

  • TClonesArray * GetEventInfoArray()

Return pointer of info_array.

Assign a pointer of rawevent to raweve.

Last-modified: Sun, 28 Oct 2012 23:01:06 HADT (4189d)