CMS 3D CMS Logo

DYTThrObject.h
Go to the documentation of this file.
2 #include <vector>
4 
5 class DYTThrObject {
6 public:
7  struct DytThrStruct {
9  double thr;
10 
12  };
13 
16  std::vector<DytThrStruct> thrsVec;
17 
19 };
std::vector< DytThrStruct > thrsVec
Definition: DYTThrObject.h:16
Definition: DetId.h:17
#define COND_SERIALIZABLE
Definition: Serializable.h:38