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