#include "DeMux/DmxUtilities.h"
#include "MessageService/MsgService.h"
#include "MessageService/MsgFormat.h"
#include "Navigation/NavKey.h"
#include "Navigation/NavSet.h"
#include "DeMux/DmxHypothesis.h"
#include "DeMux/DmxShowerPlane.h"
#include "DeMux/DmxMuonPlane.h"
#include "DeMux/DmxStatus.h"
#include "TMath.h"
#include "TH2.h"
#include "TMatrix.h"
#include "Conventions/Munits.h"
#include "Conventions/PlaneView.h"
#include "Conventions/StripEnd.h"
#include "Algorithm/AlgConfig.h"
#include "CandDigit/CandDeMuxDigit.h"
#include "CandDigit/CandDeMuxDigitHandle.h"
Go to the source code of this file.
Functions | |
static NavKey | KeyFromPlane (const CandDeMuxDigitHandle *cdh) |
CVSID ("$Id: DmxUtilities.cxx,v 1.36 2004/11/03 22:22:49 brebel Exp $") |
CVSID | ( | "$Id: DmxUtilities. | cxx, | |
v 1.36 2004/11/03 22:22:49 brebel Exp $" | ||||
) |
static NavKey KeyFromPlane | ( | const CandDeMuxDigitHandle * | cdh | ) | [static] |
Definition at line 33 of file DmxUtilities.cxx.
References PlexSEIdAltL::GetPlane(), and CandDigitHandle::GetPlexSEIdAltL().
Referenced by DmxUtilities::FillPlaneArray().
00033 { 00034 return cdh->GetPlexSEIdAltL().GetPlane();}