Analysis Software
Documentation for sPHENIX simulation software
|
#include "MicromegasDefs.h"
Go to the source code of this file.
Namespaces | |
namespace | MicromegasDefs |
Functions | |
TrkrDefs::hitsetkey | MicromegasDefs::genHitSetKey (uint8_t layer, SegmentationType segmentation, uint8_t tile) |
Generate a hitsetkey for the micromegas. | |
SegmentationType | MicromegasDefs::getSegmentationType (TrkrDefs::hitsetkey) |
Get the segmentation type from hitsetkey. | |
uint8_t | MicromegasDefs::getTileId (TrkrDefs::hitsetkey) |
Get the tile id from hitsetkey. | |
TrkrDefs::hitkey | MicromegasDefs::genHitKey (uint16_t strip) |
Generate a hitkey from strip index inside tile. | |
uint16_t | MicromegasDefs::getStrip (TrkrDefs::hitkey) |
get strip from hit key | |
SegmentationType | MicromegasDefs::getSegmentationType (TrkrDefs::cluskey) |
Get the segmentation type from cluster key. | |
uint8_t | MicromegasDefs::getTileId (TrkrDefs::cluskey) |
Get the tile id from cluster key. | |
Definition in file MicromegasDefs.cc.