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.h
1
//
3
// $Id: StPeCCtbSlat.h,v 1.1 2001/02/21 20:44:12 yepes Exp $
4
// $Log: StPeCCtbSlat.h,v $
5
// Revision 1.1 2001/02/21 20:44:12 yepes
6
// Add ctb signals to tree
7
//
8
// Revision 1.1 2000/04/21 19:12:25 nystrand
9
// First Version
10
//
11
// Revision 1.1 2000/03/24 22:36:56 nystrand
12
// First version of StPeCCtbSlat
13
//
14
// Revision 1.0 2000/01/20 23:28:51 nystrand
15
// First Version of StPeCCtbSlat
16
//
18
//
19
// StPeCCtbSlat
20
//
21
// Pair class for Peripheral Collisions
22
//
24
#ifndef StPeCCtbSlat_h
25
#define StPeCCtbSlat_h
26
#include "Rtypes.h"
27
#include "TObject.h"
28
29
class
StPeCCtbSlat
:
public
TObject {
30
31
public
:
32
33
StPeCCtbSlat
();
34
StPeCCtbSlat
(Byte_t iphi, Byte_t i_eta, Int_t adc);
35
virtual
~
StPeCCtbSlat
();
36
37
Byte_t i_phi ;
38
Byte_t i_eta ;
39
Int_t adc ;
40
41
ClassDef(
StPeCCtbSlat
,1)
42
};
43
44
#endif
45
46
47
48
49
StPeCCtbSlat
Definition:
StPeCCtbSlat.h:29
Generated by
1.8.5