Changeset 17044 for branches/Mars_MC/msimcamera
- Timestamp:
- 08/27/13 13:28:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_MC/msimcamera/MSimCamera.cc
r17011 r17044 149 149 } 150 150 151 if (fRunHeader->GetFreqSampling()!=1000)152 {153 *fLog << err << "ERROR - Sampling frequencies others than 1GHz are not yet supported." << endl;154 *fLog << warn << "FIXME - SCALE MPulsShape WITH THE SAMPLING FREQUENCY." << endl;155 return kFALSE;156 }151 // if (fRunHeader->GetFreqSampling()!=1000) 152 // { 153 // *fLog << err << "ERROR - Sampling frequencies others than 1GHz are not yet supported." << endl; 154 // *fLog << warn << "FIXME - SCALE MPulsShape WITH THE SAMPLING FREQUENCY." << endl; 155 // return kFALSE; 156 // } 157 157 158 158 fSpline = pulse->GetSpline();
Note:
See TracChangeset
for help on using the changeset viewer.