Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:37

0001 #ifndef __ONCSSUB_IDSIS3300_H__
0002 #define __ONCSSUB_IDSIS3300_H__
0003 
0004 
0005 #include "oncsSubevent.h"
0006 
0007 #ifndef __CINT__
0008 class WINDOWSEXPORT oncsSub_idsis3300 : public  oncsSubevent_w4 {
0009 #else
0010 class  oncsSub_idsis3300 : public  oncsSubevent_w4 {
0011 #endif
0012 
0013 public:
0014   oncsSub_idsis3300( subevtdata_ptr);
0015 
0016   int    iValue(const int,const int);
0017   int    iValue(const int,const char *);
0018   void  dump ( OSTREAM& os = COUT) ;
0019 
0020 protected:
0021   int *decode (int *);
0022   int samples;
0023   int wraparound;
0024 };
0025 
0026 
0027 
0028 #endif /* __ONCSSUB_IDSIS3300_H__ */