Development #34
closedDevelopment #32: Review of STS data classes
CbmStsHit
Description
Data classes of the STS shall be reviewed, cleaned and adapted to CbmStsAddress and CbmMatch.
Related issues
Updated by Andrey Lebedev over 7 years ago
- Assignee changed from Andrey Lebedev to Volker Friese
Int_t fSectorNr
void SetSectorNr(Int_t sectorNr)
Int_t GetSectorNr()
can be removed if we do not need to support old legacy code /cbmroot/sts/legacy/
Updated by Volker Friese over 7 years ago
- Due date changed from 02/27/2014 to 03/31/2014
OK, CbmStsHit will be revised once the legacy code will be put out of operation.
Updated by Volker Friese about 7 years ago
- Tracker changed from Feature to Development
- Due date changed from 03/31/2014 to 06/10/2015
- Status changed from New to Scheduled
- Target version set to NOV15
- Start date changed from 02/20/2014 to 06/01/2015
Updated by Volker Friese about 7 years ago
- Due date changed from 05/13/2015 to 05/21/2015
- Start date changed from 05/02/2015 to 05/12/2015
due to changes in a related task
Updated by Volker Friese about 7 years ago
- Due date changed from 05/21/2015 to 06/26/2015
- Start date changed from 05/12/2015 to 06/17/2015
due to changes in a related task
Updated by Volker Friese about 7 years ago
- Due date changed from 06/26/2015 to 06/22/2015
- Start date changed from 06/17/2015 to 06/11/2015
due to changes in a related task
Updated by Volker Friese about 7 years ago
- Status changed from Scheduled to In Progress
- Assignee changed from Volker Friese to Grigory Kozlov
SectorNr was removed from CbmStsHit (r7649). There are still two members: fFrontDigiId and fBackDigiId, which I would like to remove. However, they are in use by CbmL1ReadEvent. Currently, they are filled with 0 and -1, respectively, from the CbmStsHitFinder, so I guess these values do not have effect on track reconstruction. Please check if and where these values are used by L1, and whether this can be removed.
Updated by Grigory Kozlov almost 7 years ago
- Assignee changed from Grigory Kozlov to Volker Friese
fFrontDigiId and fBackDigiId are not used in L1 and KF anymore and can be deleted from CbmStsHit.
Updated by Volker Friese almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
frontDigiId and backDigiId were removed from CbmStsHit, which closes the issue.