#include <MdcDataConst.h>
|
void | readPar (char *p1) |
|
virtual | ~MdcDataConst () |
|
virtual const CLID & | clID () const |
|
virtual StatusCode | update (CalibBase1 &other, MsgStream *log) |
|
double | getWireEff (int i) |
|
void | readPar (char *p1) |
|
virtual | ~MdcDataConst () |
|
virtual const CLID & | clID () const |
|
virtual StatusCode | update (CalibBase1 &other, MsgStream *log) |
|
double | getWireEff (int i) |
|
| CalibBase1 () |
|
| CalibBase1 (int serNo, int runfrm, int runto) |
|
| CalibBase1 (int runfrm, int runto) |
|
| CalibBase1 (const CalibBase1 &obj) |
|
virtual StatusCode | update (CalibBase1 &obj, MsgStream *) |
|
virtual int | getSerNo () const |
| Following is intended for deep copy.
|
|
virtual int | getrunfrm () const |
|
virtual int | getrunto () const |
|
void | setSerNo (int ser) |
|
void | setrunfrm (int runfrm) |
|
void | setrunto (int runto) |
|
| CalibBase1 () |
|
| CalibBase1 (int serNo, int runfrm, int runto) |
|
| CalibBase1 (int runfrm, int runto) |
|
| CalibBase1 (const CalibBase1 &obj) |
|
virtual StatusCode | update (CalibBase1 &obj, MsgStream *) |
|
virtual int | getSerNo () const |
| Following is intended for deep copy.
|
|
virtual int | getrunfrm () const |
|
virtual int | getrunto () const |
|
void | setSerNo (int ser) |
|
void | setrunfrm (int runfrm) |
|
void | setrunto (int runto) |
|
◆ ~MdcDataConst() [1/2]
virtual CalibData::MdcDataConst::~MdcDataConst |
( |
| ) |
|
|
inlinevirtual |
◆ ~MdcDataConst() [2/2]
virtual CalibData::MdcDataConst::~MdcDataConst |
( |
| ) |
|
|
inlinevirtual |
◆ classID() [1/2]
static const CLID & CalibData::MdcDataConst::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/2]
static const CLID & CalibData::MdcDataConst::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/2]
virtual const CLID & CalibData::MdcDataConst::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/2]
virtual const CLID & CalibData::MdcDataConst::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ getWireEff() [1/2]
double CalibData::MdcDataConst::getWireEff |
( |
int |
i | ) |
|
|
inline |
◆ getWireEff() [2/2]
double CalibData::MdcDataConst::getWireEff |
( |
int |
i | ) |
|
|
inline |
◆ readPar() [1/2]
void CalibData::MdcDataConst::readPar |
( |
char * |
p1 | ) |
|
Definition at line 23 of file MdcDataConst.cxx.
23 {
24 istringstream fWireEff;
25 string aa1 = wireEffPointer;
26 fWireEff.str(aa1);
27
28
29 string tempString;
30 fWireEff >> tempString >> tempString >> tempString >> tempString;
31
32
33 string tempLayer,tempCell;
34 int tempGlobalWire;
35 double tempWireEff;
36 for(int i=0; i<NMDCWIRE; i++){
37 fWireEff >> tempGlobalWire >> tempLayer >> tempCell >> tempWireEff;
38 wireEff[tempGlobalWire] = tempWireEff;
39 }
40
41 }
Referenced by TreeMdcDataConstCnv::i_createObj().
◆ readPar() [2/2]
void CalibData::MdcDataConst::readPar |
( |
char * |
p1 | ) |
|
◆ update() [1/2]
StatusCode CalibData::MdcDataConst::update |
( |
CalibBase1 & |
other, |
|
|
MsgStream * |
log |
|
) |
| |
|
virtual |
Reimplemented from CalibData::CalibBase1.
Definition at line 10 of file MdcDataConst.cxx.
11 {
12 MdcDataConst& other1 =
dynamic_cast<MdcDataConst&
>(
other);
13 cout<<"\n"<<"here is the update in the MdcDataConst in calibration"<<std::endl;
15 for(int i=0;i<NMDCWIRE;i++){
16 wireEff[i]=other1.wireEff[i];
17 }
18
19 return StatusCode::SUCCESS;
20 }
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
Index other(Index i, Index j)
◆ update() [2/2]
virtual StatusCode CalibData::MdcDataConst::update |
( |
CalibBase1 & |
other, |
|
|
MsgStream * |
log |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: