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

Go to the source code of this file.

Classes

class  RoiFilter
 

Functions

std::ostream & operator<< (std::ostream &s, const RoiFilter &r)
 

Detailed Description

Author
mark sutton
Date
Sun 31 Jul 2016 05:22:41 CEST

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

Definition in file RoiFilter.h.

Function Documentation

◆ operator<<()

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

Definition at line 62 of file RoiFilter.h.

62  {
63  s << "[ RoiFilter: eta: " << r.eta();
64  if ( r.composite() ) s << "\tcomposite multiplicity: " << r.size();
65  return s << " ]";
66 }
beamspotman.r
def r
Definition: beamspotman.py:676
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131