Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions | Variables
ConfVtxAnalysis.cxx File Reference
#include "ConfVtxAnalysis.h"
#include "TrigInDetAnalysisUtils/VertexMatcher.h"
#include "TrigInDetAnalysisUtils/VertexNewMatcher.h"
#include "TrigInDetAnalysis/TIDAEvent.h"
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

Definition at line 13 of file globals.cxx.

python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
lumiFormat.i
int i
Definition: lumiFormat.py:85
python.PyAthena.v
v
Definition: PyAthena.py:154