ATLAS Offline Software
Loading...
Searching...
No Matches
event_selector.h File Reference
#include <iostream>
#include <set>
Include dependency graph for event_selector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  event_selector

Functions

std::ostream & operator<< (std::ostream &s, const event_selector &es)

Detailed Description

Author
mark sutton
Date
$Id: event_selector.h 513250 2012-08-10 14:35:11Z

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

Definition in file event_selector.h.

Function Documentation

◆ operator<<()

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

Definition at line 44 of file event_selector.h.

44 {
45 return s << es.size();
46}