#include "EvtGenBase/EvtPatches.hh"
#include "EvtGenBase/EvtId.hh"
#include <iostream>
Go to the source code of this file.
◆ operator<<()
ostream & operator<< |
( |
ostream & | s, |
|
|
const EvtId & | id ) |
Definition at line 28 of file EvtId.cc.
28 {
29
30 s<<
"(Id="<<
id._id<<
" Alias="<<
id._alias<<
")";
31
33
34}