Plug-n-Play -- configuration at the macro level
void StHbtSectoredExample(Int_t nevents=100,
"/star/rcf/pwg/hbt/July2000/HalfFieldData_new2.microDst")
// Dynamically link needed shared libs
gSystem->Load("St_base");
chain = new StChain("StChain");
// Now we add Makers to the chain...
StHbtMaker* hbtMaker = new StHbtMaker("HBT","title");
/* -------------- set up of hbt stuff ----- */
StHbtManager* TheManager = hbtMaker->HbtManager();
StHbtBinaryReader* Reader = new StHbtBinaryReader;
Reader->SetFileName(MainFile);
TheManager->SetEventReader(Reader);
Maker chain (only StHbtMaker)