#include <eventSummary.h>
Public Member Functions | |
| EventSummary (unsigned summary) | |
| Constructor for initializing the EventSummary class with a summary word. | |
| unsigned | calStrobe () const |
Method for returning the calStrobe state in the summary word. | |
| unsigned | tag () const |
Method for returning the tag value in the summary word. | |
| unsigned | TACK () const |
Method for returning the TACK state in the summary word. | |
| unsigned | readout4 () const |
Method for returning the 4-range readout state in the summary word. | |
| unsigned | zeroSuppress () const |
Method for returning the zeroSuppress state in the summary word. | |
| unsigned | marker () const |
Method for returning the marker value in the summary word. | |
| unsigned | error () const |
Method for returning the error state in the summary word. | |
| unsigned | diagnostic () const |
Method for returning the diagnostic state in the summary word. | |
| unsigned | eventNumber () const |
Method for returning the eventNumber value in the summary word. | |
| unsigned | trgParityError () const |
Method for returning the trigger message parity error state in the summary word. | |
Static Public Member Functions | |
| static unsigned | calStrobe (unsigned summary) |
Static method for returning the calStrobe state in the summary word. | |
| static unsigned | tag (unsigned summary) |
Static method for returning the tag value in the summary word. | |
| static unsigned | TACK (unsigned summary) |
Static method for returning the TACK state in the summary word. | |
| static unsigned | readout4 (unsigned summary) |
Static method for returning the 4-range readout state in the summary word. | |
| static unsigned | zeroSuppress (unsigned summary) |
Static method for returning the zeroSuppress state in the summary word. | |
| static unsigned | marker (unsigned summary) |
Static method for returning the marker value in the summary word. | |
| static unsigned | error (unsigned summary) |
Static method for returning the error state in the summary word. | |
| static unsigned | diagnostic (unsigned summary) |
Static method for returning the diagnostic state in the summary word. | |
| static unsigned | eventNumber (unsigned summary) |
Static method for returning the eventNumber value in the summary word. | |
| static unsigned | trgParityError (unsigned summary) |
Static method for returning the trigger message parity error state in the summary word. | |
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| EventSummary::EventSummary | ( | unsigned | summary | ) | [inline] |
Constructor for initializing the EventSummary class with a summary word.
| summary | - A summary word |
| unsigned EventSummary::calStrobe | ( | ) | const [inline] |
Method for returning the calStrobe state in the summary word.
calStrobe state | unsigned EventSummary::calStrobe | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the calStrobe state in the summary word.
| summary | - A summary word |
calStrobe state | unsigned EventSummary::diagnostic | ( | ) | const [inline] |
Method for returning the diagnostic state in the summary word.
If this error state is true, this event will have an diagnostic contribution decodable with DIAGcontributionIterator.
diagnostic state | unsigned EventSummary::diagnostic | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the diagnostic state in the summary word.
If this error state is true, this event will have an diagnostic contribution decodable with DIAGcontributionIterator.
| summary | - A summary word |
diagnostic state | unsigned EventSummary::error | ( | ) | const [inline] |
Method for returning the error state in the summary word.
If this error state is true, this event will have an error contribution decodable with ERRcontributionIterator.
error state | unsigned EventSummary::error | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the error state in the summary word.
If this error state is true, this event will have an error contribution decodable with ERRcontributionIterator.
| summary | - A summary word |
error state | unsigned EventSummary::eventNumber | ( | ) | const [inline] |
Method for returning the eventNumber value in the summary word.
eventNumber value | unsigned EventSummary::eventNumber | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the eventNumber value in the summary word.
| summary | - A summary word |
eventNumber value | unsigned EventSummary::marker | ( | ) | const [inline] |
Method for returning the marker value in the summary word.
marker value | unsigned EventSummary::marker | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the marker value in the summary word.
| summary | - A summary word |
marker value | unsigned EventSummary::readout4 | ( | ) | const [inline] |
Method for returning the 4-range readout state in the summary word.
4-range readout state | unsigned EventSummary::readout4 | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the 4-range readout state in the summary word.
| summary | - A summary word |
4-range readout state | unsigned EventSummary::TACK | ( | ) | const [inline] |
Method for returning the TACK state in the summary word.
TACK state | unsigned EventSummary::TACK | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the TACK state in the summary word.
| summary | - A summary word |
TACK state | unsigned EventSummary::tag | ( | ) | const [inline] |
Method for returning the tag value in the summary word.
tag value | unsigned EventSummary::tag | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the tag value in the summary word.
| summary | - A summary word |
tag value | unsigned EventSummary::trgParityError | ( | ) | const [inline] |
Method for returning the trigger message parity error state in the summary word.
trigger message parity error state | unsigned EventSummary::trgParityError | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the trigger message parity error state in the summary word.
| summary | - A summary word |
trigger message parity error state | unsigned EventSummary::zeroSuppress | ( | ) | const [inline] |
Method for returning the zeroSuppress state in the summary word.
zeroSuppress state | unsigned EventSummary::zeroSuppress | ( | unsigned | summary | ) | [inline, static] |
Static method for returning the zeroSuppress state in the summary word.
| summary | - A summary word |
zeroSuppress state
1.4.7