NSCL DDAS  1.0
Support for XIA DDAS at the NSCL
 All Classes Namespaces Files Functions Variables Macros Pages
FitHitUnpacker.h
Go to the documentation of this file.
1 /*
2  This software is Copyright by the Board of Trustees of Michigan
3  State University (c) Copyright 2017.
4 
5  You may use this software under the terms of the GNU public license
6  (GPL). The terms of this license are described at:
7 
8  http://www.gnu.org/licenses/gpl.txt
9 
10  Authors:
11  Ron Fox
12  Jeromy Tompkins
13  NSCL
14  Michigan State University
15  East Lansing, MI 48824-1321
16 */
17 #ifndef FITHITUNPACKER_H
18 #define FITHITUNPACKER_H
19 
27 #include <DDASHitUnpacker.h>
28 
29 
30 
31 
32 // Let's put this sob in the same namespace as the DDASHitUnpacker method.
33 
34 namespace DAQ {
35  namespace DDAS {
36  class DDASFitHit;
48  {
49  public:
50  const void* decode(const void* p, DDASFitHit& hit
51  );
52 ;
53  };
54 
56  } // namespace DDAS
57 } // namespace DAQ
58 
59 
60 #endif
Definition: DDASFitHit.h:41
const void * decode(const void *p, DDASFitHit &hit)
Definition: FitHitUnpacker.cpp:45
Parse the DDAS Readout event data.
Definition: DDASHitUnpacker.h:30
Definition: functions.h:26
Definition: FitHitUnpacker.h:47
Definition: SystemBooter.cpp:16