Changeset 2918 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 01/26/04 16:10:29 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2917 r2918 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/01/26: Nicola Galante 8 9 * manalisys/MMcTriggerLvl2.[cc,h]: 10 - Defined some static constants to avoid ugly "magic numbers" 11 in arrays: gsNCells, gsNTrigPixels, 12 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell. 13 - Added method MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam) 14 which computes compact pixels into a given L2T macrocell. 15 - Added method MMcTriggerLvl2::CalcBiggerCellPseudoSize() which 16 computes fCellPseudoSize, the maximum Pseudo Size into L2T macrocells 17 - Added method MMcTriggerLvl2::GetCellPseudoSize() const which 18 returns fCellPseudoSize 19 - Added method MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell), 20 which controls whether a pixel belongs to a given L2T cell. 21 - Added method MMcTriggerLvl2::GetMaxCell() const which returns fMaxCell, the cell with 22 the maximum fCellPseudoSize. 23 - Re-declared methods MMcTriggerLvl2::CalcCompactPixels(MGeomCam *fCam) 24 and MMcTriggerLvl2::CalcTriggerPattern(MGeomCam *fCam) as private. 25 26 6 27 2004/01/26: Markus Gaug 7 28
Note:
See TracChangeset
for help on using the changeset viewer.