Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #ifndef __ONCSSUB_IDSIS3300R_H__
0002 #define __ONCSSUB_IDSIS3300R_H__
0003 
0004 
0005 #include "oncsSub_idsis3300.h"
0006 #include <vector>
0007 
0008 #ifndef __CINT__
0009 class WINDOWSEXPORT oncsSub_idsis3300r : public oncsSub_idsis3300 {
0010 #else
0011 class  oncsSub_idsis3300r : public oncsSub_idsis3300 {
0012 #endif
0013 
0014 public:
0015   oncsSub_idsis3300r( subevtdata_ptr);
0016 
0017   int    iValue(const int,const int);
0018   //int    iValue(const int,const char *);
0019   //void  dump ( OSTREAM& os = COUT) ;
0020 
0021 protected:
0022   int *decode (int *);
0023   //  int samples;
0024   int decoded;
0025   std::vector<int> v[8];
0026 
0027 };
0028 
0029 
0030 #endif /* __ONCSSUB_IDSIS3300R_H__ */