ATLAS Offline Software
Loading...
Searching...
No Matches
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-2024 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}