Skip to content

Commit

Permalink
Merge branch 'main' into Centrality_Run_20_21
Browse files Browse the repository at this point in the history
  • Loading branch information
lbavinh authored Mar 13, 2024
2 parents a84a833 + b6dc337 commit 003268a
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 43 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 */
};
13 changes: 0 additions & 13 deletions StarDb/Calibrations/tpc/TpcnPad.C

This file was deleted.

17 changes: 0 additions & 17 deletions StarDb/Calibrations/tpc/TpcnPad.y2019.C

This file was deleted.

13 changes: 0 additions & 13 deletions StarDb/Calibrations/tpc/TpcnTbk.C

This file was deleted.

0 comments on commit 003268a

Please sign in to comment.