EIC Software
Reference for
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_cdevmadch.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_cdevmadch.h
1
#ifndef __PACKET_CDEVMADCH_H__
2
#define __PACKET_CDEVMADCH_H__
3
4
#include <
packet_w124.h
>
5
10
#ifndef __CINT__
11
class
WINDOWSEXPORT
Packet_cdevmadch
:
public
Packet_w4
{
12
#else
13
class
Packet_cdevmadch
:
public
Packet_w4
{
14
#endif
15
16
public
:
17
Packet_cdevmadch
(
PACKET_ptr
);
18
28
int
iValue(
const
int
channel,
const
char
*what);
29
double
dValue(
const
int
channel,
const
char
*what);
30
// float rValue(const int channel,const int y);
31
32
33
void
dump (
OSTREAM
& ) ;
34
35
protected
:
36
virtual
int
*decode (
int
*);
37
struct
cdevMadchData
*
ps
;
38
int
no_structures
;
39
40
};
41
42
#endif
/* __PACKET_CDEVMADCH_H__ */
online_distribution
blob
master
newbasic
packet_cdevmadch.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:55
using
1.8.2 with
EIC GitHub integration