Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
packet_cdevbpm.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_cdevbpm.h
1
#ifndef __PACKET_CDEVBPM_H__
2
#define __PACKET_CDEVBPM_H__
3
4
#include <
packet_w124.h
>
5
10
#ifndef __CINT__
11
class
WINDOWSEXPORT
Packet_cdevbpm
:
public
Packet_w4
{
12
#else
13
class
Packet_cdevbpm
:
public
Packet_w4
{
14
#endif
15
16
public
:
17
Packet_cdevbpm
(
PACKET_ptr
);
34
int
iValue(
const
int
channel
,
const
char
*what);
35
float
rValue(
const
int
channel,
const
char
*what);
36
// float rValue(const int channel,const int y);
37
38
39
void
dump (
OSTREAM
& ) ;
40
41
protected
:
42
virtual
int
*decode (
int
*);
43
struct
cdevBPMData
*
ps
;
44
int
no_structures
;
45
46
};
47
48
#endif
/* __PACKET_CDEVBPM_H__ */
online_distribution
blob
master
newbasic
packet_cdevbpm.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration