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

Go to the source code of this file.

Classes

class  Filter_RoiSelector
 

Functions

std::ostream & operator<< (std::ostream &s, const Filter_RoiSelector &sr)
 

Detailed Description

Author
mark sutton
Date
Wed 28 Oct 2009 02:44:40 CET

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

Definition in file Filter_RoiSelector.h.

Function Documentation

◆ operator<<()

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

Definition at line 82 of file Filter_RoiSelector.h.

82  {
83  return s << "[ eta=" << sr.etamin() << " .. " << sr.etamax() << " phi=" << sr.phimin() << " .. " << sr.phimax() << " ]";
84 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.SystemOfUnits.sr
int sr
Definition: SystemOfUnits.py:113