QwAnalysis
|
#include <QwIntegratedRaster.h>
Public Member Functions | |
QwIntegratedRaster (const TString &name) | |
Constructor with name. More... | |
QwIntegratedRaster (const QwIntegratedRaster &source) | |
Copy constructor. More... | |
virtual | ~QwIntegratedRaster () |
Virtual destructor. More... | |
void | ProcessOptions (QwOptions &options) |
Process the command line options. More... | |
Int_t | LoadChannelMap (TString mapfile) |
Mandatory map file definition. More... | |
Int_t | LoadInputParameters (TString pedestalfile) |
Mandatory parameter file definition. More... | |
Int_t | LoadEventCuts (TString filename) |
Load the event cuts file. More... | |
void | IncrementErrorCounters () |
Increment the error counters. More... | |
Bool_t | ApplySingleEventCuts () |
Apply the single event cuts. More... | |
void | PrintErrorCounters () const |
Report the number of events failed due to HW and event cut failures. More... | |
UInt_t | GetEventcutErrorFlag () |
Return the error flag to the top level routines related to stability checks and ErrorFlag updates. More... | |
void | UpdateErrorFlag (const VQwSubsystem *ev_error) |
update the error flag in the subsystem level from the top level routines related to stability checks. This will uniquely update the errorflag at each channel based on the error flag in the corresponding channel in the ev_error subsystem More... | |
void | AccumulateRunningSum (VQwSubsystem *value) |
Update the running sums for devices. More... | |
void | DeaccumulateRunningSum (VQwSubsystem *value) |
remove one entry from the running sums for devices More... | |
void | CalculateRunningAverage () |
Calculate the average for all good events. More... | |
Int_t | ProcessConfigurationBuffer (const UInt_t roc_id, const UInt_t bank_id, UInt_t *buffer, UInt_t num_words) |
Int_t | ProcessEvBuffer (const UInt_t roc_id, const UInt_t bank_id, UInt_t *buffer, UInt_t num_words) |
TODO: The non-event-type-aware ProcessEvBuffer routine should be replaced with the event-type-aware version. More... | |
void | PrintDetectorID () const |
void | ClearEventData () |
Bool_t | IsGoodEvent () |
void | ProcessEvent () |
void | ExchangeProcessedData () |
Request processed data from other subsystems for internal use in the second event processing stage. Not all derived classes will require data from other subsystems. More... | |
void | ProcessEvent_2 () |
Process the event data again, including data from other subsystems. Not all derived classes will require a second stage of event data processing. More... | |
void | SetRandomEventParameters (Double_t mean, Double_t sigma) |
void | SetRandomEventAsymmetry (Double_t asymmetry) |
void | RandomizeEventData (int helicity=0, double time=0.0) |
void | EncodeEventData (std::vector< UInt_t > &buffer) |
VQwSubsystem & | operator= (VQwSubsystem *value) |
Assignment Note: Must be called at the beginning of all subsystems routine call to operator=(VQwSubsystem *value) by VQwSubsystem::operator=(value) More... | |
VQwSubsystem & | operator+= (VQwSubsystem *value) |
VQwSubsystem & | operator-= (VQwSubsystem *value) |
void | Sum (VQwSubsystem *value1, VQwSubsystem *value2) |
void | Difference (VQwSubsystem *value1, VQwSubsystem *value2) |
void | Ratio (VQwSubsystem *numer, VQwSubsystem *denom) |
void | Scale (Double_t factor) |
void | ConstructHistograms (TDirectory *folder, TString &prefix) |
Construct the histograms for this subsystem in a folder with a prefix. More... | |
void | FillHistograms () |
Fill the histograms for this subsystem. More... | |
void | ConstructBranchAndVector (TTree *tree, TString &prefix, std::vector< Double_t > &values) |
Construct the branch and tree vector. More... | |
void | ConstructBranch (TTree *tree, TString &prefix) |
Construct the branch and tree vector. More... | |
void | ConstructBranch (TTree *tree, TString &prefix, QwParameterFile &trim_file) |
Construct the branch and tree vector based on the trim file. More... | |
void | FillTreeVector (std::vector< Double_t > &values) const |
Fill the tree vector. More... | |
void | FillDB (QwParityDB *db, TString datatype) |
Fill the database. More... | |
void | FillErrDB (QwParityDB *db, TString datatype) |
void | WritePromptSummary (QwPromptSummary *ps, TString type) |
const VQwDataElement * | GetChannel (const TString name) const |
Bool_t | Compare (VQwSubsystem *source) |
void | PrintValue () const |
Print values of all channels. More... | |
void | PrintInfo () const |
Print some information about the subsystem. More... | |
![]() | |
VQwSubsystemParity (const TString &name) | |
Constructor with name. More... | |
VQwSubsystemParity (const VQwSubsystemParity &source) | |
Copy constructor. More... | |
virtual | ~VQwSubsystemParity () |
Default destructor. More... | |
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. More... | |
virtual UInt_t | UpdateErrorFlag () |
Uses the error flags of contained data elements to update Returns the error flag to the top level routines related to stability checks and ErrorFlag updates. More... | |
virtual void | Blind (const QwBlinder *blinder) |
Blind the asymmetry of this subsystem. More... | |
virtual void | Blind (const QwBlinder *blinder, const VQwSubsystemParity *subsys) |
Blind the difference of this subsystem. More... | |
virtual Bool_t | CheckForEndOfBurst () const |
![]() | |
VQwSubsystem (const TString &name) | |
Constructor with name. More... | |
VQwSubsystem (const VQwSubsystem &orig) | |
Copy constructor by object. More... | |
virtual | ~VQwSubsystem () |
Default destructor. More... | |
TString | GetSubsystemName () const |
Bool_t | HasDataLoaded () const |
void | SetParent (QwSubsystemArray *parent) |
Set the parent of this subsystem to the specified array. More... | |
QwSubsystemArray * | GetParent (const unsigned int parent=0) const |
Get the parent of this subsystem. More... | |
VQwSubsystem * | GetSibling (const std::string &name) const |
Get the sibling with specified name. More... | |
Bool_t | PublishInternalValue (const TString &name, const TString &desc, const VQwHardwareChannel *value) const |
Publish a variable name to the parent subsystem array. More... | |
virtual Bool_t | PublishInternalValues () const |
Publish all variables of the subsystem. More... | |
virtual Bool_t | PublishByRequest (TString device_name) |
Try to publish an internal variable matching the submitted name. More... | |
Bool_t | RequestExternalValue (const TString &name, VQwHardwareChannel *value) const |
Request a named value which is owned by an external subsystem; the request will be handled by the parent subsystem array. More... | |
virtual const VQwHardwareChannel * | ReturnInternalValue (const TString &name) const |
Return a pointer to a varialbe to the parent subsystem array to be delivered to a different subsystem. More... | |
virtual Bool_t | ReturnInternalValue (const TString &name, VQwHardwareChannel *value) const |
Return a named value to the parent subsystem array to be delivered to a different subsystem. More... | |
virtual std::vector< TString > | GetParamFileNameList () |
virtual std::map< TString, TString > | GetDetectorMaps () |
virtual Int_t | LoadDetectorMaps (QwParameterFile &file) |
Parse parameter file to find the map files. More... | |
virtual Int_t | LoadGeometryDefinition (TString mapfile) |
Optional geometry definition. More... | |
virtual Int_t | LoadCrosstalkDefinition (TString mapfile) |
Optional crosstalk definition. More... | |
void | SetEventTypeMask (const UInt_t mask) |
Set event type mask. More... | |
UInt_t | GetEventTypeMask () const |
Get event type mask. More... | |
virtual Int_t | ProcessEvBuffer (const UInt_t event_type, const UInt_t roc_id, const UInt_t bank_id, UInt_t *buffer, UInt_t num_words) |
virtual void | AtEndOfEventLoop () |
Perform actions at the end of the event loop. More... | |
virtual void | PrintDetectorMaps (Bool_t status) const |
virtual void | ConstructHistograms () |
Construct the histograms for this subsystem. More... | |
virtual void | ConstructHistograms (TDirectory *folder) |
Construct the histograms for this subsystem in a folder. More... | |
virtual void | ConstructHistograms (TString &prefix) |
Construct the histograms for this subsystem with a prefix. More... | |
virtual void | ConstructBranchAndVector (TTree *tree, std::vector< Double_t > &values) |
Construct the branch and tree vector. More... | |
virtual void | ConstructTree () |
Construct the tree for this subsystem. More... | |
virtual void | ConstructTree (TDirectory *folder) |
Construct the tree for this subsystem in a folder. More... | |
virtual void | ConstructTree (TString &prefix) |
Construct the tree for this subsystem with a prefix. More... | |
virtual void | ConstructTree (TDirectory *folder, TString &prefix) |
Construct the tree for this subsystem in a folder with a prefix. More... | |
virtual void | FillTree () |
Fill the tree for this subsystem. More... | |
virtual void | DeleteTree () |
Delete the tree for this subsystem. More... | |
![]() | |
void | ShareHistograms (const MQwHistograms *source) |
Share histogram pointers between objects. More... | |
![]() | |
virtual | ~MQwCloneable () |
Virtual destructor. More... | |
virtual VQwSubsystem * | Clone () const |
Concrete clone method. More... | |
const VQwFactory< VQwSubsystem > * | Factory () const |
Factory getter. More... | |
![]() | |
virtual | ~VQwCloneable () |
Virtual destructor. More... | |
std::string | GetClassName () const |
Get demangled name of this class. More... | |
Static Public Member Functions | |
static void | DefineOptions (QwOptions &options) |
Define options function. More... | |
![]() | |
static void | DefineOptions () |
Define options function (note: no virtual static functions in C++) More... | |
![]() | |
static VQwSubsystem * | Create (const std::string &name) |
Object creation. More... | |
static QwIntegratedRaster * | Cast (QwIntegratedRaster *type) |
Object dynamic cast. More... | |
Protected Member Functions | |
Int_t | GetDetectorIndex (TString name) |
![]() | |
void | UpdatePublishedValue (const TString &name, VQwHardwareChannel *data_channel) |
void | ClearAllBankRegistrations () |
Clear all registration of ROC and Bank IDs for this subsystem. More... | |
virtual Int_t | RegisterROCNumber (const UInt_t roc_id, const UInt_t bank_id=0) |
Tell the object that it will decode data from this ROC and sub-bank. More... | |
Int_t | RegisterSubbank (const UInt_t bank_id) |
Tell the object that it will decode data from this sub-bank in the ROC currently open for registration. More... | |
Int_t | GetSubbankIndex () const |
Int_t | GetSubbankIndex (const UInt_t roc_id, const UInt_t bank_id) const |
void | SetDataLoaded (Bool_t flag) |
Int_t | FindIndex (const std::vector< UInt_t > &myvec, const UInt_t value) const |
Bool_t | Compare (VQwSubsystem *source) |
![]() | |
MQwHistograms () | |
Default constructor. More... | |
MQwHistograms (const MQwHistograms &source) | |
Copy constructor. More... | |
virtual | ~MQwHistograms () |
Virtual destructor. More... | |
virtual MQwHistograms & | operator= (const MQwHistograms &value) |
void | Fill_Pointer (TH1_ptr hist_ptr, Double_t value) |
void | AddHistogram (TH1 *h) |
Register a histogram. More... | |
Protected Attributes | |
std::vector < QwIntegratedRasterChannel < QwVQWK_Channel > > | fIntegratedRasterChannel |
std::vector < QwIntegratedRasterDetectorID > | fDetectorIDs |
![]() | |
std::map< TString, VQwHardwareChannel * > | fPublishedInternalValues |
Map of published internal values. More... | |
std::vector< std::vector < TString > > | fPublishList |
List of parameters to be published (loaded at the channel map) More... | |
TString | fSystemName |
Name of this subsystem. More... | |
UInt_t | fEventTypeMask |
Mask of event types. More... | |
Bool_t | fIsDataLoaded |
Has this subsystem gotten data to be processed? More... | |
std::vector< TString > | fDetectorMapsNames |
std::map< TString, TString > | fDetectorMaps |
Int_t | fCurrentROC_ID |
ROC ID that is currently being processed. More... | |
Int_t | fCurrentBank_ID |
Bank ID that is currently being processed. More... | |
std::vector< UInt_t > | fROC_IDs |
Vector of ROC IDs associated with this subsystem. More... | |
std::vector< std::vector < UInt_t > > | fBank_IDs |
Vector of Bank IDs per ROC ID associated with this subsystem. More... | |
std::vector< QwSubsystemArray * > | fArrays |
Vector of pointers to subsystem arrays that contain this subsystem. More... | |
![]() | |
std::vector< TH1_ptr > | fHistograms |
Histograms associated with this data element. More... | |
Private Member Functions | |
QwIntegratedRaster () | |
Private default constructor (not implemented, will throw linker error on use) More... | |
Private Attributes | |
Int_t | fQwIntegratedRasterErrorCount |
Static Private Attributes | |
static const Bool_t | bDEBUG =kFALSE |
Definition at line 55 of file QwIntegratedRaster.h.
|
private |
Private default constructor (not implemented, will throw linker error on use)
|
inline |
Constructor with name.
Definition at line 64 of file QwIntegratedRaster.h.
|
inline |
Copy constructor.
Definition at line 68 of file QwIntegratedRaster.h.
|
inlinevirtual |
|
virtual |
Update the running sums for devices.
Implements VQwSubsystemParity.
Definition at line 726 of file QwIntegratedRaster.cc.
References Compare(), and fIntegratedRasterChannel.
|
virtual |
Apply the single event cuts.
Implements VQwSubsystemParity.
Definition at line 382 of file QwIntegratedRaster.cc.
References bDEBUG, fIntegratedRasterChannel, and fQwIntegratedRasterErrorCount.
|
virtual |
Calculate the average for all good events.
Implements VQwSubsystemParity.
Definition at line 719 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
|
virtual |
Implements VQwSubsystem.
Definition at line 454 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel, and VQwSubsystem::SetDataLoaded().
Bool_t QwIntegratedRaster::Compare | ( | VQwSubsystem * | source | ) |
Definition at line 591 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
Referenced by AccumulateRunningSum(), Difference(), operator+=(), operator-=(), operator=(), Ratio(), and Sum().
|
virtual |
Construct the branch and tree vector.
Implements VQwSubsystem.
Definition at line 640 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
Referenced by ConstructBranch().
|
virtual |
Construct the branch and tree vector based on the trim file.
Implements VQwSubsystem.
Definition at line 647 of file QwIntegratedRaster.cc.
References ConstructBranch(), QwParameterFile::FileHasModuleHeader(), fIntegratedRasterChannel, QwParameterFile::ReadUntilNextModule(), and QwParameterFile::RewindToFileStart().
|
virtual |
Construct the branch and tree vector.
Implements VQwSubsystem.
Definition at line 633 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
|
virtual |
Construct the histograms for this subsystem in a folder with a prefix.
Implements VQwSubsystem.
Definition at line 615 of file QwIntegratedRaster.cc.
References VQwSubsystem::ConstructHistograms(), and fIntegratedRasterChannel.
|
inlinevirtual |
remove one entry from the running sums for devices
Implements VQwSubsystemParity.
Definition at line 97 of file QwIntegratedRaster.h.
|
static |
|
virtual |
Implements VQwSubsystemParity.
Definition at line 559 of file QwIntegratedRaster.cc.
References Compare().
|
virtual |
Reimplemented from VQwSubsystem.
Definition at line 313 of file QwIntegratedRaster.cc.
References VQwSubsystem::fCurrentBank_ID, VQwSubsystem::fCurrentROC_ID, fDetectorIDs, and fIntegratedRasterChannel.
|
inlinevirtual |
Request processed data from other subsystems for internal use in the second event processing stage. Not all derived classes will require data from other subsystems.
Reimplemented from VQwSubsystem.
Definition at line 109 of file QwIntegratedRaster.h.
|
virtual |
Fill the database.
Reimplemented from VQwSubsystemParity.
Definition at line 738 of file QwIntegratedRaster.cc.
References QwDatabase::Connect(), QwDBInterface::DetermineMeasurementTypeID(), QwDatabase::Disconnect(), QwLog::endl(), fIntegratedRasterChannel, QwParityDB::GetAnalysisID(), Qw::kBoldRed, Qw::kGreen, Qw::kNormal, QwDatabase::Query(), and QwMessage.
|
virtual |
Reimplemented from VQwSubsystemParity.
Definition at line 796 of file QwIntegratedRaster.cc.
References QwDatabase::Connect(), QwDatabase::Disconnect(), QwLog::endl(), fIntegratedRasterChannel, QwParityDB::GetAnalysisID(), Qw::kBoldRed, Qw::kGreen, Qw::kNormal, QwDatabase::Query(), and QwMessage.
|
virtual |
Fill the histograms for this subsystem.
Implements VQwSubsystem.
Definition at line 623 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel, and VQwSubsystem::HasDataLoaded().
|
virtual |
Fill the tree vector.
Implements VQwSubsystem.
Definition at line 664 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel, and VQwSubsystem::HasDataLoaded().
const VQwDataElement * QwIntegratedRaster::GetChannel | ( | const TString | name | ) | const |
Definition at line 491 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
|
protected |
Definition at line 463 of file QwIntegratedRaster.cc.
References fDetectorIDs.
Referenced by LoadChannelMap(), and LoadEventCuts().
|
virtual |
Return the error flag to the top level routines related to stability checks and ErrorFlag updates.
Implements VQwSubsystemParity.
Definition at line 419 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
|
virtual |
Increment the error counters.
Implements VQwSubsystemParity.
Definition at line 398 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
Bool_t QwIntegratedRaster::IsGoodEvent | ( | ) |
Definition at line 445 of file QwIntegratedRaster.cc.
|
virtual |
Mandatory map file definition.
Implements VQwSubsystem.
Definition at line 35 of file QwIntegratedRaster.cc.
References QwLog::endl(), fDetectorIDs, VQwSubsystem::fDetectorMaps, QwIntegratedRasterDetectorID::fdetectorname, QwIntegratedRasterDetectorID::fdetectortype, QwIntegratedRasterDetectorID::fIndex, fIntegratedRasterChannel, QwIntegratedRasterDetectorID::fmoduletype, QwIntegratedRasterDetectorID::fSubbankIndex, QwIntegratedRasterDetectorID::fWordInSubbank, QwVQWK_Channel::GetBufferOffset(), GetDetectorIndex(), VQwSubsystem::GetSubbankIndex(), VQwSubsystem::GetSubsystemName(), QwParameterFile::GetUInt(), QwIntegratedRasterDetectorID::Print(), QwError, QwVerbose, VQwSubsystem::RegisterROCNumber(), and VQwSubsystem::RegisterSubbank().
|
virtual |
Load the event cuts file.
Implements VQwSubsystemParity.
Definition at line 172 of file QwIntegratedRaster.cc.
References QwLog::endl(), VQwSubsystem::fDetectorMaps, fIntegratedRasterChannel, fQwIntegratedRasterErrorCount, GetDetectorIndex(), GetGlobalErrorFlag(), QwParameterFile::GetUInt(), QwMessage, QwVerbose, and QwWarning.
|
virtual |
Mandatory parameter file definition.
Implements VQwSubsystem.
Definition at line 236 of file QwIntegratedRaster.cc.
References VQwSubsystem::fDetectorMaps, and fIntegratedRasterChannel.
|
virtual |
Implements VQwSubsystemParity.
Definition at line 522 of file QwIntegratedRaster.cc.
References Compare(), and fIntegratedRasterChannel.
|
virtual |
Implements VQwSubsystemParity.
Definition at line 535 of file QwIntegratedRaster.cc.
References Compare(), and fIntegratedRasterChannel.
|
virtual |
Assignment Note: Must be called at the beginning of all subsystems routine call to operator=(VQwSubsystem *value) by VQwSubsystem::operator=(value)
Implements VQwSubsystemParity.
Definition at line 507 of file QwIntegratedRaster.cc.
References Compare(), fIntegratedRasterChannel, and VQwSubsystem::operator=().
void QwIntegratedRaster::PrintDetectorID | ( | ) | const |
Definition at line 693 of file QwIntegratedRaster.cc.
References fDetectorIDs.
|
virtual |
Report the number of events failed due to HW and event cut failures.
Implements VQwSubsystemParity.
Definition at line 405 of file QwIntegratedRaster.cc.
References QwLog::endl(), fIntegratedRasterChannel, QwVQWK_Channel::PrintErrorCounterHead(), QwVQWK_Channel::PrintErrorCounterTail(), and QwMessage.
|
virtual |
Print some information about the subsystem.
Reimplemented from VQwSubsystem.
Definition at line 682 of file QwIntegratedRaster.cc.
References QwLog::endl(), fIntegratedRasterChannel, VQwSubsystem::fSystemName, and QwMessage.
|
virtual |
Print values of all channels.
Reimplemented from VQwSubsystemParity.
Definition at line 674 of file QwIntegratedRaster.cc.
References QwLog::endl(), fIntegratedRasterChannel, VQwSubsystem::GetSubsystemName(), and QwMessage.
|
virtual |
Implements VQwSubsystem.
Definition at line 439 of file QwIntegratedRaster.cc.
|
virtual |
TODO: The non-event-type-aware ProcessEvBuffer routine should be replaced with the event-type-aware version.
Implements VQwSubsystem.
Definition at line 349 of file QwIntegratedRaster.cc.
References fDetectorIDs, fIntegratedRasterChannel, VQwSubsystem::GetSubbankIndex(), and VQwSubsystem::SetDataLoaded().
|
virtual |
Implements VQwSubsystem.
Definition at line 429 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel, and VQwSubsystem::HasDataLoaded().
|
inlinevirtual |
Process the event data again, including data from other subsystems. Not all derived classes will require a second stage of event data processing.
Reimplemented from VQwSubsystem.
Definition at line 110 of file QwIntegratedRaster.h.
|
virtual |
Process the command line options.
Reimplemented from VQwSubsystem.
Definition at line 30 of file QwIntegratedRaster.cc.
|
virtual |
Reimplemented from VQwSubsystem.
Definition at line 305 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
|
virtual |
Implements VQwSubsystemParity.
Definition at line 569 of file QwIntegratedRaster.cc.
References Compare(), and fIntegratedRasterChannel.
|
virtual |
Implements VQwSubsystemParity.
Definition at line 582 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
void QwIntegratedRaster::SetRandomEventAsymmetry | ( | Double_t | asymmetry | ) |
Definition at line 298 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
void QwIntegratedRaster::SetRandomEventParameters | ( | Double_t | mean, |
Double_t | sigma | ||
) |
Definition at line 291 of file QwIntegratedRaster.cc.
References fIntegratedRasterChannel.
|
virtual |
Implements VQwSubsystemParity.
Definition at line 549 of file QwIntegratedRaster.cc.
References Compare().
|
inlinevirtual |
update the error flag in the subsystem level from the top level routines related to stability checks. This will uniquely update the errorflag at each channel based on the error flag in the corresponding channel in the ev_error subsystem
Implements VQwSubsystemParity.
Definition at line 92 of file QwIntegratedRaster.h.
|
virtual |
Reimplemented from VQwSubsystemParity.
Definition at line 848 of file QwIntegratedRaster.cc.
References QwLog::endl(), and QwMessage.
|
staticprivate |
Definition at line 160 of file QwIntegratedRaster.h.
Referenced by ApplySingleEventCuts().
|
protected |
Definition at line 152 of file QwIntegratedRaster.h.
Referenced by EncodeEventData(), GetDetectorIndex(), LoadChannelMap(), PrintDetectorID(), and ProcessEvBuffer().
|
protected |
Definition at line 151 of file QwIntegratedRaster.h.
Referenced by AccumulateRunningSum(), ApplySingleEventCuts(), CalculateRunningAverage(), ClearEventData(), Compare(), ConstructBranch(), ConstructBranchAndVector(), ConstructHistograms(), EncodeEventData(), FillDB(), FillErrDB(), FillHistograms(), FillTreeVector(), GetChannel(), GetEventcutErrorFlag(), IncrementErrorCounters(), LoadChannelMap(), LoadEventCuts(), LoadInputParameters(), operator+=(), operator-=(), operator=(), PrintErrorCounters(), PrintInfo(), PrintValue(), ProcessEvBuffer(), ProcessEvent(), RandomizeEventData(), Ratio(), Scale(), SetRandomEventAsymmetry(), and SetRandomEventParameters().
|
private |
Definition at line 158 of file QwIntegratedRaster.h.
Referenced by ApplySingleEventCuts(), and LoadEventCuts().