ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptor.h File Reference
#include <stdint.h>
#include <map>
#include <ostream>
#include "xAODCore/CLASS_DEF.h"
#include "RoiDescriptor/RoiDescriptor.h"
#include "TrigSteeringEvent/TrigRoiDescriptorCollection.h"
Include dependency graph for TrigRoiDescriptor.h:

Go to the source code of this file.

Classes

class  TrigRoiDescriptor
 nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_ANALYSIS if !defined(TRIGSTEERINGEVENT_TRIGROIDESCRIPTOR_H) && !defined(XAOD_STANDALONE) More...

Functions

std::string str (const TrigRoiDescriptor &d)
std::ostream & operator<< (std::ostream &m, const TrigRoiDescriptor &d)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & m,
const TrigRoiDescriptor & d )

Definition at line 116 of file TrigRoiDescriptor.cxx.

116 {
117 return m << std::string(d);
118}

◆ str()

std::string str ( const TrigRoiDescriptor & d)

Definition at line 112 of file TrigRoiDescriptor.cxx.

112 {
113 return std::string(d);
114}