~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 * \param[in] daqch DAQ channel to search for.
115
115
 * \return The key of the EMR channel connected to the given DAQ channel.
116
116
 */
117
 
  EMRChannelKey* find(DAQChannelKey* daqKey);
 
117
  EMRChannelKey* find(DAQChannelKey* daqKey) const;
118
118
 
119
119
 /** Return pointer to the EMR key.
120
120
 * This function returns pointer to the EMR channel key for the required DAQ channel.