ATLAS Offline Software
Classes | Functions
TrigObjectMatcher.h File Reference
#include <iostream>
#include <map>
#include "TrigInDetAnalysis/Track.h"
#include "TrigInDetAnalysis/TrackSelector.h"
#include "TrigInDetAnalysis/TrackTrigObject.h"
Include dependency graph for TrigObjectMatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigObjectMatcher
 

Functions

std::ostream & operator<< (std::ostream &s, const TrigObjectMatcher &o)
 

Detailed Description


Author
sutt
Date
Fri 14 Sep 2018

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

Definition in file TrigObjectMatcher.h.

Function Documentation

◆ operator<<()

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

Definition at line 120 of file TrigObjectMatcher.h.

120  {
121  o.print( s );
122  return s;
123 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrigObjectMatcher::print
void print(std::ostream &s) const
Definition: TrigObjectMatcher.h:72