~chris-rogers/maus/1046_a

« back to all changes in this revision

Viewing changes to src/common_cpp/Utils/EMRChannelMap.cc

  • Committer: Chris Rogers
  • Date: 2014-06-03 10:13:52 UTC
  • mfrom: (732.1.3 merge)
  • Revision ID: chris.rogers@stfc.ac.uk-20140603101352-1axip820676885f9
MergeĀ inĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
void EMRChannelMap::InitFromCDB() {}
68
68
 
69
 
EMRChannelKey* EMRChannelMap::find(DAQChannelKey *daqKey) {
 
69
EMRChannelKey* EMRChannelMap::find(DAQChannelKey *daqKey) const {
70
70
    for (unsigned int i = 0;i < _emrKey.size();i++) {
71
71
      if ( _dbbKey[i]->eqType()  == daqKey->eqType() &&
72
72
           _dbbKey[i]->ldc()     == daqKey->ldc() &&