CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
20 public:
23 
24  std::vector<int> pUserParOffset; // where the fupars for a ch. type start in the fupars blob.
25  std::vector<int> pUserParSize; // size of the fupars. if known, then both this and the above can go.
26  std::vector<int> pChamberType;
27  std::vector<float> pfupars; // user parameters
28 
30 };
31 
32 #endif
33 
std::vector< float > pfupars
std::vector< int > pChamberType
std::vector< int > pUserParOffset
std::vector< int > pUserParSize
#define COND_SERIALIZABLE
Definition: Serializable.h:37