Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
8929756a
Commit
8929756a
authored
6 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Hacks to get missing time ref monitor working online.
parent
62288902
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/THcHitList.h
+3
-2
3 additions, 2 deletions
src/THcHitList.h
src/THcScalerEvtHandler.cxx
+1
-0
1 addition, 0 deletions
src/THcScalerEvtHandler.cxx
src/THcScalerEvtHandler.h
+2
-1
2 additions, 1 deletion
src/THcScalerEvtHandler.h
with
6 additions
and
3 deletions
src/THcHitList.h
+
3
−
2
View file @
8929756a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/THcScalerEvtHandler.cxx
+
1
−
0
View file @
8929756a
...
...
@@ -201,6 +201,7 @@ Int_t THcScalerEvtHandler::Analyze(THaEvData *evdata)
EvDump
(
evdata
);
}
/// \todo : Put this first event stuff in separte function
if
(
lfirst
&&
!
fScalerTree
)
{
...
...
This diff is collapsed.
Click to expand it.
src/THcScalerEvtHandler.h
+
2
−
1
View file @
8929756a
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment