#include <cassert>#include "Algorithm/AlgFactory.h"#include "Algorithm/AlgHandle.h"#include "Algorithm/AlgConfig.h"#include "Candidate/CandContext.h"#include "CandTrackSR/AlgTrackSR.h"#include "CandTrackSR/CandTrackSRHandle.h"#include "CandTrackSR/TrackClusterSR.h"#include "CandTrackSR/Track2DSR.h"#include "Conventions/CalTimeType.h"#include "Conventions/Mphysical.h"#include "Conventions/Munits.h"#include "Conventions/PlaneView.h"#include "DataUtil/GetMomFromRange.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "Navigation/XxxItr.h"#include "Plex/PlexStripEndId.h"#include "Plex/PlexPlaneId.h"#include "RecoBase/ArrivalTime.h"#include "RecoBase/CandSliceHandle.h"#include "RecoBase/CandStripHandle.h"#include "RecoBase/CandStripListHandle.h"#include "RecoBase/LinearFit.h"#include "RecoBase/PropagationVelocity.h"#include "UgliGeometry/UgliGeomHandle.h"#include "UgliGeometry/UgliScintPlnHandle.h"#include "Validity/VldContext.h"#include "TMath.h"Go to the source code of this file.
Functions | |
| NavKey | KeyOnStripTPos (const CandStripHandle *cth) |
| CVSID ("$Id: AlgTrackSR.cxx,v 1.71 2007/02/04 06:03:24 rhatcher Exp $") | |
|
||||||||||||
|
|
|
|
Definition at line 53 of file AlgTrackSR.cxx. References CandStripHandle::GetTPos(). 00054 {
00055 return cth->GetTPos();
00056 }
|
1.3.9.1