StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StEmcUtil
voltageCalib
PmtIdentifier.h
1
#ifndef PmtIdentifier_H_INCLUDED
2
#define PmtIdentifier_H_INCLUDED
3
4
#include <
Stiostream.h
>
5
16
17
class
PmtIdentifier
18
{
19
public
:
20
PmtIdentifier
();
21
PmtIdentifier
(
int
serialPort,
22
int
softId,
23
int
module,
24
int
pmtBox,
25
int
position,
26
long
serial,
27
long
baseId);
28
~
PmtIdentifier
();
29
PmtIdentifier
(
const
PmtIdentifier
&);
30
const
PmtIdentifier
& operator=(
const
PmtIdentifier
&);
31
32
friend
ostream& operator<<(ostream& os,
const
PmtIdentifier
&
object
);
33
friend
istream& operator>>(istream& is,
PmtIdentifier
&
object
);
34
35
36
int
_serialPort;
37
int
_softId;
38
int
_module;
39
int
_pmtBox;
40
int
_position;
41
long
int
_serial;
42
long
int
_baseId;
43
};
44
45
#endif
PmtIdentifier
Definition:
PmtIdentifier.h:17
Stiostream.h
Generated by
1.8.5