Main Page
Namespaces
Classes
Package Documentation
CondFormats
RecoMuonObjects
interface
DYTThrObject.h
Go to the documentation of this file.
1
#include "
DataFormats/DetId/interface/DetId.h
"
2
#include <vector>
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
class
DYTThrObject
{
6
public
:
7
8
struct
DytThrStruct
{
9
DetId
id
;
10
double
thr
;
11
12
COND_SERIALIZABLE
;
13
};
14
15
DYTThrObject
(){}
16
~DYTThrObject
(){}
17
std::vector<DytThrStruct>
thrsVec
;
18
19
COND_SERIALIZABLE
;
20
};
DYTThrObject::DytThrStruct
Definition:
DYTThrObject.h:8
DYTThrObject::DYTThrObject
DYTThrObject()
Definition:
DYTThrObject.h:15
DYTThrObject::DytThrStruct::id
DetId id
Definition:
DYTThrObject.h:9
DYTThrObject::thrsVec
std::vector< DytThrStruct > thrsVec
Definition:
DYTThrObject.h:17
DYTThrObject::DytThrStruct::thr
double thr
Definition:
DYTThrObject.h:10
DetId
Definition:
DetId.h:18
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
DYTThrObject
Definition:
DYTThrObject.h:5
DYTThrObject::~DYTThrObject
~DYTThrObject()
Definition:
DYTThrObject.h:16
Serializable.h
DetId.h
Generated for CMSSW Reference Manual by
1.8.11