BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
etfBunchCalibBase.cxx
Go to the documentation of this file.
1#include "CalibData/Tof/etfBunchCalibBase.h"
2#include "GaudiKernel/MsgStream.h"
3
4namespace CalibData {
5
6 void etfBunchCalibBase::setPBunch( const double* etfBunchP ) {
7 for ( int i = 0; i < 4; i++ ) { m_pBunch[i] = etfBunchP[i]; }
8 }
9
10} // namespace CalibData
void setPBunch(const double *etfBunchP)