Diana Software
Public Member Functions | Private Attributes | List of all members
MTutorialPulseShape Class Reference
Inheritance diagram for MTutorialPulseShape:

Public Member Functions

void Init (Diana::QEvent &ev)
 Init method. More...
 
void Do (Diana::QEvent &ev)
 Do method. Declare and implement only one of the two versions. More...
 
void Done ()
 Done method. More...
 

Private Attributes

std::string fAveragePulseInput
 input source of average pulses More...
 
std::set< int > fChannelsWithoutAP
 list of channels without average pulse More...
 

Detailed Description

Examples
MTutorialPulseShape.cc, and MTutorialPulseShape.hh.

Definition at line 40 of file MTutorialPulseShape.hh.

Member Function Documentation

◆ Do()

void MTutorialPulseShape::Do ( Diana::QEvent &  ev)

Do method. Declare and implement only one of the two versions.

Examples
MTutorialPulseShape.cc, and MTutorialPulseShape.hh.

Definition at line 35 of file MTutorialPulseShape.cc.

References QEvent::Get(), QBaselineData::GetBaseline(), QBaselineData::GetBaselineRMS(), QPulseInfo::GetChannelId(), and QPulse::GetSamples().

◆ Done()

void MTutorialPulseShape::Done ( )

Done method.

Examples
MTutorialPulseShape.cc, and MTutorialPulseShape.hh.

Definition at line 84 of file MTutorialPulseShape.cc.

◆ Init()

void MTutorialPulseShape::Init ( Diana::QEvent &  ev)

Init method.

Examples
MTutorialPulseShape.cc, and MTutorialPulseShape.hh.

Definition at line 22 of file MTutorialPulseShape.cc.

References QEvent::Add(), and QEvent::Require().

Member Data Documentation

◆ fAveragePulseInput

std::string MTutorialPulseShape::fAveragePulseInput
private

input source of average pulses

Examples
MTutorialPulseShape.hh.

Definition at line 55 of file MTutorialPulseShape.hh.

◆ fChannelsWithoutAP

std::set<int> MTutorialPulseShape::fChannelsWithoutAP
private

list of channels without average pulse

Examples
MTutorialPulseShape.hh.

Definition at line 57 of file MTutorialPulseShape.hh.


The documentation for this class was generated from the following files: