CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CondFormats/Calibration/interface/mypt.h

Go to the documentation of this file.
00001 #ifndef MYPT_H
00002 #define MYPT_H
00003 #include "CondFormats/Calibration/interface/fixedArray.h"
00004 class mypt{
00005  public:
00006   mypt(){}
00007   void fill();
00008   fixedArray<unsigned short,2097> pt;
00009 };
00010 #endif