BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TRobustLineFitter.cxx File Reference
#include "TrkReco/TMLine.h"
#include "TrkReco/TMLink.h"
#include "TrkReco/TRobustLineFitter.h"
#include "TrkReco/TTrackBase.h"

Go to the source code of this file.

Macros

#define SWAP(a, b)

Macro Definition Documentation

◆ SWAP

#define SWAP ( a,
b )
Value:
tmp = ( a ); \
( a ) = ( b ); \
( b ) = tmp;

Definition at line 222 of file TRobustLineFitter.cxx.

222#define SWAP( a, b ) \
223 tmp = ( a ); \
224 ( a ) = ( b ); \
225 ( b ) = tmp;