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