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
8 #include <vector>
10 
11 namespace susybsm {
12 
13 
15  {
16  public:
17  std::vector<float> charge;
18  std::vector<float> probability;
19  std::vector<float> pathlength;
20  std::vector<float> cosine;
21  std::vector<uint32_t> detIds;
22  std::vector<bool> shapetest;
23 
25  };
26 
27  typedef std::vector<HSCPDeDxInfo> HSCPDeDxInfoCollection;
32 }
33 
34 #endif
edm::Ref< HSCPDeDxInfoCollection > HSCPDeDxInfoRef
Definition: HSCPDeDxInfo.h:29
std::vector< float > probability
Definition: HSCPDeDxInfo.h:18
edm::RefProd< HSCPDeDxInfoCollection > HSCPDeDxInfoRefProd
Definition: HSCPDeDxInfo.h:30
edm::RefVector< HSCPDeDxInfoCollection > HSCPDeDxInfoRefVector
Definition: HSCPDeDxInfo.h:31
std::vector< float > cosine
Definition: HSCPDeDxInfo.h:20
std::vector< uint32_t > detIds
Definition: HSCPDeDxInfo.h:21
std::vector< float > pathlength
Definition: HSCPDeDxInfo.h:19
std::vector< bool > shapetest
Definition: HSCPDeDxInfo.h:22
edm::ValueMap< HSCPDeDxInfo > HSCPDeDxInfoValueMap
Definition: HSCPDeDxInfo.h:28
std::vector< HSCPDeDxInfo > HSCPDeDxInfoCollection
Definition: HSCPDeDxInfo.h:27
std::vector< float > charge
Definition: HSCPDeDxInfo.h:17