~vsuezaki/maus/envelope_tool_branch

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2017-08-25 15:14:24 UTC
  • Revision ID: durga@fnal.gov-20170825151424-gq66bb3uyrkks815
fix cpp style errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 /** @brief CDB string that harbours the calibration constants
139
139
  */
140
140
  std::stringstream epsstr;
141
 
 
142
141
};
143
142
} // namespace MAUS
144
143