Plug-n-Play -- configuration at the macro level, cont’
// 3) set the Pair cuts for the analysis
qualityPairCut* qpc = new qualityPairCut;
qpc->SetQualityCut(-0.5,0.6);
// 4) set the number of events to mix (per event)
anal->SetNumEventsToMix(5);
// 5) now set up the correlation functions
ecf2 = new ExitSepCorrFctn("ExitSep",
entcf2 = new EntranceSepCorrFctn("EntSep",
anal->AddCorrFctn(entcf2);
// 7) add the Analysis to the AnalysisCollection
TheManager->AddAnalysis(anal);
Maker chain (only StHbtMaker)
ready to go… add more Analyses if desired