GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4CounterCond.h
Go to the documentation of this file.
1 // $Id: TGo4CounterCond.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4COUNTERCOND_H
15 #define TGO4COUNTERCOND_H
16 
17 #include "TGo4Condition.h"
18 
20  public:
22  TGo4CounterCond(const char* name, const char* title = "TGo4CounterCond");
23  virtual ~TGo4CounterCond();
24 
26  virtual void SetValues() {}
27 // virtual void SetValues(Double_t low1, Double_t up1) {}
28 // virtual void SetValues(Double_t low1, Double_t up1, Double_t low2, Double_t up2) {}
29 // virtual void SetValues(TCutG * newcut) {}
30 // virtual void SetValues(Double_t * x, Double_t * y, Int_t len) {}
31 
32 // virtual Bool_t Test() { return true; }
33 // virtual Bool_t Test(Double_t x) { return true; }
34 // virtual Bool_t Test(Double_t x, Double_t y) { return true; }
35  virtual Bool_t Test(Bool_t result);
36 
37  void PrintCondition(Bool_t full);
38 
39  Bool_t UpdateFrom(TGo4Condition * cond, Bool_t counts);
40 
42 };
43 
44 #endif //TGO4COUNTERCOND_H
Bool_t UpdateFrom(TGo4Condition *cond, Bool_t counts)
virtual void SetValues()
virtual ~TGo4CounterCond()
void PrintCondition(Bool_t full)
virtual Bool_t Test()
ClassDef(TGo4CounterCond, 1)