BOSS 8.0.0
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//
21#include "EvtPatches.hh"
22
23#include "EvtId.hh"
24#include <iostream>
25using std::ostream;
26
27ostream& operator<<( ostream& s, const EvtId& id ) {
28
29 s << "(Id=" << id._id << " Alias=" << id._alias << ")";
30
31 return s;
32}
ostream & operator<<(ostream &s, const EvtId &id)
Definition EvtId.cc:27
XmlRpcServer s
Definition EvtId.hh:27