QwAnalysis
|
#include <QwSciFiDetector.h>
Public Member Functions | |
QwSciFiDetector (const TString &name) | |
virtual | ~QwSciFiDetector () |
Int_t | LoadChannelMap (TString mapfile) |
Mandatory map file definition. More... | |
Int_t | LoadInputParameters (TString mapfile) |
Mandatory parameter file definition. More... | |
void | FillListOfHits (QwHitContainer &hitlist) |
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 | DeleteHistograms () |
void | ConstructBranchAndVector (TTree *tree, TString &prefix, std::vector< Double_t > &values) |
Construct the branch and tree vector. More... | |
void | FillTreeVector (std::vector< Double_t > &values) const |
Fill the tree vector. More... | |
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... | |
Int_t | ProcessConfigurationBuffer (const UInt_t roc_id, const UInt_t bank_id, UInt_t *buffer, UInt_t num_words) |
void | PrintConfigurationBuffer (UInt_t *buffer, UInt_t num_words) |
void | ReportConfiguration (Bool_t verbose) |
void | ProcessEvent () |
void | FillRawTDCWord (Int_t bank_index, Int_t slot_num, Int_t chan, UInt_t data) |
void | FillHardwareErrorSummary () |
Hardware error summary. More... | |
void | ClearEventData () |
void | GetHitList (QwHitContainer &grandHitContainer) |
Get the hit list. More... | |
Public Member Functions inherited from VQwSubsystemTracking | |
VQwSubsystemTracking (TString name) | |
Constructor with name. More... | |
virtual | ~VQwSubsystemTracking () |
Default destructor. More... | |
Int_t | LoadGeometryDefinition (TString mapfile) |
Load geometry definition for tracking subsystems. More... | |
Int_t | LoadCrosstalkDefinition (TString mapfile) |
Load crosstalk definition for tracking subsystems. More... | |
const QwGeometry & | GetDetectorInfo () const |
Get the detector geometry information. More... | |
virtual void | ConstructBranch (TTree *tree, TString &prefix) |
Construct the branch and tree vector. More... | |
virtual void | ConstructBranch (TTree *tree, TString &prefix, QwParameterFile &trim_file) |
Construct the branch and tree vector based on the trim file. More... | |
Public Member Functions inherited from VQwSubsystem | |
VQwSubsystem (const TString &name) | |
Constructor with name. More... | |
VQwSubsystem (const VQwSubsystem &orig) | |
Copy constructor by object. More... | |
virtual | ~VQwSubsystem () |
Default destructor. More... | |
virtual void | ProcessOptions (QwOptions &options) |
Process the command line options. 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 | LoadEventCuts (TString mapfile) |
Optional event cut file. 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 | 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... | |
virtual 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... | |
virtual void | AtEndOfEventLoop () |
Perform actions at the end of the event loop. More... | |
virtual void | RandomizeEventData (int helicity=0, double time=0.0) |
virtual void | EncodeEventData (std::vector< UInt_t > &buffer) |
virtual void | PrintInfo () const |
Print some information about the subsystem. More... | |
virtual 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... | |
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... | |
Public Member Functions inherited from MQwHistograms | |
void | ShareHistograms (const MQwHistograms *source) |
Share histogram pointers between objects. More... | |
Public Member Functions inherited from MQwCloneable< VQwSubsystem, QwSciFiDetector > | |
virtual | ~MQwCloneable () |
Virtual destructor. More... | |
virtual VQwSubsystem * | Clone () const |
Concrete clone method. More... | |
const VQwFactory< VQwSubsystem > * | Factory () const |
Factory getter. More... | |
Public Member Functions inherited from VQwCloneable< VQwSubsystem > | |
virtual | ~VQwCloneable () |
Virtual destructor. More... | |
std::string | GetClassName () const |
Get demangled name of this class. More... | |
Protected Member Functions | |
void | ClearAllBankRegistrations () |
Int_t | RegisterROCNumber (const UInt_t roc_id) |
Int_t | RegisterSubbank (const UInt_t bank_id) |
Int_t | RegisterSlotNumber (const UInt_t slot_id) |
Int_t | GetModuleIndex (size_t bank_index, size_t slot_num) const |
Bool_t | IsSlotRegistered (Int_t bank_index, Int_t slot_num) const |
void | SubtractReferenceTimes () |
void | UpdateHits () |
Protected Member Functions inherited from VQwSubsystem | |
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) |
Protected Member Functions inherited from MQwHistograms | |
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 | |
TString | kRegion |
Int_t | fCurrentBankIndex |
Name of this subsystem (the region). More... | |
Int_t | fCurrentSlot |
Int_t | fCurrentModuleIndex |
UInt_t | kMaxNumberOfChannelsPerF1TDC |
Int_t | kNumberOfVMEModules |
MQwF1TDC | fF1TDCDecoder |
QwF1TDContainer * | fF1TDContainer |
F1TDCReferenceContainer * | fF1RefContainer |
std::vector< QwHit > | fTDCHits |
std::vector< std::vector< Int_t > > | fModuleIndex |
std::vector< std::vector < QwDetectorID > > | fDetectorIDs |
std::vector< std::pair< Int_t, Int_t > > | fReferenceChannels |
std::vector< std::vector < Double_t > > | fReferenceData |
std::vector< QwSIS3801D24_Channel > | fSCAs |
std::map< TString, size_t > | fSCAs_map |
std::vector< Int_t > | fSCAs_offset |
Int_t | fScalerBankIndex |
Protected Attributes inherited from VQwSubsystemTracking | |
QwGeometry | fDetectorInfo |
Geometry information of this subsystem. More... | |
size_t | fTreeArrayIndex |
Tree indices. More... | |
size_t | fTreeArrayNumEntries |
Double_t | fF1TDCResolutionNS |
Protected Attributes inherited from VQwSubsystem | |
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... | |
Protected Attributes inherited from MQwHistograms | |
std::vector< TH1_ptr > | fHistograms |
Histograms associated with this data element. More... | |
Static Protected Attributes | |
static const UInt_t | kMaxNumberOfSlotsPerROC = 21 |
static const Int_t | kF1ReferenceChannelNumber = 99 |
Private Member Functions | |
QwSciFiDetector () | |
Private default constructor (not implemented, will throw linker error on use) More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from VQwSubsystem | |
static void | DefineOptions () |
Define options function (note: no virtual static functions in C++) More... | |
Static Public Member Functions inherited from MQwCloneable< VQwSubsystem, QwSciFiDetector > | |
static VQwSubsystem * | Create (const std::string &name) |
Object creation. More... | |
static QwSciFiDetector * | Cast (QwSciFiDetector *type) |
Object dynamic cast. More... | |
Definition at line 33 of file QwSciFiDetector.h.
|
private |
Private default constructor (not implemented, will throw linker error on use)
QwSciFiDetector::QwSciFiDetector | ( | const TString & | name | ) |
Definition at line 20 of file QwSciFiDetector.cc.
References ClearAllBankRegistrations(), fCurrentBankIndex, fCurrentModuleIndex, fCurrentSlot, fF1RefContainer, fF1TDCDecoder, fF1TDContainer, fScalerBankIndex, QwF1TDContainer::GetF1TDCDecoder(), MQwF1TDC::GetTDCMaxChannels(), kMaxNumberOfChannelsPerF1TDC, kNumberOfVMEModules, kRegion, and VQwSubsystem::SetEventTypeMask().
|
virtual |
Definition at line 44 of file QwSciFiDetector.cc.
References fF1RefContainer, fF1TDContainer, and fSCAs.
|
protected |
Definition at line 883 of file QwSciFiDetector.cc.
References VQwSubsystem::ClearAllBankRegistrations(), fDetectorIDs, fModuleIndex, fTDCHits, and kNumberOfVMEModules.
Referenced by QwSciFiDetector().
|
virtual |
Implements VQwSubsystem.
Definition at line 236 of file QwSciFiDetector.cc.
References F1TDCReferenceContainer::ClearEventData(), fF1RefContainer, fReferenceData, fSCAs, fTDCHits, and VQwSubsystem::SetDataLoaded().
|
virtual |
Construct the branch and tree vector.
Reimplemented from VQwSubsystemTracking.
Definition at line 312 of file QwSciFiDetector.cc.
References fSCAs, VQwSubsystemTracking::fTreeArrayIndex, and VQwSubsystemTracking::fTreeArrayNumEntries.
|
virtual |
Construct the histograms for this subsystem in a folder with a prefix.
Implements VQwSubsystem.
Definition at line 282 of file QwSciFiDetector.cc.
References fSCAs.
void QwSciFiDetector::DeleteHistograms | ( | ) |
Definition at line 303 of file QwSciFiDetector.cc.
|
virtual |
Hardware error summary.
Reimplemented from VQwSubsystemTracking.
Definition at line 870 of file QwSciFiDetector.cc.
References fF1RefContainer, and fF1TDContainer.
|
virtual |
Fill the histograms for this subsystem.
Implements VQwSubsystem.
Definition at line 292 of file QwSciFiDetector.cc.
References fSCAs, and VQwSubsystem::HasDataLoaded().
void QwSciFiDetector::FillListOfHits | ( | QwHitContainer & | hitlist | ) |
Definition at line 276 of file QwSciFiDetector.cc.
void QwSciFiDetector::FillRawTDCWord | ( | Int_t | bank_index, |
Int_t | slot_num, | ||
Int_t | chan, | ||
UInt_t | data | ||
) |
Definition at line 771 of file QwSciFiDetector.cc.
References fDetectorIDs, fF1RefContainer, fReferenceData, fTDCHits, GetModuleIndex(), kDirectionNull, kF1ReferenceChannelNumber, kRegionID1, F1TDCReferenceContainer::SetReferenceSignal(), and QwHit::WireMatches().
Referenced by ProcessEvBuffer().
|
virtual |
Fill the tree vector.
Reimplemented from VQwSubsystemTracking.
Definition at line 342 of file QwSciFiDetector.cc.
References fSCAs, VQwSubsystemTracking::fTreeArrayIndex, and VQwSubsystem::HasDataLoaded().
|
inlinevirtual |
Get the hit list.
Implements VQwSubsystemTracking.
Definition at line 78 of file QwSciFiDetector.h.
References QwHitContainer::Append(), and fTDCHits.
|
protected |
Definition at line 978 of file QwSciFiDetector.cc.
References fModuleIndex.
Referenced by FillRawTDCWord(), IsSlotRegistered(), ProcessConfigurationBuffer(), ProcessEvBuffer(), and ReportConfiguration().
|
inlineprotected |
Definition at line 112 of file QwSciFiDetector.h.
References GetModuleIndex().
Referenced by ProcessEvBuffer().
|
virtual |
Mandatory map file definition.
Implements VQwSubsystem.
Definition at line 53 of file QwSciFiDetector.cc.
References fCurrentBankIndex, fCurrentModuleIndex, fDetectorIDs, VQwSubsystem::fDetectorMaps, fF1RefContainer, fModuleIndex, fReferenceChannels, fScalerBankIndex, fSCAs, fSCAs_map, fSCAs_offset, QwParameterFile::GetUInt(), kDirectionNull, kRegionID1, RegisterROCNumber(), RegisterSlotNumber(), RegisterSubbank(), and ReportConfiguration().
|
virtual |
Mandatory parameter file definition.
Implements VQwSubsystem.
Definition at line 230 of file QwSciFiDetector.cc.
void QwSciFiDetector::PrintConfigurationBuffer | ( | UInt_t * | buffer, |
UInt_t | num_words | ||
) |
Definition at line 465 of file QwSciFiDetector.cc.
|
virtual |
Implements VQwSubsystem.
Definition at line 498 of file QwSciFiDetector.cc.
References QwF1TDContainer::AddQwF1TDC(), QwF1TDContainer::DoneF1TDCsConfiguration(), fF1TDContainer, VQwSubsystemTracking::fF1TDCResolutionNS, GetModuleIndex(), VQwSubsystem::GetSubbankIndex(), VQwSubsystem::GetSubsystemName(), kMaxNumberOfSlotsPerROC, QwF1TDContainer::Print(), QwF1TDC::SetF1BankIndex(), QwF1TDC::SetF1SystemName(), QwF1TDC::SetF1TDCBuffer(), and QwF1TDC::SetF1TDCIndex().
|
virtual |
TODO: The non-event-type-aware ProcessEvBuffer routine should be replaced with the event-type-aware version.
Implements VQwSubsystem.
Definition at line 643 of file QwSciFiDetector.cc.
References QwF1TDContainer::CheckDataIntegrity(), MQwF1TDC::DecodeTDCWord(), Qw::e, fDetectorIDs, fF1TDCDecoder, fF1TDContainer, FillRawTDCWord(), fScalerBankIndex, fSCAs, fSCAs_offset, GetModuleIndex(), VQwSubsystem::GetSubbankIndex(), VQwSubsystem::GetSubsystemName(), MQwF1TDC::GetTDCChannelNumber(), MQwF1TDC::GetTDCData(), MQwF1TDC::GetTDCSlotNumber(), IsSlotRegistered(), MQwF1TDC::IsValidDataword(), and VQwSubsystem::SetDataLoaded().
|
virtual |
Implements VQwSubsystem.
Definition at line 255 of file QwSciFiDetector.cc.
References fSCAs, VQwSubsystem::HasDataLoaded(), SubtractReferenceTimes(), and UpdateHits().
|
protected |
Definition at line 902 of file QwSciFiDetector.cc.
References fModuleIndex, kMaxNumberOfSlotsPerROC, and VQwSubsystem::RegisterROCNumber().
Referenced by LoadChannelMap().
|
protected |
Definition at line 951 of file QwSciFiDetector.cc.
References fCurrentBankIndex, fCurrentModuleIndex, fCurrentSlot, fDetectorIDs, fModuleIndex, kMaxNumberOfChannelsPerF1TDC, kMaxNumberOfSlotsPerROC, and kNumberOfVMEModules.
Referenced by LoadChannelMap().
|
protected |
Definition at line 915 of file QwSciFiDetector.cc.
References fCurrentBankIndex, VQwSubsystem::fCurrentROC_ID, fModuleIndex, fReferenceChannels, fReferenceData, VQwSubsystem::GetSubbankIndex(), kMaxNumberOfSlotsPerROC, and VQwSubsystem::RegisterSubbank().
Referenced by LoadChannelMap().
void QwSciFiDetector::ReportConfiguration | ( | Bool_t | verbose | ) |
Definition at line 362 of file QwSciFiDetector.cc.
References VQwSubsystem::fBank_IDs, fDetectorIDs, VQwSubsystem::fROC_IDs, GetModuleIndex(), VQwSubsystem::GetSubbankIndex(), VQwSubsystem::GetSubsystemName(), and kMaxNumberOfSlotsPerROC.
Referenced by LoadChannelMap().
|
protected |
Definition at line 993 of file QwSciFiDetector.cc.
References fF1RefContainer, fF1TDContainer, fTDCHits, F1TDCReferenceContainer::GetReferenceTimeAU(), VQwSubsystem::GetSubsystemName(), QwMessage, and QwF1TDContainer::ReferenceSignalCorrection().
Referenced by ProcessEvent().
|
protected |
Definition at line 1167 of file QwSciFiDetector.cc.
References VQwSubsystemTracking::fF1TDCResolutionNS, and fTDCHits.
Referenced by ProcessEvent().
|
protected |
Name of this subsystem (the region).
Definition at line 91 of file QwSciFiDetector.h.
Referenced by LoadChannelMap(), QwSciFiDetector(), RegisterSlotNumber(), and RegisterSubbank().
|
protected |
Definition at line 93 of file QwSciFiDetector.h.
Referenced by LoadChannelMap(), QwSciFiDetector(), and RegisterSlotNumber().
|
protected |
Definition at line 92 of file QwSciFiDetector.h.
Referenced by QwSciFiDetector(), and RegisterSlotNumber().
|
protected |
Definition at line 132 of file QwSciFiDetector.h.
Referenced by ClearAllBankRegistrations(), FillRawTDCWord(), LoadChannelMap(), ProcessEvBuffer(), RegisterSlotNumber(), and ReportConfiguration().
|
protected |
Definition at line 103 of file QwSciFiDetector.h.
Referenced by ClearEventData(), FillHardwareErrorSummary(), FillRawTDCWord(), LoadChannelMap(), QwSciFiDetector(), SubtractReferenceTimes(), and ~QwSciFiDetector().
|
protected |
Definition at line 101 of file QwSciFiDetector.h.
Referenced by ProcessEvBuffer(), and QwSciFiDetector().
|
protected |
Definition at line 102 of file QwSciFiDetector.h.
Referenced by FillHardwareErrorSummary(), ProcessConfigurationBuffer(), ProcessEvBuffer(), QwSciFiDetector(), SubtractReferenceTimes(), and ~QwSciFiDetector().
|
protected |
Definition at line 128 of file QwSciFiDetector.h.
Referenced by ClearAllBankRegistrations(), GetModuleIndex(), LoadChannelMap(), RegisterROCNumber(), RegisterSlotNumber(), and RegisterSubbank().
|
protected |
Definition at line 135 of file QwSciFiDetector.h.
Referenced by LoadChannelMap(), and RegisterSubbank().
|
protected |
Definition at line 138 of file QwSciFiDetector.h.
Referenced by ClearEventData(), FillRawTDCWord(), and RegisterSubbank().
|
protected |
Definition at line 149 of file QwSciFiDetector.h.
Referenced by LoadChannelMap(), ProcessEvBuffer(), and QwSciFiDetector().
|
protected |
Definition at line 141 of file QwSciFiDetector.h.
Referenced by ClearEventData(), ConstructBranchAndVector(), ConstructHistograms(), FillHistograms(), FillTreeVector(), LoadChannelMap(), ProcessEvBuffer(), ProcessEvent(), and ~QwSciFiDetector().
|
protected |
Definition at line 142 of file QwSciFiDetector.h.
Referenced by LoadChannelMap().
|
protected |
Definition at line 143 of file QwSciFiDetector.h.
Referenced by LoadChannelMap(), and ProcessEvBuffer().
|
protected |
Definition at line 127 of file QwSciFiDetector.h.
Referenced by ClearAllBankRegistrations(), ClearEventData(), FillRawTDCWord(), GetHitList(), SubtractReferenceTimes(), and UpdateHits().
|
staticprotected |
Definition at line 88 of file QwSciFiDetector.h.
Referenced by FillRawTDCWord().
|
protected |
Definition at line 94 of file QwSciFiDetector.h.
Referenced by QwSciFiDetector(), and RegisterSlotNumber().
|
staticprotected |
Definition at line 80 of file QwSciFiDetector.h.
Referenced by ProcessConfigurationBuffer(), RegisterROCNumber(), RegisterSlotNumber(), RegisterSubbank(), and ReportConfiguration().
|
protected |
Definition at line 95 of file QwSciFiDetector.h.
Referenced by ClearAllBankRegistrations(), QwSciFiDetector(), and RegisterSlotNumber().
|
protected |
Definition at line 90 of file QwSciFiDetector.h.
Referenced by QwSciFiDetector().