TrigT1MuctpiPhase1: code cleanup
- delete unused
BitOpclass (was a copy from TrigT1Interfaces) - avoid heap-allocation where possible
- replace
vector<MuonSectorProcessor>withstd::arrayas the number of processors is fixed to 2. -
constfixes - move private headers to src directory
cc @armbrust
P.S.: There is more work to be done, i.e. to make this code thread-safe.