ATLAS Offline Software
Loading...
Searching...
No Matches
VertexMatcher.h File Reference
#include <iostream>
#include "TrigInDetAnalysisUtils/BestMatcher.h"
#include "TrigInDetAnalysis/TIDAVertex.h"
Include dependency graph for VertexMatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VertexMatcher

Functions

std::ostream & operator<< (std::ostream &s, const VertexMatcher &)

Detailed Description

Author
mark sutton
Date
Mon 10 Aug 2015 17:47:51 CEST

Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration

Definition in file VertexMatcher.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const VertexMatcher &  )
inline

Definition at line 43 of file VertexMatcher.h.

43 {
44 return s;
45}