/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/EvtId.cc File Reference

#include "EvtGenBase/EvtPatches.hh"
#include "EvtGenBase/EvtId.hh"
#include <iostream>

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &s, const EvtId &id)


Function Documentation

ostream& operator<< ( ostream s,
const EvtId id 
)

Definition at line 28 of file EvtId.cc.

00028                                                 {
00029 
00030   s<<"(Id="<<id._id<<" Alias="<<id._alias<<")";
00031 
00032   return s;
00033 
00034 }


Generated on Tue Nov 29 23:15:53 2016 for BOSS_7.0.2 by  doxygen 1.4.7