HALL A C++/ROOT Parity Analyzer Pan TaCutInterval.cc (implementation) Author: R. Holmes <http://mep1.phy.syr.edu/~rsholmes>, A. Vacheret <http://www.jlab.org/~vacheret>, R. Michaels <http://www.jlab.org/~rom>, K.Paschke @(#)pan/src:$Name: $:$Id: TaCutInterval.cc,v 1.11 2003/07/31 16:11:58 rsholmes Exp $ Cut intervals. A cut interval consists of a cut type, cut value, and two event numbers, corresponding to the start and end of the cut condition.
| TaCutInterval() | |
| TaCutInterval(const TaCutInterval& copy) | |
| TaCutInterval(const Cut_t cu, const Int_t val, const EventNumber_t e0, const EventNumber_t e1) | |
| virtual | ~TaCutInterval() |
| static TClass* | Class() |
| const Cut_t | GetCut() const |
| const Int_t | GetVal() const |
| Bool_t | Inside(const VaEvent& ev, const UInt_t lex, const UInt_t hex) const |
| virtual TClass* | IsA() const |
| TaCutInterval& | operator=(const TaCutInterval& assign) |
| void | SetEnd(const EventNumber_t e1) |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| EventNumber_t | fBegin | Number of first event of cut interval |
| Cut_t | fCut | Cut type, e.g. low beam, sequence error, malfunction... |
| EventNumber_t | fEnd | Number of first event after end of cut interval |
| Int_t | fVal | Cut value, nonzero, e.g. type of sequence error |
| Inheritance Chart: | |||||
|