ATLAS Offline Software
Classes | Functions
TruthTrajectory.h File Reference
#include <vector>
#include "GeneratorObjects/HepMcParticleLink.h"
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for TruthTrajectory.h:

Go to the source code of this file.

Classes

class  TruthTrajectory
 

Functions

template<class Ostream >
Ostream & operator<< (Ostream &os, const TruthTrajectory &m)
 

Function Documentation

◆ operator<<()

template<class Ostream >
Ostream& operator<< ( Ostream &  os,
const TruthTrajectory m 
)

Definition at line 28 of file TruthTrajectory.h.

28  {
29  os<<"TruthTrajectory(";
30  for(unsigned i=0; i<m.size(); ) {
31  os<<m[i];
32  if(++i<m.size()) os<<",";
33  }
34  return os<<")";
35 }
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
lumiFormat.i
int i
Definition: lumiFormat.py:92
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231