#include "CandFitTrackSR/KalmanPlaneSR.h"#include <iostream>#include <string>#include "Algorithm/AlgConfig.h"#include "TVector3.h"#include "CandTrackSR/TrackClusterSR.h"#include "Conventions/PlaneView.h"#include "Conventions/Mphysical.h"#include "Conventions/Munits.h"#include "MessageService/MsgFormat.h"#include "MessageService/MsgService.h"#include "RecoBase/CandStripHandle.h"#include "UgliGeometry/UgliGeomHandle.h"#include "Validity/VldContext.h"Go to the source code of this file.
Defines | |
| #define | KP_TEST_ARRAY_EQUALITY(__rhs, __arr_member, __arr_len) |
| #define | KP_TEST_EQUALITY(__rhs, __member) |
Functions | |
| CVSID ("$Id: KalmanPlaneSR.cxx,v 1.28 2005/03/24 19:50:36 brebel Exp $") | |
|
|
Value: { \
for(int __i=0; __i < __arr_len; __i++) { \
if( !(this->__arr_member[__i] == __rhs->__arr_member[__i]) ) { \
return false; \
} \
} \
}
Definition at line 313 of file KalmanPlaneSR.cxx. Referenced by KalmanPlaneSR::IsEquivalent(). |
|
|
Value: { \
if( !(this->__member == __rhs->__member) ) { \
return false; \
} \
}
Definition at line 322 of file KalmanPlaneSR.cxx. Referenced by KalmanPlaneSR::IsEquivalent(). |
|
||||||||||||
|
|
1.3.9.1