CMS 3D CMS Logo

CSCRecoDigiParameters.h
Go to the documentation of this file.
1 #ifndef CSCObjects_CSCRecoDigiParameters_h
2 #define CSCObjects_CSCRecoDigiParameters_h
3 
14 
15 #include <string>
16 #include <vector>
17 
19 public:
22 
23  std::vector<int> pUserParOffset; // where the fupars for a ch. type start in the fupars blob.
24  std::vector<int> pUserParSize; // size of the fupars. if known, then both this and the above can go.
25  std::vector<int> pChamberType;
26  std::vector<float> pfupars; // user parameters
27 
29 };
30 
31 #endif
std::vector< float > pfupars
std::vector< int > pChamberType
std::vector< int > pUserParOffset
std::vector< int > pUserParSize
#define COND_SERIALIZABLE
Definition: Serializable.h:39