CMS 3D CMS Logo

HIPUserVariables Class Reference

#include <Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h>

Inheritance diagram for HIPUserVariables:

AlignmentUserVariables

List of all members.

Public Member Functions

HIPUserVariablesclone (void) const
 clone method (copy constructor)
 HIPUserVariables (int npar)
 constructor
virtual ~HIPUserVariables ()
 destructor

Public Attributes

AlgebraicVector jtve
AlgebraicSymMatrix jtvj
 data members
int nhit


Detailed Description

Definition at line 4 of file HIPUserVariables.h.


Constructor & Destructor Documentation

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]

destructor

Definition at line 22 of file HIPUserVariables.h.

00022 {};


Member Function Documentation

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   }


Member Data Documentation

AlgebraicVector HIPUserVariables::jtve

Definition at line 29 of file HIPUserVariables.h.

Referenced by AlignmentMonitorMuonHIP::afterAlignment(), HIPAlignmentAlgorithm::calcParameters(), HIPAlignmentAlgorithm::collector(), HIPUserVariablesIORoot::readOne(), HIPAlignmentAlgorithm::startNewLoop(), and HIPUserVariablesIORoot::writeOne().

AlgebraicSymMatrix HIPUserVariables::jtvj

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().

int HIPUserVariables::nhit

Definition at line 30 of file HIPUserVariables.h.

Referenced by HIPAlignmentAlgorithm::calcParameters(), HIPAlignmentAlgorithm::collector(), HIPAlignmentAlgorithm::fillRoot(), HIPUserVariablesIORoot::readOne(), and HIPUserVariablesIORoot::writeOne().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:24:15 2009 for CMSSW by  doxygen 1.5.4