CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HSCPDeDxInfo.h
Go to the documentation of this file.
1 #ifndef HSCPDeDxInfo_H
2 #define HSCPDeDxInfo_H
9 #include <vector>
10 
11 namespace susybsm {
12 
14  {
15  public:
16  std::vector<float> charges;
17  std::vector<float> pathlengths;
18  std::vector<uint32_t> detIds;
19  std::vector<float> localPosXs;
20  std::vector<float> localPosYs;
21  std::vector<uint32_t> clusterIndices;
23  };
24 
25  typedef std::vector<HSCPDeDxInfo> HSCPDeDxInfoCollection;
30 }
31 
32 #endif
edm::Ref< HSCPDeDxInfoCollection > HSCPDeDxInfoRef
Definition: HSCPDeDxInfo.h:27
std::vector< float > localPosYs
Definition: HSCPDeDxInfo.h:20
std::vector< float > pathlengths
Definition: HSCPDeDxInfo.h:17
edm::RefProd< HSCPDeDxInfoCollection > HSCPDeDxInfoRefProd
Definition: HSCPDeDxInfo.h:28
edm::RefVector< HSCPDeDxInfoCollection > HSCPDeDxInfoRefVector
Definition: HSCPDeDxInfo.h:29
std::vector< uint32_t > detIds
Definition: HSCPDeDxInfo.h:18
std::vector< float > charges
Definition: HSCPDeDxInfo.h:16
edm::ValueMap< HSCPDeDxInfo > HSCPDeDxInfoValueMap
Definition: HSCPDeDxInfo.h:26
std::vector< uint32_t > clusterIndices
Definition: HSCPDeDxInfo.h:21
std::vector< HSCPDeDxInfo > HSCPDeDxInfoCollection
Definition: HSCPDeDxInfo.h:25
std::vector< float > localPosXs
Definition: HSCPDeDxInfo.h:19