Logo ST Silicon Tracker Software
 HOME   Documentation   Packages   DetDesc   Alignment   Tsa   DC'06   How To   Links 

Selecting clean tracks from the Pattern Recognition

ITrackSelector* selector = tool<ITrackSelector>("CleanPatTrackSelector")   // get the tool;
Track aTrack;
bool ok = selector->accept(aTrack);   // return true if accepted
TrackContainerCleaner.inputLocation = "Rec/Best/Tracks";
TrackContainerCleaner.selectorName = "CleanPatTrackSelector";


Last modified: Thursday 10th 2008f January 2008, 13:38    email: address   address
Valid XHTML 1.0!   Valid CSS!