ATLAS Offline Software
Classes | Functions
grl_run.h File Reference
#include <iostream>
#include <vector>
#include <map>
Include dependency graph for grl_run.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grl_run
 

Functions

std::ostream & operator<< (std::ostream &s, const grl_run &g)
 

Detailed Description

@basic basic run class for the good runs list

     contsins the run number and a vector of 
     ( first, last ) pairs of valid lumi block 
     ranges                   
Author
mark sutton
Date
Mon 24 Oct 2016 17:12:10 CEST

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

Definition in file grl_run.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const grl_run g 
)
inline

Definition at line 73 of file grl_run.h.

73  {
74  return s << "[run: " << g.run() << "\t: " << g.first() << "\t - " << g.last() << "\t: size " << g.lbsize() << " ]";
75 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.CaloCondTools.g
g
Definition: CaloCondTools.py:15