All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Enumerations
reco_tool Namespace Reference

Classes

class  CandHitICARUS
 
class  IPeakFitter
 
class  PeakFitterICARUS
 
class  CandHitDerivative
 
class  CandHitMorphological
 
class  CandHitStandard
 
class  ICandidateHitFinder
 
class  IWaveformTool
 
class  PeakFitterGaussElimination
 
class  BaselinedGausFitCache
 
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 41 of file IWaveformTool.h.

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

Definition at line 25 of file IWaveformTool.h.

Enumeration Type Documentation

Enumerator
WAVEFORM 
EROSION 
DILATION 
AVERAGE 
DIFFERENCE 
OPENING 
CLOSING 
DOPENCLOSING 
LASTELEMENT 

Definition at line 28 of file IWaveformTool.h.