Enumerations | |
| enum | defs_ { nCalChan = 648, nEcalChan = 640, nHcalChan = 8, nEWidths = 3, nHWidths = 3, nPlanes = 10, nWires = 64, nWdClust = 3, nClusters = 32, nMaxShow = 32, nClusSh = 3, nMaxVtxs = 50, nMaxTrks = 100 } |
| enum EMCal::defs_ |
| nCalChan | |
| nEcalChan | |
| nHcalChan | |
| nEWidths | |
| nHWidths | |
| nPlanes | |
| nWires | |
| nWdClust | |
| nClusters | |
| nMaxShow | |
| nClusSh | |
| nMaxVtxs | |
| nMaxTrks |
Definition at line 14 of file EMCalDefs.h.
00014 { 00015 nCalChan = 648, // number of total channels: EMCAL + HCAL 00016 nEcalChan = 640, // number of EMCAL channels 00017 nHcalChan = 8, // number of HCAL channels 00018 nEWidths = 3, // number of width's above of EMCAL peds 00019 nHWidths = 3, // number of width's above of HCAL peds 00020 nPlanes = 10, // number of EMCAL planes 00021 nWires = 64, // number of wires per plane 00022 nWdClust = 3, // number of wires when to call PeakFinder 00023 nClusters = 32, // number of max clusters per plane 00024 nMaxShow = 32, // maximum number of showers in view 00025 nClusSh = 3, // minimum number of clusters per shower 00026 nMaxVtxs = 50, // maximum number of verteces in ntuple 00027 nMaxTrks = 100 // maximum number of tracks in ntuple 00028 };
1.4.7