Main Page
Namespaces
Classes
Package Documentation
CondFormats
Calibration
interface
mypt.h
Go to the documentation of this file.
1
#ifndef MYPT_H
2
#define MYPT_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include "
CondFormats/Calibration/interface/fixedArray.h
"
6
class
mypt
{
7
public
:
8
mypt
(){}
9
void
fill
();
10
fixedArray<unsigned short,2097>
pt
;
11
12
COND_SERIALIZABLE
;
13
};
14
#endif
fixedArray.h
mypt::mypt
mypt()
Definition:
mypt.h:8
mypt::pt
fixedArray< unsigned short, 2097 > pt
Definition:
mypt.h:10
mypt::fill
void fill()
Definition:
mypt.cc:7
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
mypt
Definition:
mypt.h:6
Serializable.h
fixedArray< unsigned short, 2097 >
Generated for CMSSW Reference Manual by
1.8.11