Classes | Typedefs | Enumerations
reco_tool Namespace Reference

Classes

class  BaselinedGausFitCache
 
class  CandHitDerivative
 
class  CandHitMorphological
 
class  CandHitStandard
 
class  ICandidateHitFinder
 
class  IPeakFitter
 
class  IWaveformTool
 
class  PeakFitterGaussElimination
 
class  PeakFitterGaussian
 
class  PeakFitterMrqdt
 
class  WaveformTools
 

Typedefs

template<class T >
using Waveform = std::vector< T >
 
using HistogramMap = std::map< int, TProfile * >
 

Enumerations

enum  HistogramType : int {
  WAVEFORM, EROSION, DILATION, AVERAGE,
  DIFFERENCE, OPENING, CLOSING, DOPENCLOSING,
  LASTELEMENT
}
 

Typedef Documentation

using reco_tool::HistogramMap = typedef std::map<int, TProfile*>

Definition at line 37 of file IWaveformTool.h.

template<class T >
using reco_tool::Waveform = typedef std::vector<T>

Definition at line 21 of file IWaveformTool.h.

Enumeration Type Documentation

Enumerator
WAVEFORM 
EROSION 
DILATION 
AVERAGE 
DIFFERENCE 
OPENING 
CLOSING 
DOPENCLOSING 
LASTELEMENT 

Definition at line 24 of file IWaveformTool.h.