Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

dbi_setup.h File Reference

Go to the source code of this file.

Functions

void dbi_setup ()


Function Documentation

void dbi_setup  ) 
 

Definition at line 1 of file dbi_setup.h.

References UgliLoanPool::Instance(), UgliLoanPool::SetAlwaysUseDbi(), and UgliLoanPool::SetUseGeo().

00002 {
00003 
00005   // Set Ugli to use only database.
00006   UgliLoanPool::SetAlwaysUseDbi(true);
00007   // Use GeoGeometry for reconstruction instead of UgliGeometry
00008   UgliLoanPool::Instance()->SetUseGeo(true);
00009 
00010 }


Generated on Mon Feb 15 11:07:55 2010 for loon by  doxygen 1.3.9.1