Changeset 2919 for trunk/MagicSoft/Mars
- Timestamp:
- 01/26/04 16:26:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2918 r2919 21 21 - Added method MMcTriggerLvl2::GetMaxCell() const which returns fMaxCell, the cell with 22 22 the maximum fCellPseudoSize. 23 - Re-declared methods MMcTriggerLvl2::CalcCompactPixels(MGeomCam *fCam) 24 and MMcTriggerLvl2::CalcTriggerPattern(MGeomCam *fCam) as private. 23 25 24 26 25 -
trunk/MagicSoft/Mars/manalysis/MMcTriggerLvl2.h
r2918 r2919 50 50 MGeomCam *fGeomCam; 51 51 52 void CalcCompactPixels(MGeomCam *fCam); 53 void CalcTriggerPattern(MGeomCam *fCam); 52 54 53 Int_t CalcBiggerFiredCell(); 55 54 Int_t CalcBiggerLutPseudoSize(); … … 81 80 // cell with maximum number of compact pixels 82 81 Int_t GetCellNumberFired(int cell); 83 Int_t GetLutCompactPixel(int cell, int lut); 82 Int_t GetLutCompactPixel(int cell, int lut); 83 void CalcCompactPixels(MGeomCam *fCam); 84 void CalcTriggerPattern(MGeomCam *fCam); 84 85 85 86 Int_t GetTriggerPattern() const {return fTriggerPattern;}
Note:
See TracChangeset
for help on using the changeset viewer.