CMS 3D CMS Logo

StripDataView.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_SiStripClusterizer_plugins_StripDataView_h
2 #define RecoLocalTracker_SiStripClusterizer_plugins_StripDataView_h
3 
6 
7 #include <cstdint>
8 
9 class ChannelLocsView;
10 
11 namespace stripgpu {
13 
14  struct StripDataView {
16  uint8_t *adc;
17  uint16_t *channel;
21  int nStrips;
26  };
27 } // namespace stripgpu
28 #endif
const ChannelLocsView * chanlocs
Definition: StripDataView.h:15
constexpr auto kMaxSeedStrips
Definition: StripDataView.h:12
std::uint16_t stripId_t
Definition: SiStripTypes.h:12
#define HOST_DEVICE_CONSTANT