![]() |
Project
|
Hit map builder for MID. More...
#include <HitMapBuilder.h>
Public Member Functions | |
HitMapBuilder (const GeometryTransformer &geoTrans) | |
~HitMapBuilder ()=default | |
Default destructor. | |
void | buildTrackInfo (Track &track, gsl::span< const Cluster > clusters) const |
void | process (std::vector< Track > &tracks, gsl::span< const Cluster > clusters) const |
void | setMaskedChannels (const std::vector< ColumnData > &maskedChannels, bool clear) |
Hit map builder for MID.
Definition at line 36 of file HitMapBuilder.h.
o2::mid::HitMapBuilder::HitMapBuilder | ( | const GeometryTransformer & | geoTrans | ) |
Constructor
geoTrans | Geometry transformer |
Definition at line 24 of file HitMapBuilder.cxx.
|
default |
Default destructor.
void o2::mid::HitMapBuilder::buildTrackInfo | ( | Track & | track, |
gsl::span< const Cluster > | clusters | ||
) | const |
Builds the track infos
track | Reconstructed track: it will be modified |
clusters | gsl::span of associated clusters (in local coordinates) |
Definition at line 119 of file HitMapBuilder.cxx.
void o2::mid::HitMapBuilder::process | ( | std::vector< Track > & | tracks, |
gsl::span< const Cluster > | clusters | ||
) | const |
Builds the track infos for the tracks in the vector
tracks | Vector of reconstructed tracks: it will be modified |
clusters | gsl::span of associated clusters (in local coordinates) |
Definition at line 153 of file HitMapBuilder.cxx.
void o2::mid::HitMapBuilder::setMaskedChannels | ( | const std::vector< ColumnData > & | maskedChannels, |
bool | clear | ||
) |
Sets the masked channels
maskedChannels | vector of masked channels |
clear | clear the current masks |
Definition at line 26 of file HitMapBuilder.cxx.