8 #include "sumTriggerPatchChannels.hh"
9 #include "DSMAlgo_BW001_2015.hh"
11 void DSMAlgo_BW001_2015::operator()(
DSM& dsm)
26 int highTowerBits = 0;
32 sumTriggerPatchChannels2015(dsm, 0, 3, 1, 1, lowEtaSum, highTowerBits);
33 sumTriggerPatchChannels2015(dsm, 4, 9, 1, 1, highEtaSum, highTowerBits);
44 out |= highEtaSum << 6;
45 out |= highTowerBits << 12;