#include <map>#include <vector>#include <sstream>#include <numeric>#include <cassert>#include <cmath>#include <algorithm>#include <functional>#include "AltAlgSliceList.h"#include "AltWrapperStlVecStripHandle.h"#include "Algorithm/AlgFactory.h"#include "Algorithm/AlgHandle.h"#include "Algorithm/AlgConfig.h"#include "Candidate/CandContext.h"#include "CandDigit/CandDigitHandle.h"#include "RecoBase/CandSlice.h"#include "RecoBase/CandSliceHandle.h"#include "RecoBase/CandSliceList.h"#include "RecoBase/CandSliceListHandle.h"#include "Conventions/Detector.h"#include "LeakChecker/Lea.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Navigation/NavKey.h"#include "Navigation/NavSet.h"#include "Navigation/XxxItr.h"#include "RawData/RawDigit.h"#include "RawData/RawHeader.h"#include "RawData/RawRecord.h"#include "RawData/RawChannelId.h"#include "RawData/RawDigitDataBlock.h"#include "RecoBase/CandStripHandle.h"#include "RecoBase/CandStripListHandle.h"#include "UgliGeometry/UgliGeomHandle.h"#include "Validity/VldContext.h"#include <TCanvas.h>#include <TPad.h>#include <TLine.h>#include <TMath.h>#include <TH1D.h>#include <TH2D.h>#include <TH3D.h>Go to the source code of this file.
Classes | |
| struct | min_time_distance |
| struct | is_in_z_window_noref |
| struct | is_in_t_window_noref |
| struct | is_in_tz_window |
| struct | is_in_tztpos_window |
| struct | min_t |
| struct | min_plane |
| struct | peak_before |
| struct | zero_charge |
| struct | sum_q |
| struct | sum_qtpos |
| struct | sum_qz |
| struct | sum_qtime |
| struct | is_u_view |
| struct | is_v_view |
| struct | same_strip |
| class | PlaneCandStripHandleKeyFunctor |
Functions | |
| CVSID ("$Id: AltAlgSliceList.cxx,v 1.25 2007/11/11 08:07:50 rhatcher Exp $") | |
| NavKey | StripKeyFromTime (const CandStripHandle *csh) |
| NavKey | SelectNonZeroQ (const CandStripHandle *csh) |
|
||||||||||||
|
|
|
|
Definition at line 203 of file AltAlgSliceList.cxx. References CandStripHandle::GetCharge(). Referenced by AltAlgSliceList::RunAlg(). 00203 {
00204 return (csh->GetCharge() > 0);
00205 }
|
|
|
Definition at line 200 of file AltAlgSliceList.cxx. References CandStripHandle::GetCorrBegTime(). Referenced by AltAlgSliceList::RunAlg(). 00200 {
00201 return csh->GetCorrBegTime();
00202 }
|
1.3.9.1