ATLAS Offline Software
Loading...
Searching...
No Matches
TIDARoiDescriptor.h File Reference
#include <iostream>
#include <sstream>
#include <cmath>
#include <vector>
#include "TObject.h"
#include "TrigInDetAnalysis/TIDARoiParameters.h"
Include dependency graph for TIDARoiDescriptor.h:

Go to the source code of this file.

Classes

class  TIDARoiDescriptor
 Describes the Region of Ineterest geometry It has basically 8 parameters. More...

Functions

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

Detailed Description

Author
mark sutton
Date
Tue 10 Nov 2009 10:05:35 GMT

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

Definition in file TIDARoiDescriptor.h.

Function Documentation

◆ operator<<()

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

Definition at line 302 of file TIDARoiDescriptor.h.

302 {
303 return s << (std::string)d;
304}