CMS 3D CMS Logo

DYTThrObject.h
Go to the documentation of this file.
1 #ifndef CondFormats_RecoMuonObjects_DYTThrObject_h
2 #define CondFormats_RecoMuonObjects_DYTThrObject_h
3 
5 #include <vector>
7 
8 class DYTThrObject {
9 public:
10  struct DytThrStruct {
12  double thr;
13 
15  };
16 
19  std::vector<DytThrStruct> thrsVec;
20 
22 };
23 #endif
std::vector< DytThrStruct > thrsVec
Definition: DYTThrObject.h:19
Definition: DetId.h:17
#define COND_SERIALIZABLE
Definition: Serializable.h:39