[Lxr-general] search utility not working
Brought to you by:
ajlittoz
|
From: Rick T. <te...@fn...> - 2003-07-18 17:51:20
|
Hi
I've run into a problem with the search utility for the CDF code
browser. I tried a freetext search on the string "decayBMeson"
and ended up with no results. However, I find in the EvtGen
package (EvtGen/src/EvtGenInterface.cc, line 33) the following
line of code.
031 /* Constructor */
032 EvtGenInterface::EvtGenInterface(EvtGen *generator, bool adjustCPAsymm,
033 bool verbose, bool decayBMeson, bool decayBBaryon, bool decayPromptCharm){
034 _generator = generator;
It seems to me that the search utility is not really working. Would
you please look into this problem?
Rick
|