#include "DeMux/DmxShowerPlane.h"#include "DeMux/DmxHypothesis.h"#include "MessageService/MsgService.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "MINF_Classes/MINFast.h"#include "Conventions/PlaneView.h"#include "UgliGeometry/UgliStripHandle.h"#include "UgliGeometry/UgliScintPlnHandle.h"#include "Plex/PlexStripEndId.h"#include "Algorithm/AlgConfig.h"#include "TMath.h"Go to the source code of this file.
Functions | |
| NavKey | KeyValidHypo (const DmxHypothesis *hypo) |
| NavKey | KeyStat (const DmxHypothesis *hypo) |
| CVSID ("$Id: DmxShowerPlane.cxx,v 1.77 2007/11/11 07:36:22 rhatcher Exp $") | |
|
||||||||||||
|
|
|
|
Definition at line 35 of file DmxShowerPlane.cxx. References DmxHypothesis::GetStat(). Referenced by DmxShowerPlane::DmxShowerPlane(). 00035 {
00036 return hypo->GetStat();
00037 }
|
|
|
Definition at line 29 of file DmxShowerPlane.cxx. Referenced by DmxShowerPlane::DmxShowerPlane(). 00029 {
00030 //return hypo->IsValid() == Bool_t::kTrue;
00031 return (Int_t)hypo->IsValid() == 1;
00032 }
|
1.3.9.1