#include "AlgFilterDigitListAB.h"#include "Algorithm/AlgConfig.h"#include "Algorithm/AlgFactory.h"#include "Algorithm/AlgHandle.h"#include "Candidate/CandContext.h"#include "CandData/CandHeader.h"#include "CandData/CandRecord.h"#include "CandDigit/CandDigit.h"#include "CandDigit/CandDigitHandle.h"#include "CandDigit/CandDigitList.h"#include "CandDigit/CandDigitListHandle.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: AlgFilterDigitListAB.cxx,v 1.3 2007/02/09 17:08:50 rhatcher Exp $") | |
| NavKey | KeyFromDigitTime (const CandDigitHandle *digit) |
|
||||||||||||
|
|
|
|
Definition at line 23 of file AlgFilterDigitListAB.cxx. References digit(). 00023 {
00024 Int_t time = (Int_t)(1.e9*digit->GetTime(CalTimeType::kNone));
00025 return time;
00026 }
|
1.3.9.1