GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4EventServer
Go4EventServerTypes.h
Go to the documentation of this file.
1
// $Id$
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
// master include file to get all go4 event class services
15
16
#ifndef GO4EVENTSERVERTYPES_H
17
#define GO4EVENTSERVERTYPES_H
18
19
/*
20
* Enumeration specifying the id values for the standard event sources/ event stores.
21
* To be checked in the event factories.
22
*/
23
enum
24
{
25
GO4EV_NULL
,
// no event store/source
26
GO4EV_FILE
,
// root file with own tree
27
GO4EV_TREE
,
// branch of singleton tree
28
GO4EV_MBS_FILE
,
// mbs listmode file (input only)
29
GO4EV_MBS_STREAM
,
// mbs stream server (input only)
30
GO4EV_MBS_TRANSPORT
,
// mbs transport server (input only)
31
GO4EV_MBS_EVENTSERVER
,
// mbs event server (input only)
32
GO4EV_MBS_REVSERV
,
// remote event server (input only)
33
GO4EV_BACK
,
// backstore in memory (pseudo-ringbuffer?)
34
GO4EV_USER
,
// user defined source class
35
GO4EV_MBS_RANDOM
,
// random generated mbs event
36
GO4EV_HDF5
// HDF5 file format
37
};
38
39
#endif
//GO4EVENTSERVERTYPES_H
40
GO4EV_FILE
@ GO4EV_FILE
Definition
Go4EventServerTypes.h:26
GO4EV_MBS_TRANSPORT
@ GO4EV_MBS_TRANSPORT
Definition
Go4EventServerTypes.h:30
GO4EV_BACK
@ GO4EV_BACK
Definition
Go4EventServerTypes.h:33
GO4EV_NULL
@ GO4EV_NULL
Definition
Go4EventServerTypes.h:25
GO4EV_MBS_REVSERV
@ GO4EV_MBS_REVSERV
Definition
Go4EventServerTypes.h:32
GO4EV_MBS_RANDOM
@ GO4EV_MBS_RANDOM
Definition
Go4EventServerTypes.h:35
GO4EV_TREE
@ GO4EV_TREE
Definition
Go4EventServerTypes.h:27
GO4EV_MBS_EVENTSERVER
@ GO4EV_MBS_EVENTSERVER
Definition
Go4EventServerTypes.h:31
GO4EV_MBS_STREAM
@ GO4EV_MBS_STREAM
Definition
Go4EventServerTypes.h:29
GO4EV_HDF5
@ GO4EV_HDF5
Definition
Go4EventServerTypes.h:36
GO4EV_USER
@ GO4EV_USER
Definition
Go4EventServerTypes.h:34
GO4EV_MBS_FILE
@ GO4EV_MBS_FILE
Definition
Go4EventServerTypes.h:28
Generated by
1.13.2