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
struct
DytThrStruct
{
8
DetId
id
;
9
double
thr
;
10
11
COND_SERIALIZABLE
;
12
};
13
14
DYTThrObject
() {}
15
~DYTThrObject
() {}
16
std::vector<DytThrStruct>
thrsVec
;
17
18
COND_SERIALIZABLE
;
19
};
DYTThrObject::DytThrStruct
Definition:
DYTThrObject.h:7
DYTThrObject::DYTThrObject
DYTThrObject()
Definition:
DYTThrObject.h:14
DYTThrObject::DytThrStruct::id
DetId id
Definition:
DYTThrObject.h:8
DYTThrObject::thrsVec
std::vector< DytThrStruct > thrsVec
Definition:
DYTThrObject.h:16
DYTThrObject::DytThrStruct::thr
double thr
Definition:
DYTThrObject.h:9
DetId
Definition:
DetId.h:17
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
DYTThrObject
Definition:
DYTThrObject.h:5
DYTThrObject::~DYTThrObject
~DYTThrObject()
Definition:
DYTThrObject.h:15
Serializable.h
DetId.h
Generated for CMSSW Reference Manual by
1.8.11