Variables describing Michel E's found around the end of a track. More...
Public Member Functions | |
SRPixelObjMap () | |
~SRPixelObjMap () | |
Public Attributes | |
unsigned int | nplanes |
number of planes in pixel map More... | |
unsigned int | ncells |
number of cells in pixel map More... | |
unsigned int | nchan |
number of channels in pixel map More... | |
unsigned int | firstplane |
global position of first plane in map More... | |
unsigned int | lastplane |
global position of last plane in map More... | |
unsigned int | firstcellx |
global position of first x cell in map More... | |
unsigned int | lastcellx |
global position of last x cell in map More... | |
unsigned int | firstcelly |
global position of first y cell in map More... | |
unsigned int | lastcelly |
global position of last y cell in map More... | |
float | hitfracx |
faction of x hits in slice in x view pixel map More... | |
float | hitfracy |
fraction of y hits in slice in y view pixel map More... | |
unsigned char | cvnmap [16000] {} |
store 1D array the size of the pixel map, currently 80 cells x 100 planes x 2 views. Although sparse, store this way for easier conversion and compression in hdf5. First element is channel 0, plane 0, cell 0, then channel 0, plane 0, cell 1, etc. Channel 0 is x view, 1 is y view More... | |
unsigned char | cvnlabmap [16000] {} |
store 1D array with hit labels More... | |
unsigned char | cvnobjmap [16000] {} |
store 1D array with hit object id More... | |
Variables describing Michel E's found around the end of a track.
Definition at line 12 of file SRPixelObjMap.h.
caf::SRPixelObjMap::SRPixelObjMap | ( | ) |
Definition at line 16 of file SRPixelObjMap.cxx.
|
inline |
unsigned char caf::SRPixelObjMap::cvnlabmap[16000] {} |
store 1D array with hit labels
Definition at line 33 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned char caf::SRPixelObjMap::cvnmap[16000] {} |
store 1D array the size of the pixel map, currently 80 cells x 100 planes x 2 views. Although sparse, store this way for easier conversion and compression in hdf5. First element is channel 0, plane 0, cell 0, then channel 0, plane 0, cell 1, etc. Channel 0 is x view, 1 is y view
Definition at line 32 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned char caf::SRPixelObjMap::cvnobjmap[16000] {} |
store 1D array with hit object id
Definition at line 34 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::firstcellx |
global position of first x cell in map
Definition at line 25 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::firstcelly |
global position of first y cell in map
Definition at line 27 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::firstplane |
global position of first plane in map
Definition at line 23 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
float caf::SRPixelObjMap::hitfracx |
faction of x hits in slice in x view pixel map
Definition at line 29 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
float caf::SRPixelObjMap::hitfracy |
fraction of y hits in slice in y view pixel map
Definition at line 30 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::lastcellx |
global position of last x cell in map
Definition at line 26 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::lastcelly |
global position of last y cell in map
Definition at line 28 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::lastplane |
global position of last plane in map
Definition at line 24 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::ncells |
number of cells in pixel map
Definition at line 21 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::nchan |
number of channels in pixel map
Definition at line 22 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), and caf::Proxy< caf::SRPixelObjMap >::operator=().
unsigned int caf::SRPixelObjMap::nplanes |
number of planes in pixel map
Definition at line 17 of file SRPixelObjMap.h.
Referenced by caf::Proxy< caf::SRPixelObjMap >::CheckEquals(), hdf5::HDF5PixelObjMap< Tidx >::Fill(), flat::Flat< caf::SRPixelObjMap >::Fill(), caf::FillCVNPixelMaps(), caf::Proxy< caf::SRPixelObjMap >::operator=(), and ~SRPixelObjMap().