#include <FitterMode.h>
Public Member Functions | |
FitterMode () throw () | |
~FitterMode () throw () | |
void | fitChannels (bool b=true) throw () |
void | fitLinks (bool b=true) throw () |
void | fitChips (bool b=true) throw () |
void | doSummary (bool b=true) throw () |
void | fitDefault () throw () |
Default is that only chips are fitted. | |
void | fitAll () throw () |
Do everything: chips, strips and links. | |
void | fitNone () throw () |
Do no fits at all! | |
bool | fittingChannels () const throw () |
bool | fittingChips () const throw () |
bool | fittingLinks () const throw () |
bool | doingSummary () const throw () |
Private Attributes | |
bool | strip |
Can be sent to an ostream. | |
bool | link |
bool | chip |
bool | summary |
Definition at line 12 of file FitterMode.h.
|
Do everything: chips, strips and links.
Definition at line 23 of file FitterMode.cpp. References doSummary(), fitChannels(), fitChips(), and fitLinks(). Here is the call graph for this function: ![]() |
|
Default is that only chips are fitted.
Definition at line 38 of file FitterMode.cpp. References doSummary(), fitChannels(), fitChips(), and fitLinks(). Referenced by FitterMode(). Here is the call graph for this function: ![]() |
|
Do no fits at all!
Definition at line 41 of file FitterMode.cpp. References doSummary(), fitChannels(), fitChips(), and fitLinks(). Referenced by SctFitter::StrobeDelayFitAlgorithm::StrobeDelayFitAlgorithm(), SctFitter::ThresholdFitAlgorithm::ThresholdFitAlgorithm(), and SctFitter::ThresholdFitAlgorithm2::ThresholdFitAlgorithm2(). Here is the call graph for this function: ![]() |
|
Can be sent to an ostream.
Definition at line 41 of file FitterMode.h. Referenced by fittingChannels(). |