NSW Simulation - Storing sTGC strip trigger output in main simulation RDO
Storing the sTGC strip trigger output (the last one missing) in the main simulation RDO. The following, additional changes are applied:
- The spare bit in
NSW_TrigRawDataSegment
class is now 1 for sTGC pad trigger output, to distinguish it from strips (default, i.e. 0) --> Important difference for @masato and the SL integration - Added extra parameter to the copy constructor to pass the information about the detector technology, as both sTGC and MM share the same format in the RDO
- Adopted default destructor as it was empty in the
TriggerProcessorTool
class