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
Id
TrigObjectMatcher.h, v0.0 Fri 14 Sep 2018 15:55:41 CEST sutt

Copyright (C) 2002-2018 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 122 of file TrigObjectMatcher.h.

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