Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:57

0001 #ifndef MYPT_H
0002 #define MYPT_H
0003 #include "CondFormats/Serialization/interface/Serializable.h"
0004 
0005 #include "CondFormats/Calibration/interface/fixedArray.h"
0006 class mypt {
0007 public:
0008   mypt() {}
0009   void fill();
0010   fixedArray<unsigned short, 2097> pt;
0011 
0012   COND_SERIALIZABLE;
0013 };
0014 #endif