#include <ASCtile.h>
Public Types | |
| SignalA = 0 | |
| SignalB = 1 | |
| VetoA = 2 | |
| VetoB = 3 | |
| GemVeto = 4 | |
| enum | StatusBit { SignalA = 0, SignalB = 1, VetoA = 2, VetoB = 3, GemVeto = 4 } |
Public Member Functions | |
| ASCtile (unsigned ptr[32]) | |
| Constructor for initializing the ASCtile class with a ptr to the data. | |
| unsigned | counts (StatusMask mask) const |
| method for returning the number of counts with particular status flags | |
| unsigned | counts (StatusBit bit) const |
| method for returning the number of counts with particular status flags | |
| unsigned * | ptr () const |
| char * | rawData () const |
Static Public Member Functions | |
| static unsigned | counts (unsigned *ptr, StatusMask mask) |
| Static method for returning the number of counts with particular status flags. | |
| static unsigned | counts (unsigned *ptr, StatusBit bit) |
| Static method for returning the number of counts with particular status flag. | |
Classes | |
| class | StatusMask |
Copyright: Copyright 2005 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| ASCtile::ASCtile | ( | unsigned | ptr[32] | ) | [inline] |
Constructor for initializing the ASCtile class with a ptr to the data.
| ptr | - pointer to the first bin |
| unsigned ASCtile::counts | ( | StatusBit | bit | ) | const [inline] |
method for returning the number of counts with particular status flags
| StatusBit | - a particular bit of the status mask |
| unsigned ASCtile::counts | ( | unsigned * | ptr, | |
| StatusBit | bit | |||
| ) | [inline, static] |
Static method for returning the number of counts with particular status flag.
| ptr | - pointer to the first bin of the histogram | |
| StatusBit | - a particular bit of the status mask |
| unsigned ASCtile::counts | ( | StatusMask | mask | ) | const [inline] |
method for returning the number of counts with particular status flags
| StatusMask | - status flags |
| unsigned ASCtile::counts | ( | unsigned * | ptr, | |
| StatusMask | mask | |||
| ) | [inline, static] |
Static method for returning the number of counts with particular status flags.
| ptr | - pointer to the first bin of the histogram | |
| StatusMask | - status flags |
1.4.7