BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkDirection.cxx File Reference
#include "TrkBase/TrkDirection.h"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const trkDirection &dir)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  os,
const trkDirection dir 
)

Definition at line 19 of file TrkDirection.cxx.

19 {
20 if (dir==trkIn) return os << "trkIn";
21 if (dir==trkOut) return os << "trkOut";
22 return os << (int)dir;
23}
@ trkOut
Definition: TrkDirection.h:23
@ trkIn
Definition: TrkDirection.h:23