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

chain container, contains rois More...

#include <iostream>
#include <vector>
#include <string>
#include "TrigInDetAnalysis/TIDARoi.h"
#include "TObject.h"
Include dependency graph for TIDAChain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TIDA::Chain

Namespaces

namespace  TIDA
 Test for xAOD.

Functions

std::ostream & operator<< (std::ostream &s, const TIDA::Chain &c)

Detailed Description

chain container, contains rois

Author
mark sutton
Date
Mon 1 Feb 2010 11:43:51 GMT

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

Definition in file TIDAChain.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const TIDA::Chain & c )
inline

Definition at line 79 of file TIDAChain.h.

79 {
80 s << "\tChain " << c.name() << "\trois: " << c.rois().size();
81 for ( unsigned i=0 ; i<c.rois().size() ; i++ ) s << "\n\t" << c.rois()[i];
82 return s;
83}