ATLAS Offline Software
Loading...
Searching...
No Matches
ConfVtxAnalysis.cxx File Reference
Include dependency graph for ConfVtxAnalysis.cxx:

Go to the source code of this file.

Functions

template<typename T>
std::ostream & operator<< (std::ostream &s, const std::vector< T * > &v)

Variables

TIDA::Eventgevent

Detailed Description

Author
mark sutton
Date
Sun 9 Aug 2015 21:53:46 CEST

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

Definition in file ConfVtxAnalysis.cxx.

Function Documentation

◆ operator<<()

template<typename T>
std::ostream & operator<< ( std::ostream & s,
const std::vector< T * > & v )

Definition at line 178 of file ConfVtxAnalysis.cxx.

178 {
179 for ( size_t i=0 ; i<v.size() ; i++ ) {
180 if ( v[i] ) s << "\t" << *v[i] << "\n";
181 else s << "\t" << "----\n";
182 }
183 return s;
184}

Variable Documentation

◆ gevent

TIDA::Event* gevent
extern

Definition at line 13 of file globals.cxx.