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

Go to the source code of this file.

Classes

class  RegSelCondData< T >

Functions

template<typename T>
std::ostream & operator<< (std::ostream &s, const RegSelCondData< T > &r)

Detailed Description

     generic wrapper class for RegionSelector (or any)  
     class, so we can keep the actual classes pure, 
     and free from the predations of athena code
Author
sutt
Date
Tue 4 Feb 2020 15:25:00 CET
Id
RegSelCondData.h, v0.0 Tue 4 Feb 2020 15:25:00 CET sutt

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

Definition in file RegSelCondData.h.

Function Documentation

◆ operator<<()

template<typename T>
std::ostream & operator<< ( std::ostream & s,
const RegSelCondData< T > & r )
inline

Definition at line 43 of file RegSelCondData.h.

43 {
44 return s << *(r->payload());
45}
int r
Definition globals.cxx:22