*
?
ext:cpp
regexp:(?i)\bs?printf
regexp:"(three|3) mice"
function:foo
callers:GetStringFromName
type:Stack
bases:SomeSubclass
derived:SomeSuperclass
member:SomeClass
+overridden:Derived::foo()
overrides:someMethod
{ // initialize the core of the framework, and load the PFRootEvent // library, which contains the ROOT interface gSystem->Load("libFWCoreFWLite.so"); gSystem->Load("libDataFormatsParticleFlowReco.so"); FWLiteEnabler::enable(); }
{
// initialize the core of the framework, and load the PFRootEvent
// library, which contains the ROOT interface
gSystem->Load("libFWCoreFWLite.so");
gSystem->Load("libDataFormatsParticleFlowReco.so");
FWLiteEnabler::enable();
}