#include "Algorithm/AlgHandle.h"#include "CandDigit/CandDigit.h"#include "CandDigit/CandDigitHandle.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "Candidate/CandBase.tpl"Go to the source code of this file.
Functions | |
| void | SetCandDigitPlexListInEquivTestState (int state) |
| int | GetCandDigitPlexListInEquivTestState () |
| CVSID ("$Id: CandDigit.cxx,v 1.12 2008/05/09 14:52:28 boehm Exp $") | |
Variables | |
| int | CandDigitPlexListInEquivTestState = 1 |
|
||||||||||||
|
|
|
|
Definition at line 34 of file CandDigit.cxx. 00035 {
00036 return CandDigitPlexListInEquivTestState;
00037 }
|
|
|
Definition at line 30 of file CandDigit.cxx. References CandDigitPlexListInEquivTestState. Referenced by NtpMRModule::FillNtpSummary(). 00030 {
00031 CandDigitPlexListInEquivTestState = state;
00032 }
|
|
|
Definition at line 28 of file CandDigit.cxx. Referenced by CandDigit::IsEquivalent(), and SetCandDigitPlexListInEquivTestState(). |
1.3.9.1