ATLAS Offline Software
Loading...
Searching...
No Matches
FTS_Track.h File Reference
#include <iostream>
#include "TMath.h"
Include dependency graph for FTS_Track.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EFTrackingSmearing::FTS_Track

Namespaces

namespace  EFTrackingSmearing

Functions

std::ostream & operator<< (std::ostream &s, const EFTrackingSmearing::FTS_Track &t)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const EFTrackingSmearing::FTS_Track & t )
inline

Definition at line 56 of file FTS_Track.h.

56 {
57 s << "trackCandidate: pt=" << t.pt() << " eta="<< t.eta() <<" phi="<< t.phi()
58 << " d0="<<t.d0() << " z0="<< t.z0()
59 << "\n";
60 return s;
61}