SpectraPac 2.0(r200)
Evaluates PAC Measurements
Public Member Functions | Public Attributes

PacKnockoutSettings Class Reference

Class encapsulating a set of coincidence knockout settings. More...

#include <PacKnockoutSettings.h>

List of all members.

Public Member Functions

 PacKnockoutSettings ()
QString csvHeader () const
void appendToDomNode (QDomElement &node) const
 Appends this object's current state to the passed DOM node.
void initializeFromDomNode (const QDomElement &node)
 Initializes this object's current state from the passed DOM node.

Public Attributes

int numOfAllowedStarts
 0 means unlimited
int useStartNum
int numOfAllowedStops
 < 0 means "use every start", negative numbers mean "count in reverse direction"
int useStopNum
bool excludePromptCoincidences
 < 0 means "use every start", negative numbers mean "count in reverse direction"
double promptExclusionLength

Detailed Description

Class encapsulating a set of coincidence knockout settings.

Author:
Matthias Nagl <mnagl@uni-goettingen.de>

Constructor & Destructor Documentation

PacKnockoutSettings::PacKnockoutSettings ( )

Member Function Documentation

void PacKnockoutSettings::appendToDomNode ( QDomElement &  node) const

Appends this object's current state to the passed DOM node.

This method expects the parent element where it shall append this object's information as a parameter

QString PacKnockoutSettings::csvHeader ( ) const
void PacKnockoutSettings::initializeFromDomNode ( const QDomElement &  node)

Initializes this object's current state from the passed DOM node.

This method expects the parent element where it shall read this object's information from as a parameter


Member Data Documentation

< 0 means "use every start", negative numbers mean "count in reverse direction"

0 means unlimited

< 0 means "use every start", negative numbers mean "count in reverse direction"

0 means unlimited


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines