Skip to content

TrigT1TGC clean-up of FrontEnd-related codes

Junpei Maeda requested to merge junpei/athena:FEcleanUp_2021-12 into master

For the maintenance point of view, the pointers of variable size arrays for member objects in TGCSector class have been changed to std::vector. Moreover, = delete context is attached to hidden/forbidden copy constructor and assignment operator.

Also removed unused member functions and a variable in TGCHitPattern class.

test_trig_mc_v1Dev_L1SimuOnly_build.py has been passed.

Merge request reports