Skip to content
Snippets Groups Projects
Commit 8929756a authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Hacks to get missing time ref monitor working online.

parent 62288902
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ public:
TClass* fRawHitClass; // Class of raw hit object to use
THaDetMap* fdMap;
Int_t fNTDCRef_miss;
Int_t fNADCRef_miss;
protected:
struct RefIndexMap { // Mapping for one reference channel
......@@ -84,8 +87,6 @@ protected:
Int_t fNSB;
Int_t fNPED;
Int_t fNTDCRef_miss;
Int_t fNADCRef_miss;
Decoder::THaCrateMap* fMap; /* The Crate map */
Int_t fTISlot;
......
......@@ -201,6 +201,7 @@ Int_t THcScalerEvtHandler::Analyze(THaEvData *evdata)
EvDump(evdata);
}
/// \todo : Put this first event stuff in separte function
if (lfirst && !fScalerTree) {
......
......@@ -49,7 +49,6 @@ public:
virtual void SetOnlyBanks(Bool_t b = kFALSE) {fOnlyBanks = b;fRocSet.clear();}
virtual void SetOnlyUseSyncEvents(Bool_t b=kFALSE) {fOnlySyncEvents = b;}
private:
void AddVars(TString name, TString desc, UInt_t iscal, UInt_t ichan, UInt_t ikind);
void DefVars();
......@@ -91,6 +90,8 @@ private:
std::set<UInt_t> fRocSet;
std::set<UInt_t> fModuleSet;
private:
THcScalerEvtHandler(const THcScalerEvtHandler& fh);
THcScalerEvtHandler& operator=(const THcScalerEvtHandler& fh);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment