DELTAS

common block with quality of matched pair
The common block DELTAS contains the information about quality of each pair found during matching. Flag equal 1 shows that the matched objects correspond to the one MTRA particle. The ntupel corresponded to the common block could be filled by RcMatchBuilder<PointLeft,PointRight >::fillDeltas( iNtup). Use it in FORTRAN routine as following :
	#include "marple/deltas.fi"
	
or
C---------------------------------------------------------
C  MARPLE common block with quality of matched pairs
C---------------------------------------------------------
      INTEGER flag, ipart1, ipart2, imoth1, imoth2
      REAL    deltaX, deltaY, deltaTX, deltaTY, deltaPE, chi2
      REAL  leftp, rightp, quality
      REAL lpulsX, lpulsY, lpulsTX, lpulsTY, lpulsPE
      REAL rpulsX, rpulsY, rpulsTX, rpulsTY, rpulsPE
      REAL matchZ, matchX, matchY, matchTX, matchTY, matchPE
      COMMON /DELTAS/ flag,deltaX, deltaY, deltaTX, deltaTY, deltaPE, 
     +     chi2, quality, ipart1, ipart2, imoth1, imoth2,
     +     leftp, rightp, matchZ,
     +     matchX, matchY, matchTX, matchTY, matchPE,
     +     lpulsX, lpulsY, lpulsTX, lpulsTY, lpulsPE,
     +     rpulsX, rpulsY, rpulsTX, rpulsTY, rpulsPE


	
in C++ :

 #include "RcTuples.hh"
 [...]
 flag = FORTRAN_COMMON(deltas).flag;
	

alphabetic index hierarchy of classes


Olya Igonkina November-2001

generated by doc++