LDMX Software
Classes | Namespaces | Functions
ConditionsIOV.h File Reference

Interval-of-validity object for conditions information. More...

#include <iostream>
#include "Framework/Exception/Exception.h"

Go to the source code of this file.

Classes

class  framework::ConditionsIOV
 Class which defines the run/event/type range for which a given condition is valid, including for all time. More...
 

Namespaces

namespace  framework
 All classes in the ldmx-sw project use this namespace.
 

Functions

std::ostream & operator<< (std::ostream &, const framework::ConditionsIOV &iov)
 

Detailed Description

Interval-of-validity object for conditions information.

Author
Jeremy Mans, University of Minnesota

Definition in file ConditionsIOV.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  s,
const framework::ConditionsIOV iov 
)

Definition at line 8 of file ConditionsIOV.cxx.

8 {
9 iov.stream(s);
10 return s;
11}
void stream(std::ostream &) const
Stream the object contents to an output stream.