#include <list>#include <cmath>#include "UgliGeometry/UgliGeomHandle.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "CandData/CandRecord.h"#include "CandData/CandHeader.h"#include "RecoBase/CandFitTrackListHandle.h"#include "RecoBase/CandFitTrackHandle.h"#include "DataUtil/GetCandidate.h"#include "DataUtil/GetCandHeader.h"#include "DataUtil/CDL2STL.h"#include "StopMuFinderFactory.h"#include "StopMuFinderFar.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: StopMuFinderFar.cxx,v 1.3 2007/02/04 05:49:29 rhatcher Exp $") | |
| StopMuFinder * | CreateSMF () |
| creator function (aka virtual constructor) | |
Variables | |
| const string | STOP_MU_FINDER_FAR = "StopMuFinderFar" |
| The ID of class Line. | |
| bool | registered |
| register block. When is it actually happening? | |
|
|
creator function (aka virtual constructor)
Definition at line 42 of file StopMuFinderFar.cxx. 00042 { return new StopMuFinderFar; }
|
|
||||||||||||
|
|
|
|
Initial value: StopMuFinderFactory::Instance(). RegisterStopMuFinder(STOP_MU_FINDER_FAR, CreateSMF)
Definition at line 45 of file StopMuFinderFar.cxx. |
|
|
The ID of class Line.
Definition at line 34 of file StopMuFinderFar.cxx. |
1.3.9.1