Pan: The Parity Analyzer -- Class Index

Pan classes only
All classes


+
class TaCutInterval
-
#include "TaCutInterval.hh"
Display options:
Show inherited
Show non-public

class TaCutInterval


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.


Function Members (Methods)

public:
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_tGetCut() const
const Int_tGetVal() const
Bool_tInside(const VaEvent& ev, const UInt_t lex, const UInt_t hex) const
virtual TClass*IsA() const
TaCutInterval&operator=(const TaCutInterval& assign)
voidSetEnd(const EventNumber_t e1)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
EventNumber_tfBeginNumber of first event of cut interval
Cut_tfCutCut type, e.g. low beam, sequence error, malfunction...
EventNumber_tfEndNumber of first event after end of cut interval
Int_tfValCut value, nonzero, e.g. type of sequence error

Class Charts

Inheritance Chart:
TaCutInterval

Function documentation

TaCutInterval()
{}
~TaCutInterval()
{}
SetEnd( const EventNumber_t e1 )
 Set the end event of this interval to the given event number.
GetCut()
 Return the cut type associated with this interval.
GetVal()
 Return the cut value associated with this interval.
TaCutInterval()

Author: R. Holmes , A. Vacheret , R. Michaels , K.Paschke
Last update: pan/src:$Name: $:$Id: TaCutInterval.cc,v 1.11 2003/07/31 16:11:58 rsholmes Exp $

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.