ATLAS Offline Software
Loading...
Searching...
No Matches
TIDAFeature.h File Reference

wrapper class to wrap objects such that they can be added to a generic store More...

#include <iostream>
Include dependency graph for TIDAFeature.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TIDA::FeatureBase
 very basic Feature base class just so that we can store derived classes onto the store More...
class  TIDA::Feature< T >
 actual template of the Feature wrapper - stores a pointer to an object and inherits from FeatureBase More...

Namespaces

namespace  TIDA
 Test for xAOD.

Functions

std::ostream & operator<< (std::ostream &s, const TIDA::FeatureBase &)
template<typename T>
std::ostream & operator<< (std::ostream &s, const TIDA::Feature< T > &)

Detailed Description

wrapper class to wrap objects such that they can be added to a generic store

Author
mark sutton
Date
Fri 7 Aug 2015 10:28:29 CEST

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

Definition in file TIDAFeature.h.

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 86 of file TIDAFeature.h.

86 {
87 return s;
88}

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & s,
const TIDA::FeatureBase &  )
inline

Definition at line 41 of file TIDAFeature.h.

41 {
42 return s;
43}