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
StPeCMaker
StPeCCtbSlat.cxx
1
//
3
// Revision 1.0 2001/2/15 Pablo Yepes: yepes@rice.edu
4
//
6
#include <
Stiostream.h
>
7
#include "StPeCCtbSlat.h"
8
9
ClassImp(
StPeCCtbSlat
)
10
11
StPeCCtbSlat
::
StPeCCtbSlat
() {
12
i_phi = 0 ;
13
i_eta = 0 ;
14
adc = 0 ;
15
}
16
17
StPeCCtbSlat::StPeCCtbSlat( Byte_t _i_phi, Byte_t _i_eta, Int_t _adc ) {
18
i_phi = _i_phi ;
19
i_eta = _i_eta ;
20
adc = _adc ;
21
}
22
23
StPeCCtbSlat::~StPeCCtbSlat() {
24
}
25
26
27
StPeCCtbSlat
Definition:
StPeCCtbSlat.h:29
Stiostream.h
Generated by
1.8.5