HARPO
5.1.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
feminos
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
8
class
HarpoFeminosFrame
9
{
10
public
:
11
HarpoFeminosFrame
();
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
HarpoFeminosFrame::size
UInt_t size
Definition:
HarpoFeminosFrame.h:21
HarpoFeminosFrame
A generic class for HARPO datectors The class is ....
Definition:
HarpoFeminosFrame.h:8
HarpoFeminosFrame::fmData
UShort_t * fmData
Definition:
HarpoFeminosFrame.h:22
HarpoFeminosFrame::HarpoFeminosFrame
HarpoFeminosFrame()
HarpoFeminosFrame::~HarpoFeminosFrame
virtual ~HarpoFeminosFrame()
HarpoFeminosFrame::print
void print() const
Generated by
1.8.6