CMS 3D CMS Logo

mypt.h
Go to the documentation of this file.
1 #ifndef MYPT_H
2 #define MYPT_H
4 
6 class mypt {
7 public:
8  mypt() {}
9  void fill();
11 
13 };
14 #endif
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
mypt::mypt
mypt()
Definition: mypt.h:8
mypt
Definition: mypt.h:6
fixedArray.h
Serializable.h
fixedArray< unsigned short, 2097 >
mypt::pt
fixedArray< unsigned short, 2097 > pt
Definition: mypt.h:10
mypt::fill
void fill()
Definition: mypt.cc:7