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 
13 //#include <DataFormats/MuonDetId/interface/CSCDetId.h>
14 #include <string>
15 #include <vector>
16 
17 //#include <boost/cstdint.hpp>
18 
20 
21 public:
24 
25  std::vector<int> pUserParOffset; // where the fupars for a ch. type start in the fupars blob.
26  std::vector<int> pUserParSize; // size of the fupars. if known, then both this and the above can go.
27  // std::vector<CSCDetId> pCSCDetIds; //
28  std::vector<int> pChamberType;
29  std::vector<float> pfupars; // user parameters
30 };
31 
32 #endif
33 
std::vector< float > pfupars
std::vector< int > pChamberType
std::vector< int > pUserParOffset
std::vector< int > pUserParSize