Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-02 08:21:01

0001 #include <daqEvent.h>
0002 
0003 // the constructor first ----------------
0004 // daqEvent::daqEvent (int * where, const int length
0005 //      , const int irun, const int etype, const int evtseq)
0006 // {
0007 //   event_base = where;
0008 //   evthdr = ( evtdata_ptr ) where;
0009 //   evthdr->evt_type = etype;
0010 //   max_length = length;
0011 //   prepare_next (evtseq, irun);
0012 // }
0013 
0014 void daqEvent::set_event_type(const int etype)
0015 {
0016    evthdr->evt_type = etype;
0017 }
0018 
0019   
0020 
0021 
0022