HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoFeminosFrame.h
Go to the documentation of this file.
1 #ifndef HARPOFEMINOSFRAME_H
2 #define HARPOFEMINOSFRAME_H
3 /*
4  * Additional data ( histo, etc ) which are not stored in dcc map
5  */
6 #include "Rtypes.h"
7 
9 {
10  public:
12  HarpoFeminosFrame(void *buf, size_t len);
13  // HarpoFeminosFrame(const HarpoFeminosFrame &rhs);
14 
15  virtual ~HarpoFeminosFrame();
16 
17  //HarpoFeminosFrame& operator=(const HarpoFeminosFrame &rhs);
18  //-----------------------
19  void print() const;
20 
21  UInt_t size; // Paket data size (one channel)
22  UShort_t *fmData; //[size]
23 
24 
25  private:
26  ClassDef(HarpoFeminosFrame,1) //Event structure
27 };
28 
29 #endif
30 
A generic class for HARPO datectors The class is ....
virtual ~HarpoFeminosFrame()
void print() const