ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
packet_cdevpolarimeter.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_cdevpolarimeter.h
1
#ifndef __PACKET_CDEVPOLARIMETER_H__
2
#define __PACKET_CDEVPOLARIMETER_H__
3
4
#include <
packet_w124.h
>
5
10
#ifndef __CINT__
11
class
WINDOWSEXPORT
Packet_cdevpolarimeter
:
public
Packet_w4
{
12
#else
13
class
Packet_cdevpolarimeter
:
public
Packet_w4
{
14
#endif
15
16
public
:
17
Packet_cdevpolarimeter
(
PACKET_ptr
);
18
82
double
dValue(
const
int
channel,
const
char
*what);
83
float
rValue(
const
int
channel,
const
char
*what);
84
int
iValue(
const
int
channel,
const
char
*what);
85
86
87
void
dump (
OSTREAM
& ) ;
88
89
protected
:
90
virtual
int
*decode (
int
*);
91
struct
cdevPolarimeterData
*
ps
;
92
int
haspoldata
;
93
94
};
95
96
#endif
/* __PACKET_CDEVPOLARIMETER_H__ */
online_distribution
blob
master
newbasic
packet_cdevpolarimeter.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:59
using
1.8.2 with
ECCE GitHub integration