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