Skip to content

Commit

Permalink
new FCS tables for Akio
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkh committed Mar 11, 2024
1 parent 6ce806c commit 8031430
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions StDb/idl/fcsEcalGainOnline.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* fcsEcalGainOnline.idl
*
* Table: fcsEcalGainOnline
*
* description: // FCS ECal gain online
*/

struct fcsEcalGainOnline {
float gainOnline[1496]; /* gaincorr 2*748 */
};
10 changes: 10 additions & 0 deletions StDb/idl/fcsHcalGainOnline.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* fcsHcalGainOnline.idl
*
* Table: fcsHcalGainOnline
*
* description: // FCS HCal gain online
*/

struct fcsHcalGainOnline {
float gainOnline[520]; /* gaincorr 2*260 */
};
10 changes: 10 additions & 0 deletions StDb/idl/fcsPresThreshold.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* fcsPresThreshold.idl
*
* Table: fcsPresThreshold
*
* description: // FCS Pres Threshold online
*/

struct fcsPresThreshold {
float threshold[384]; /* valley position 2*192 */
};

0 comments on commit 8031430

Please sign in to comment.