Go to the source code of this file.
Functions | |
| void | configure_ugli () |
|
|
Definition at line 1 of file Cedar_phy/restructure-chris/headers/configure_ugli.h. References UgliLoanPool::Instance(), UgliLoanPool::SetAlwaysUseDbi(), and UgliLoanPool::SetUseGeo(). 00002 {
00004
00005 // Set Ugli to use only database.
00006 UgliLoanPool::SetAlwaysUseDbi(true);
00007
00008 // Use GeoGeometry for reconstruction instead of UgliGeometry
00009 UgliLoanPool::Instance()->SetUseGeo(true);
00010 }
|
1.3.9.1