BOSS
7.1.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 "
EvtGenBase/EvtPatches.hh
"
22
23
#include "
EvtGenBase/EvtId.hh
"
24
#include <iostream>
25
using
std::ostream;
26
27
28
ostream&
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
operator<<
ostream & operator<<(ostream &s, const EvtId &id)
Definition:
EvtId.cc:28
EvtId.hh
EvtPatches.hh
s
XmlRpcServer s
Definition:
HelloServer.cpp:11
EvtId
Definition:
EvtId.hh:27
source
Generator
BesEvtGen
BesEvtGen-00-04-26
src
EvtGen
EvtGenBase
EvtId.cc
Generated by
1.9.6