ATLAS Offline Software
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 173 of file ConfVtxAnalysis.cxx.

173  {
174  for ( size_t i=0 ; i<v.size() ; i++ ) {
175  if ( v[i] ) s << "\t" << *v[i] << "\n";
176  else s << "\t" << "----\n";
177  }
178  return s;
179 }

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:92
python.PyAthena.v
v
Definition: PyAthena.py:157