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 <DataFormats/MuonDetId/interface/CSCDetId.h>
16 #include <string>
17 #include <vector>
18 
19 //#include <boost/cstdint.hpp>
20 
22 
23 public:
26 
27  std::vector<int> pUserParOffset; // where the fupars for a ch. type start in the fupars blob.
28  std::vector<int> pUserParSize; // size of the fupars. if known, then both this and the above can go.
29  // std::vector<CSCDetId> pCSCDetIds; //
30  std::vector<int> pChamberType;
31  std::vector<float> pfupars; // user parameters
32 
34 };
35 
36 #endif
37 
std::vector< float > pfupars
std::vector< int > pChamberType
std::vector< int > pUserParOffset
std::vector< int > pUserParSize
#define COND_SERIALIZABLE
Definition: Serializable.h:30