Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérémie Dudouet
gammaware
Commits
5aa85c8a
Commit
5aa85c8a
authored
Aug 25, 2020
by
Jérémie Dudouet
Browse files
add anonymous frames
parent
98ac0276
Pipeline
#80861
passed with stage
in 7 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/adf/CrystalFrame.icpp
src/adf/CrystalFrame.icpp
+1
-0
src/adf/PSAFrame.icpp
src/adf/PSAFrame.icpp
+2
-1
No files found.
src/adf/CrystalFrame.icpp
View file @
5aa85c8a
...
...
@@ -53,6 +53,7 @@ CrystalFrame_::CrystalFrame_(Key *akey, const Char_t *sig_type) :
Global()->AddItem( fUID = new NamedItem<UShort_t>("CrystalID",0u) );
Global()->AddItem( fStatus = new NamedItem<UShort_t>("CrystalStatus",0u) );
Global()->AddItem( new NamedItem<Anonymous>("Anonymous",0) );
}
void CrystalFrame_::DataReset()
...
...
src/adf/PSAFrame.icpp
View file @
5aa85c8a
...
...
@@ -89,7 +89,8 @@ PSAFrame_0_0::PSAFrame_0_0(Key *akey):
Global()->AddItem( fCoreE1 = new NamedItem<Float_t>("CoreE1", 0.f) );
Global()->AddItem( fCoreT0 = new NamedItem<Float_t>("CoreT0", 0.f) );
Global()->AddItem( fCoreT1 = new NamedItem<Float_t>("CoreT1", 0.f) );
Global()->AddItem( fPSAStatus = new NamedItem<UShort_t>("PSAStatus",0u) );
Global()->AddItem( fPSAStatus = new NamedItem<UShort_t>("PSAStatus",0u) );
Global()->AddItem( new NamedItem<Anonymous>("Anonymous",0) );
}
UInt_t PSAFrame_0_0::ReadImp()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment