File indexing completed on 2025-08-03 08:20:40
0001 #ifndef __PACKET_FVTX_DCM0_H__
0002 #define __PACKET_FVTX_DCM0_H__
0003
0004
0005 #include <packet_w124.h>
0006
0007
0008
0009
0010
0011 #ifndef __CINT__
0012 class WINDOWSEXPORT Packet_fvtx_dcm0 : public Packet_w4 {
0013 #else
0014 class Packet_fvtx_dcm0 : public Packet_w4 {
0015 #endif
0016
0017 public:
0018 Packet_fvtx_dcm0();
0019 Packet_fvtx_dcm0(PACKET_ptr);
0020 ~Packet_fvtx_dcm0();
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039
0040
0041
0042
0043
0044
0045
0046
0047
0048 virtual int iValue(const int channel,const char *what);
0049 virtual int iValue(const int chip,const int what);
0050 virtual void dump ( OSTREAM& ) ;
0051
0052
0053 protected:
0054 virtual int *decode (int *);
0055 virtual int *decode_misc (int *);
0056 int calculate_parity();
0057
0058 int calculated_parity;
0059 int parity_comparison;
0060 int number_of_hits;
0061
0062 int error_code;
0063
0064
0065 };
0066
0067 #endif
0068
0069
0070