Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
daqONCSEvent.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file daqONCSEvent.h
1 #ifndef __DAQONCSEVENT__
2 #define __DAQONCSEVENT__
3 
4 
5 #include <daqEvent.h>
6 
7 class daqONCSEvent : public daqEvent {
8 
9 public:
10 
11  //** Constructors
12  daqONCSEvent(int *, const int maxlength
13  , const int irun, const int itype, const int eseq);
14 
16 
17  int prepare_next();
18  int prepare_next( const int, const int);
19 
20  // subevent adding
21  int addSubevent(const int etype, daq_device *);
22 
23  static int formatHeader(int * where, const int id, const int hf, const int type);
24 
25 protected:
26 
27 
28 };
29 
30 #endif