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

Go to the source code of this file.

Classes

struct  Trig::is_storable_type< T >
class  Trig::Feature< T >
 is basic vehicle of object access in TDT More...

Namespaces

namespace  Trig
 The common trigger namespace for trigger analysis tools.

Functions

template<class T>
bool Trig::sameObject (const Feature< T > &a, const Feature< T > &b)
 comarison
template<class T>
MsgStream & operator<< (MsgStream &m, const Trig::Feature< T > &d)

Function Documentation

◆ operator<<()

template<class T>
MsgStream & operator<< ( MsgStream & m,
const Trig::Feature< T > & d )

Definition at line 228 of file Feature.h.

228 {
229 m << "TE id: " << d.te()->getId() << "obj ptr: " << d.cptr()
230 << " obj type: " << ClassID_traits<T>::typeName() << " label: " << d.label();
231 return m;
232}