9 #ifndef __VQWSUBSYSTEMPARITY__
10 #define __VQWSUBSYSTEMPARITY__
68 virtual void Scale(Double_t factor) = 0;
113 #endif // __VQWSUBSYSTEMPARITY__
virtual void Blind(const QwBlinder *blinder)
Blind the asymmetry of this subsystem.
Definition of the pure virtual base class of all subsystems.
virtual void Blind(const QwBlinder *blinder, const VQwSubsystemParity *subsys)
Blind the difference of this subsystem.
virtual void FillDB(QwParityDB *db, TString type)
Fill the database.
virtual void PrintValue() const
Print values of all channels.
Class for blinding data, adapted from G0 blinder class.
virtual UInt_t UpdateErrorFlag()
Uses the error flags of contained data elements to update Returns the error flag to the top level rou...
Virtual base class for the parity subsystems.
virtual Bool_t CheckForEndOfBurst() const
virtual void DeaccumulateRunningSum(VQwSubsystem *value)=0
remove one entry from the running sums for devices
virtual UInt_t GetEventcutErrorFlag()=0
Return the error flag to the top level routines related to stability checks and ErrorFlag updates...
virtual VQwSubsystem & operator-=(VQwSubsystem *value)=0
virtual void FillDB_MPS(QwParityDB *db, TString type)
Fill the database with MPS-based variables Note that most subsystems don't need to do this...
virtual void FillErrDB(QwParityDB *db, TString type)
virtual void CalculateRunningAverage()=0
Calculate the average for all good events.
void SetEventTypeMask(const UInt_t mask)
Set event type mask.
virtual Int_t LoadEventCuts(TString filename)=0
Load the event cuts file.
virtual void IncrementErrorCounters()=0
Increment the error counters.
virtual void PrintErrorCounters() const =0
Report the number of events failed due to HW and event cut failures.
The pure virtual base class of all subsystems.
virtual void Ratio(VQwSubsystem *numer, VQwSubsystem *denom)=0
virtual Bool_t ApplySingleEventCuts()=0
Apply the single event cuts.
virtual void Scale(Double_t factor)=0
virtual void Difference(VQwSubsystem *value1, VQwSubsystem *value2)=0
VQwSubsystemParity(const VQwSubsystemParity &source)
Copy constructor.
VQwSubsystemParity(const TString &name)
Constructor with name.
virtual void AccumulateRunningSum(VQwSubsystem *value)=0
Update the running sums for devices.
virtual ~VQwSubsystemParity()
Default destructor.
virtual void Sum(VQwSubsystem *value1, VQwSubsystem *value2)=0
virtual void WritePromptSummary(QwPromptSummary *ps, TString type)
virtual VQwSubsystem & operator+=(VQwSubsystem *value)=0
virtual VQwSubsystem & operator=(VQwSubsystem *value)=0
Assignment Note: Must be called at the beginning of all subsystems routine call to operator=(VQwSubsy...
VQwSubsystemParity()
Private default constructor (not implemented, will throw linker error on use)