ATLAS Offline Software
Loading...
Searching...
No Matches
TrackMatchDeltaRCosmic.h File Reference

checks if track is within DeltaR of cosmic, or within DeltaR back to back More...

#include <iostream>
#include <string>
#include <cmath>
#include <map>
#include "TrigInDetAnalysis/TrackAssociator.h"
#include "TrigInDetAnalysis/Track.h"
Include dependency graph for TrackMatchDeltaRCosmic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrackMatchDeltaRCosmic

Functions

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

Detailed Description

checks if track is within DeltaR of cosmic, or within DeltaR back to back

Author
mark sutton
Date
Sun 18 Jan 2009 19:40:47 GMT

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

Definition in file TrackMatchDeltaRCosmic.h.

Function Documentation

◆ operator<<()

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

Definition at line 107 of file TrackMatchDeltaRCosmic.h.

107 {
108 return s;
109}