CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorBunch.h
Go to the documentation of this file.
1 //Typedef
2 
3 #ifndef CASTORBUNCH_H
4 #define CASTORBUNCH_H 1
5 
6  struct NewBunch
7  {
9  bool usedflag;
10  double tsCapId[20];
11  double tsAdc[20];
12  // pedestal??
13  double tsfC[20];
14  };
15 
16 #endif
17 
18 
double tsfC[20]
Definition: CastorBunch.h:13
HcalCastorDetId detid
Definition: CastorBunch.h:8
double tsCapId[20]
Definition: CastorBunch.h:10
bool usedflag
Definition: CastorBunch.h:9
double tsAdc[20]
Definition: CastorBunch.h:11