FTDigiProcessor
Produces FTD
TrackerHit collection from
SimTrackerHit collection.
The code is in
MarlinReco?/v00-15/TrackDigi/FTDDigi/include/FTDDigiProcessor.h
The positions of "digitized"
TrackerHits are obtained by gaussian smearing positions of
SimTrackerHits in (x,y) plane according to the specified point resolution. Each created
TrackerHit? is assigned the type via method
TrackerHitImpl::setType(int type). The FTD
TrackerHit? type is encoded in the following way :
type = 200 + layer_index_ftd for vertex hits (layer_index_ftd = 1...7)
To access this type use method
TrackerHit::getType()
- Input: require colecciones de SimTrackerHits en FTD.
- Output: produce una colección de TrackerHits en FTD digitalizados.
- Parametros:
- CollectionName: El nombre de la colección de entrada SimTrackerHit de FTD (por defecto ftd01_VXD).
- OutputCollectionName: El nombre de la colección de salida de TrackerHits (por defecto FTDTrackerHits).
- PointResolution: La resolución del punto en (x,y) para los detectores planares FTD, en mm (valor por defecto 0.01).
- RemoveDrays: Cuando activamos este flag (1), los impactos producidos por delta-electrones se borran de la colección de salida (valor por defecto 0).
* MomentumCutForDRays: El corte superior del momento de los delta-electrones, en MeV (valor por defecto 10).
- Input: FTDCollection
- Output: FTDTrackerHits
-- Main.iglesias - 02 Feb 2009
to top