StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BEMCPlotsNames.h
1 #ifndef BEMCPlotsNames_H
2 #define BEMCPlotsNames_H
3 
4 #define HistTotName "bemc_Tot"
5 
6 #define HistDsmL0InputHighTowerName "bemc_DsmL0InputHighTower"
7 #define HistDsmL0InputPatchSumName "bemc_DsmL0InputPatchSum"
8 
9 #define HistDsmL1InputHighTowerBitsName "bemc_DsmL1InputHighTowerBits"
10 #define HistDsmL1InputPatchSumName "bemc_DsmL1InputPatchSum"
11 
12 #define HistDsmL2InputHighTowerBitsName "bemc_DsmL2InputHighTowerBits"
13 #define HistDsmL2InputPatchSumBitsName "bemc_DsmL2InputPatchSumBits"
14 #define HistDsmL2InputPatchSumName "bemc_DsmL2InputPatchSum"
15 
16 #define HistDsmL3InputHighTowerBitsName "bemc_DsmL3InputHighTowerBits"
17 #define HistDsmL3InputPatchSumBitsName "bemc_DsmL3InputPatchSumBits"
18 #define HistDsmL3InputBackToBackBitName "bemc_DsmL3InputBackToBackBit"
19 #define HistDsmL3InputJPsiTopoBitName "bemc_DsmL3InputJPsiTopoBit"
20 #define HistDsmL3InputJetPatchTopoBitName "bemc_DsmL3InputJetPatchTopoBit"
21 
22 #define HistRawAdc1Name "bemc_RawAdc1"
23 #define HistRawAdc2Name "bemc_RawAdc2"
24 #define HistRawAdc3Name "bemc_RawAdc3"
25 #define HistRawAdc4Name "bemc_RawAdc4"
26 
27 #define HistRawAdc1NameZoom "bemc_RawAdc1_zoom"
28 #define HistRawAdc2NameZoom "bemc_RawAdc2_zoom"
29 #define HistRawAdc3NameZoom "bemc_RawAdc3_zoom"
30 #define HistRawAdc4NameZoom "bemc_RawAdc4_zoom"
31 
32 #define HistRawAdcPsd1Name "bprs_RawAdc1"
33 #define HistRawAdcPsd2Name "bprs_RawAdc2"
34 #define HistRawAdcPsd3Name "bprs_RawAdc3"
35 #define HistRawAdcPsd4Name "bprs_RawAdc4"
36 
37 #define HistSmdFeeSumName "bemc_SmdFeeSum"
38 #define HistPsdFeeSumName "bemc_PsdFeeSum"
39 
40 #define HistSmdFeeSumNonZSName "bemc_SmdFeeSum_NonZS"
41 #define HistPsdFeeSumNonZSName "bemc_PsdFeeSum_NonZS"
42 
43 #define HistHighTowerSpectrumName "bemc_HighTowerSpectrum"
44 #define HistPatchSumSpectrumName "bemc_PatchSumSpectrum"
45 
46 #define HistTriggerCorruptionHighTowerName "bemc_TriggerCorruptionHighTower"
47 #define HistTriggerCorruptionPatchSumName "bemc_TriggerCorruptionPatchSum"
48 #define HistDSM0HTCorrName "DSM0HTCorr"
49 #define HistDSM0TPCorrName "DSM0TPCorr"
50 
51 #define Hist_TDC_statusName "bemc_TDC_status"
52 #define Hist_SMD_statusName "bemc_SMD_status"
53 #define Hist_PSD_statusName "bemc_PSD_status"
54 #define Hist_BTOW_CorruptionName "bemc_BTOW_corruption"
55 
56 #define Hist_btow_spectra_1Name "bemc_btow_spectra_1"
57 #define Hist_btow_spectra_2Name "bemc_btow_spectra_2"
58 #define Hist_btow_spectra_3Name "bemc_btow_spectra_3"
59 
60 #define Hist_smd_spectraName "bemc_smd_spectra"
61 #define Hist_smd_spectraNonZSName "bemc_smd_spectra_NonZS"
62 #define Hist_smd_capacitorName "bemc_smd_capacitor"
63 #define Hist_smd_sumName "bemc_smd_sum"
64 #define Hist_psd_spectraName "bemc_psd_spectra"
65 #define Hist_psd_spectraNonZSName "bemc_psd_spectra_NonZS"
66 #define Hist_psd_capacitorName "bemc_psd_capacitor"
67 #define Hist_psd_sumName "bemc_psd_sum"
68 
69 #define Hist_HTMAX_spectraName "bemc_HTMAX_spectra"
70 #define Hist_PAMAX_spectraName "bemc_PAMAX_spectra"
71 #define Hist_HTMAX_distName "bemc_HTMAX_distr"
72 #define Hist_PAMAX_distName "bemc_PAMAX_distr"
73 
74 #define Hist_JET_pedName "bemc_JET_ped"
75 #define Hist_JET_spectraName "bemc_JET_status"
76 #define Hist_JETMAX_spectraName "bemc_JETMAX_status"
77 #define Hist_JETMAX_distName "bemc_JETMAX_distr"
78 
79 #define Hist_ADCEtaPhi_TowHitsName "bemc_TowHits"
80 #define Hist_ADCEtaPhi_Pre1HitsName "bemc_Pre1Hits"
81 
82 
83 #endif