BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtId.cc
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of the EvtGen package developed jointly
5// for the BaBar and CLEO collaborations. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/COPYRIGHT
9// Copyright (C) 1998 Caltech, UCSB
10//
11// Module: EvtId.cc
12//
13// Description: Class for particle Id used in EvtGen.
14//
15// Modification history:
16//
17// RYD May 26, 1998 Module created
18//
19//------------------------------------------------------------------------
20//
22
23#include "EvtGenBase/EvtId.hh"
24#include <iostream>
25using std::ostream;
26
27
28ostream& operator<<(ostream& s, const EvtId& id){
29
30 s<<"(Id="<<id._id<<" Alias="<<id._alias<<")";
31
32 return s;
33
34}
35
36
37
38
ostream & operator<<(ostream &s, const EvtId &id)
Definition: EvtId.cc:28
XmlRpcServer s
Definition: HelloServer.cpp:11
Definition: EvtId.hh:27