ATLAS Offline Software
Classes | Functions
dataset.h File Reference
#include <cstdio>
#include <cstdlib>
#include <dirent.h>
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
Include dependency graph for dataset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dataset
 

Functions

std::ostream & operator<< (std::ostream &s, const dataset &ds)
 

Detailed Description

Author
mark sutton
Date
2016-07-09 23:56:54

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

Definition in file dataset.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const dataset ds 
)
inline

Definition at line 102 of file dataset.h.

102  {
103  return s << ds.directory() << " " << ds.size();
104 }
checkxAOD.ds
ds
Definition: Tools/PyUtils/bin/checkxAOD.py:257
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131