#include <cmath>#include <cassert>#include "Algorithm/AlgFactory.h"#include "Algorithm/AlgHandle.h"#include "Algorithm/AlgConfig.h"#include "Candidate/CandContext.h"#include "CandDigit/CandDigitHandle.h"#include "CandDigit/CandDigitListHandle.h"#include "ShieldPlank/AlgShieldPlankList.h"#include "ShieldPlank/CandShieldPlankList.h"#include "ShieldPlank/CandShieldPlankListHandle.h"#include "ShieldPlank/CandShieldPlank.h"#include "Conventions/Mphysical.h"#include "Conventions/Munits.h"#include "Conventions/PlaneView.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "UgliGeometry/UgliGeomHandle.h"#include "Validity/VldContext.h"Go to the source code of this file.
Functions | |
| NavKey | StripSRKeyFromPSEId (const CandDigitHandle *) |
| CVSID ("$Id: AlgShieldPlankList.cxx,v 1.3 2007/02/04 05:26:51 rhatcher Exp $") | |
|
||||||||||||
|
|
|
|
Definition at line 173 of file AlgShieldPlankList.cxx. Referenced by AlgShieldPlankList::RunAlg(). 00174 {
00175 //junk function stolen from roy
00176 return const_cast<CandDigitHandle *>(cdh)->GetPlexSEIdAltL().GetBestSEId().GetEncoded();
00177 }
|
1.3.9.1