CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DQM/CastorMonitor/interface/CastorBunch.h

Go to the documentation of this file.
00001 //Typedef
00002 
00003 #ifndef CASTORBUNCH_H
00004 #define CASTORBUNCH_H 1
00005 
00006       struct NewBunch
00007         {
00008           HcalCastorDetId detid;
00009           bool usedflag;
00010           double tsCapId[20];
00011           double tsAdc[20];
00012           // pedestal??
00013           double tsfC[20];
00014         };
00015 
00016 #endif
00017 
00018