#include "DeMux/DmxDeMuxModule.h"#include "DeMux/DmxChiSqrStat.h"#include "DeMux/DmxUtilities.h"#include "JobControl/JobCModuleRegistry.h"#include "JobControl/JobCommand.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Algorithm/AlgConfig.h"#include "CandDigit/CandDeMuxDigitListHandle.h"#include "CandDigit/CandDigitHandle.h"#include "CandDigit/CandDeMuxDigitHandle.h"#include "Algorithm/AlgFactory.h"#include "Algorithm/AlgHandle.h"#include "CandData/CandRecord.h"#include "CandData/CandHeader.h"#include "Candidate/CandContext.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "Conventions/PlaneView.h"#include "CandTrackSR/CandTrackSR.h"#include "Navigation/XxxItr.h"#include "RecoBase/CandTrackHandle.h"#include "RecoBase/CandTrackListHandle.h"#include "DeMux/DmxShowerPlane.h"#include "DeMux/DmxMuonPlane.h"#include "DeMux/DmxPlane.h"#include "DeMux/DmxHypothesis.h"#include "TH1.h"#include "TH2.h"#include "TClonesArray.h"#include "RawData/RawRecord.h"#include "RawData/RawDaqSnarlHeader.h"#include "Validity/VldContext.h"#include "UgliGeometry/UgliGeomHandle.h"#include "DataUtil/Truthifier.h"#include "TObjArray.h"#include <cassert>Go to the source code of this file.
Functions | |
| NavKey | KeyOnPlaneNum (const TObject *tobj) |
| NavKey | KeyFrmDigitPlane (const CandDeMuxDigitHandle *cdh) |
| CVSID ("$Id: DmxDeMuxModule.cxx,v 1.61 2005/03/26 21:41:49 gmieg Exp $") | |
| JOBMODULE (DmxDeMuxModule,"DeMuxModule","A module used for demultiplexing the far detector") | |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 58 of file DmxDeMuxModule.cxx. References PlexSEIdAltL::GetPlane(), and CandDigitHandle::GetPlexSEIdAltL(). Referenced by DmxDeMuxModule::Ana(). 00058 {
00059 return cdh->GetPlexSEIdAltL().GetPlane();}
|
|
|
Definition at line 52 of file DmxDeMuxModule.cxx. References DmxPlane::GetPlaneNumber(). Referenced by DmxDeMuxModule::Ana(). 00052 {
00053 const DmxPlane *currentPlane = dynamic_cast<const DmxPlane *>(tobj);
00054 return currentPlane->GetPlaneNumber();
00055 }
|
1.3.9.1