ATLAS Offline Software
Classes | Functions
TIDARoiParameters.h File Reference

Class to store the eta, phi, zed, parameters and ranges for the TIDARoiDescriptor class. More...

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

Go to the source code of this file.

Classes

class  TIDARoiParameters
 

Functions

std::ostream & operator<< (std::ostream &s, const TIDARoiParameters &t)
 

Detailed Description

Class to store the eta, phi, zed, parameters and ranges for the TIDARoiDescriptor class.

This is needed, since the RoiDescriptor can contain a vector of RoiDescriptor* and I couldn;t work out how to have the root class persistify the members of the class, recursively within itself

Author
mark sutton
Date
Wed 4 Mar 2015 16:09:33 CET

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

Definition in file TIDARoiParameters.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const TIDARoiParameters t 
)
inline

Definition at line 78 of file TIDARoiParameters.h.

78  {
79  return s << "\tP: eta: " << t.eta() << " " << t.etaMinus() << " - " << t.etaPlus()
80  << "\tphi: " << t.phi() << " " << t.phiMinus() << " - " << t.phiPlus()
81  << "\tz: " << t.zed() << " " << t.zedMinus() << " - " << t.zedPlus();
82 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5