Writing Gains via TpcDb Object in a RootMacro

void WriteGains(){

gSystem->Load("St_base"); // Root version of StDbLib depends on St_base
gSystem->Load("StDbLib.so"); 
gSystem->Load("StTpcDbUtil.so"); // Utilities depend on StDbLib
gSystem->Load("WriteGains.so"); // Write depends on StTpcDbUtil

// do the work
WriteGains writer;
writer.write();

}


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.