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_id4scaler.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_id4scaler.h
1
#ifndef __PACKET_ID4SCALER_H__
2
#define __PACKET_ID4SCALER_H__
3
4
5
#include "
packet_w124.h
"
6
56
#ifndef __CINT__
57
class
WINDOWSEXPORT
Packet_id4scaler
:
public
Packet_w4
{
58
#else
59
class
Packet_id4scaler
:
public
Packet_w4
{
60
#endif
61
62
public
:
63
Packet_id4scaler
(
PACKET_ptr
);
64
int
iValue(
const
int
channel
,
const
char
*what);
65
long
long
lValue(
const
int
channel,
const
char
*what);
66
67
virtual
void
dump (
OSTREAM
& ) ;
68
69
protected
:
70
virtual
int
*decode (
int
*);
71
};
72
73
#endif
/* __PACKET_ID4SCALER_H__ */
74
75
76
77
78
online_distribution
blob
master
newbasic
packet_id4scaler.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration