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

Go to the source code of this file.

Classes

class  DrawLabel

Functions

std::ostream & operator<< (std::ostream &s, const DrawLabel &d)

Detailed Description

Author
mark sutton
Date
Sun 11 Nov 2012 01:18:14 GMT

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

Definition in file DrawLabel.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const DrawLabel & d )
inline

Definition at line 59 of file DrawLabel.h.

59 {
60 return s << d.text();
61}