#include <EvtParityC.hh>
◆ ~parityC() [1/2]
virtual parityC::~parityC |
( |
| ) |
|
|
inlinevirtual |
◆ ~parityC() [2/2]
virtual parityC::~parityC |
( |
| ) |
|
|
inlinevirtual |
◆ getC() [1/2]
double parityC::getC |
( |
string |
parname | ) |
|
|
static |
◆ getC() [2/2]
static double parityC::getC |
( |
string |
parname | ) |
|
|
static |
◆ readParityC() [1/2]
void parityC::readParityC |
( |
| ) |
|
|
static |
Definition at line 6 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtParityC.cc.
6 {
7 string location = getenv("BESEVTGENROOT");
8 location += "/share/_parityC.list_";
9
10 cout<<"The _parity.list_ location is "<<location<<endl;
11
13 string parname;
14 double pval;
15 if(
file==0){cout<<
" parity::readParity: No particle parity list are available"<<endl;abort();}
18 pair<string, double>
prt(parname,pval);
19
20
21
22 _parityCMap_.insert(
prt);
23 }
24}
Referenced by EvtLundCharm::init().
◆ readParityC() [2/2]
static void parityC::readParityC |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: