#include <ASCsummary.h>
Public Types | |
| AEM_Ok = 0 | |
| AEM_InError = 1 | |
| AEM_Missing = 2 | |
| N_AEM_Status = 3 | |
| GEM_Ok = 0 | |
| GEM_InError = 1 | |
| GEM_Missing = 2 | |
| N_GEM_Status = 3 | |
| enum | AemStatus { AEM_Ok = 0, AEM_InError = 1, AEM_Missing = 2, N_AEM_Status = 3 } |
| enum | GemStatus { GEM_Ok = 0, GEM_InError = 1, GEM_Missing = 2, N_GEM_Status = 3 } |
Public Member Functions | |
| ASCsummary (unsigned ptr[9]) | |
| Constructor for initializing the ASCsummary class with a ptr to the data. | |
| unsigned | counts (AemStatus aemStatus, GemStatus gemStatus) const |
| method for returning the number of counts with particular status flags | |
| unsigned | counts (AemStatus aemStatus) const |
| method for returning the number of counts with particular status flags | |
| unsigned | counts (GemStatus gemStatus) const |
| method for returning the number of counts with particular status flags | |
| unsigned * | ptr () const |
| method for returning the ptr to the data | |
Static Public Member Functions | |
| static unsigned | counts (unsigned *ptr, AemStatus aemStatus, GemStatus gemStatus) |
| Static method for returning the number of counts with particular status flags. | |
| static unsigned | counts (unsigned *ptr, AemStatus aemStatus) |
| Static method for returning the number of counts with particular status flags. | |
| static unsigned | counts (unsigned *ptr, GemStatus gemStatus) |
| Static method for returning the number of counts with particular status flags. | |
Copyright: Copyright 2005 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| ASCsummary::ASCsummary | ( | unsigned | ptr[9] | ) | [inline] |
Constructor for initializing the ASCsummary class with a ptr to the data.
| ptr | - pointer to the first bin |
| unsigned ASCsummary::counts | ( | GemStatus | gemStatus | ) | const [inline] |
method for returning the number of counts with particular status flags
| GemStatus | - status of the Gem |
| unsigned ASCsummary::counts | ( | unsigned * | ptr, | |
| GemStatus | gemStatus | |||
| ) | [inline, static] |
Static method for returning the number of counts with particular status flags.
| ptr | - pointer to the first bin of the histogram | |
| GemStatus | - status of the Gem |
| unsigned ASCsummary::counts | ( | AemStatus | aemStatus | ) | const [inline] |
method for returning the number of counts with particular status flags
| AemStatus | - status of the Aem |
| unsigned ASCsummary::counts | ( | unsigned * | ptr, | |
| AemStatus | aemStatus | |||
| ) | [inline, static] |
Static method for returning the number of counts with particular status flags.
| ptr | - pointer to the first bin of the histogram | |
| AemStatus | - status of the Aem |
| unsigned ASCsummary::counts | ( | AemStatus | aemStatus, | |
| GemStatus | gemStatus | |||
| ) | const [inline] |
method for returning the number of counts with particular status flags
| AemStatus | - status of the Aem | |
| GemStatus | - status of the Gem |
| unsigned ASCsummary::counts | ( | unsigned * | ptr, | |
| AemStatus | aemStatus, | |||
| GemStatus | gemStatus | |||
| ) | [inline, static] |
Static method for returning the number of counts with particular status flags.
| ptr | - pointer to the first bin of the histogram | |
| AemStatus | - status of the Aem | |
| GemStatus | - status of the Gem |
| unsigned * ASCsummary::ptr | ( | ) | const [inline] |
method for returning the ptr to the data
1.4.7