BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
InjSigIntervalCal.cxx
Go to the documentation of this file.
1#include "CalibData/Ets/InjSigIntervalCal.h"
2#include <fstream>
3#include <iostream>
4#include <sstream>
5#include <string>
6
7using namespace std;
8namespace CalibData {
9
10 StatusCode InjSigIntervalCal::update( CalibBase1& other, MsgStream* log ) {
11 InjSigIntervalCal& other1 = dynamic_cast<InjSigIntervalCal&>( other );
12 cout << "\n"
13 << "here is the update in the InjSigInterval in calibration" << std::endl;
14 CalibBase1::update( other, log );
15 return StatusCode::SUCCESS;
16 }
17
18} // namespace CalibData
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
virtual StatusCode update(CalibBase1 &other, MsgStream *log)