Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DmxShowerPlane.cxx File Reference

#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 $")


Function Documentation

CVSID "$Id: DmxShowerPlane cxx,
v 1.77 2007/11/11 07:36:22 rhatcher Exp $" 
 

NavKey KeyStat const DmxHypothesis hypo  )  [static]
 

Definition at line 35 of file DmxShowerPlane.cxx.

References DmxHypothesis::GetStat().

Referenced by DmxShowerPlane::DmxShowerPlane().

00035                                                  {
00036   return hypo->GetStat();
00037 }

NavKey KeyValidHypo const DmxHypothesis hypo  )  [static]
 

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 }


Generated on Mon Feb 15 11:07:56 2010 for loon by  doxygen 1.3.9.1