CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DYTThrObject.h
Go to the documentation of this file.
2 #include <vector>
4 
5 class DYTThrObject {
6  public:
7 
8  struct DytThrStruct {
10  double thr;
11 
13  };
14 
17  std::vector<DytThrStruct> thrsVec;
18 
20 };
std::vector< DytThrStruct > thrsVec
Definition: DYTThrObject.h:17
Definition: DetId.h:18
#define COND_SERIALIZABLE
Definition: Serializable.h:37