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