CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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