#include <Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h>
Public Member Functions | |
HIPUserVariables * | clone (void) const |
clone method (copy constructor) | |
HIPUserVariables (int npar) | |
constructor | |
virtual | ~HIPUserVariables () |
destructor | |
Public Attributes | |
AlgebraicVector | jtve |
AlgebraicSymMatrix | jtvj |
data members | |
int | nhit |
Definition at line 4 of file HIPUserVariables.h.
HIPUserVariables::HIPUserVariables | ( | int | npar | ) | [inline] |
constructor
Definition at line 9 of file HIPUserVariables.h.
Referenced by clone().
00009 : 00010 jtvj(npar,0) , 00011 jtve(npar,0) , 00012 nhit(0) 00013 //iterpar(maxiter,npar,0), 00014 //iterpos(maxiter,3,0), 00015 //iterrot(maxiter,9,0), 00016 //iterrpos(maxiter,3,0), 00017 //iterrrot(maxiter,9,0), 00018 //niter(0) 00019 {}
virtual HIPUserVariables::~HIPUserVariables | ( | ) | [inline, virtual] |
HIPUserVariables* HIPUserVariables::clone | ( | void | ) | const [inline, virtual] |
clone method (copy constructor)
Implements AlignmentUserVariables.
Definition at line 37 of file HIPUserVariables.h.
References HIPUserVariables().
Referenced by HIPAlignmentAlgorithm::collector().
00037 { 00038 return new HIPUserVariables(*this); 00039 }
data members
Definition at line 22 of file HIPUserVariables.h.
Referenced by AlignmentMonitorMuonHIP::afterAlignment(), HIPAlignmentAlgorithm::calcParameters(), HIPAlignmentAlgorithm::collector(), HIPUserVariablesIORoot::readOne(), HIPAlignmentAlgorithm::startNewLoop(), and HIPUserVariablesIORoot::writeOne().
Definition at line 30 of file HIPUserVariables.h.
Referenced by HIPAlignmentAlgorithm::calcParameters(), HIPAlignmentAlgorithm::collector(), HIPAlignmentAlgorithm::fillRoot(), HIPUserVariablesIORoot::readOne(), and HIPUserVariablesIORoot::writeOne().