#include <cassert>#include <fstream>#include <vector>#include "Algorithm/AlgFactory.h"#include "Algorithm/AlgHandle.h"#include "Algorithm/AlgConfig.h"#include "Candidate/CandContext.h"#include "CandSubShowerSR/AlgSubShowerSR.h"#include "CandSubShowerSR/AlgSubShowerSRList.h"#include "CandSubShowerSR/CandSubShowerSR.h"#include "CandSubShowerSR/CandSubShowerSRHandle.h"#include "CandSubShowerSR/CandSubShowerSRList.h"#include "CandSubShowerSR/CandSubShowerSRListHandle.h"#include "Conventions/PlaneView.h"#include "CandSubShowerSR/ClusterType.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "RecoBase/CandSliceHandle.h"#include "RecoBase/CandTrackHandle.h"#include "RecoBase/CandClusterHandle.h"#include "RecoBase/CandSliceListHandle.h"#include "RecoBase/CandTrackListHandle.h"#include "RecoBase/CandClusterListHandle.h"#include "Validity/VldContext.h"#include "UgliGeometry/UgliGeomHandle.h"#include "Calibrator/Calibrator.h"#include "TSpectrum.h"#include "TMath.h"#include "TGraphErrors.h"#include "TCanvas.h"#include "TStyle.h"Go to the source code of this file.
Defines | |
| #define | MAXHOUGHITER 5 |
| #define | STRIPWIDTHINMETRES 0.041 |
| #define | PITCHINMETRES 0.06 |
| #define | FIRSTNDSPECPLANE 121 |
Functions | |
| CVSID ("$Id: AlgSubShowerSRList.cxx,v 1.32 2009/02/13 15:53:37 asousa Exp $") | |
|
|
Definition at line 48 of file AlgSubShowerSRList.cxx. |
|
|
Definition at line 45 of file AlgSubShowerSRList.cxx. |
|
|
Definition at line 47 of file AlgSubShowerSRList.cxx. |
|
|
Definition at line 46 of file AlgSubShowerSRList.cxx. |
|
||||||||||||
|
|
1.3.9.1