HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes
HarpoRecoMatching Class Reference

Matching object, containing matched track number, and quality info. More...

#include <HarpoRecoEvent.h>

Public Member Functions

 HarpoRecoMatching ()
 
 HarpoRecoMatching (Int_t ngoodmatch, Int_t iMatchTrX, Int_t iMatchTrX2, Int_t iMatchTrY, Int_t iMatchTrY2, Double_t chi2)
 
 HarpoRecoMatching (const HarpoRecoMatching &mat)
 
virtual ~HarpoRecoMatching ()
 
Int_t Getngoodmatch ()
 
Int_t GetiMatchTrX ()
 
Int_t GetiMatchTrY ()
 
Int_t GetiMatchTrX2 ()
 
Int_t GetiMatchTrY2 ()
 
Int_t GetChi2Matching ()
 
void Setngoodmatch (Int_t val)
 
void SetiMatchTrX (Int_t val)
 
void SetiMatchTrY (Int_t val)
 
void SetiMatchTrX2 (Int_t val)
 
void SetiMatchTrY2 (Int_t val)
 
void SetChi2Matching (Double_t val)
 

Private Member Functions

 ClassDef (HarpoRecoMatching, 1)
 

Private Attributes

Int_t fngoodmatch
 Identifier. More...
 
Int_t fiMatchTrX
 Associated X tracks. More...
 
Int_t fiMatchTrX2
 
Int_t fiMatchTrY
 Associated Y tracks. More...
 
Int_t fiMatchTrY2
 
Double_t fChi2Matching
 chi2 of the matching More...
 

Detailed Description

Matching object, containing matched track number, and quality info.

Definition at line 379 of file HarpoRecoEvent.h.

Constructor & Destructor Documentation

HarpoRecoMatching::HarpoRecoMatching ( )

Definition at line 307 of file HarpoRecoEvent.cxx.

HarpoRecoMatching::HarpoRecoMatching ( Int_t  ngoodmatch,
Int_t  iMatchTrX,
Int_t  iMatchTrX2,
Int_t  iMatchTrY,
Int_t  iMatchTrY2,
Double_t  chi2 
)

Definition at line 313 of file HarpoRecoEvent.cxx.

HarpoRecoMatching::HarpoRecoMatching ( const HarpoRecoMatching mat)

Definition at line 318 of file HarpoRecoEvent.cxx.

HarpoRecoMatching::~HarpoRecoMatching ( )
virtual

Definition at line 324 of file HarpoRecoEvent.cxx.

Member Function Documentation

HarpoRecoMatching::ClassDef ( HarpoRecoMatching  ,
 
)
private
Int_t HarpoRecoMatching::GetChi2Matching ( )
inline

Definition at line 394 of file HarpoRecoEvent.h.

Int_t HarpoRecoMatching::GetiMatchTrX ( )
inline

Definition at line 390 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoMatching::GetiMatchTrX2 ( )
inline

Definition at line 392 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoMatching::GetiMatchTrY ( )
inline

Definition at line 391 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoMatching::GetiMatchTrY2 ( )
inline

Definition at line 393 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoMatching::Getngoodmatch ( )
inline

Definition at line 389 of file HarpoRecoEvent.h.

void HarpoRecoMatching::SetChi2Matching ( Double_t  val)
inline

Definition at line 402 of file HarpoRecoEvent.h.

void HarpoRecoMatching::SetiMatchTrX ( Int_t  val)
inline

Definition at line 398 of file HarpoRecoEvent.h.

void HarpoRecoMatching::SetiMatchTrX2 ( Int_t  val)
inline

Definition at line 400 of file HarpoRecoEvent.h.

void HarpoRecoMatching::SetiMatchTrY ( Int_t  val)
inline

Definition at line 399 of file HarpoRecoEvent.h.

void HarpoRecoMatching::SetiMatchTrY2 ( Int_t  val)
inline

Definition at line 401 of file HarpoRecoEvent.h.

void HarpoRecoMatching::Setngoodmatch ( Int_t  val)
inline

Definition at line 397 of file HarpoRecoEvent.h.

Field Documentation

Double_t HarpoRecoMatching::fChi2Matching
private

chi2 of the matching

Definition at line 416 of file HarpoRecoEvent.h.

Int_t HarpoRecoMatching::fiMatchTrX
private

Associated X tracks.

Definition at line 410 of file HarpoRecoEvent.h.

Int_t HarpoRecoMatching::fiMatchTrX2
private

Definition at line 411 of file HarpoRecoEvent.h.

Int_t HarpoRecoMatching::fiMatchTrY
private

Associated Y tracks.

Definition at line 413 of file HarpoRecoEvent.h.

Int_t HarpoRecoMatching::fiMatchTrY2
private

Definition at line 414 of file HarpoRecoEvent.h.

Int_t HarpoRecoMatching::fngoodmatch
private

Identifier.

Definition at line 408 of file HarpoRecoEvent.h.


The documentation for this class was generated from the following files: