Actions
Development #2260
closedDevelopment #2256: Demonstrator for digi-based trigger, STS-only
Development #2257: Preparation of software infrastructure
Move CbmStsDigi to algo/data/sts
Description
The class CbmStsDigi is to be moved to the algo software directory. ROOT features, if present, are to be removed before (ClassDef, ROOT data types).
Related issues
Updated by Volker Friese 8 months ago
- Due date set to 10/04/2021
- Start date changed from 09/28/2021 to 10/04/2021
- Follows Development #2258: ROOT-free digi classes added
Updated by Volker Friese 8 months ago
- Follows Development #2259: Algo software space added
Updated by Volker Friese 8 months ago
- Due date changed from 10/04/2021 to 10/05/2021
Updated by Florian Uhlig 8 months ago
- Status changed from Assigned to Resolved
- Assignee changed from Florian Uhlig to Volker Friese
- % Done changed from 0 to 100
The CbmStsDigi was not moved from it current location in core/data/sts.
The build system is used to compile the class twice. Once with ROOT dictionary and streamer. This version is still in the existing library libCbmData.
The second compilation of the class is done without any dependency on ROOT. This version is put in the library libCbmOnlineData.
The ROOT dependent part in the class is protected by preprocessor statements.
Actions