62 Float_t totalMult = 0;
63 for(UShort_t det=1;det<=2;det++) {
64 Int_t nRings = (det == 1 ? 1 : 2);
65 for (UShort_t ir = 0; ir < nRings; ir++) {
66 Char_t ring = (ir == 0 ?
'I' :
'O');
67 UShort_t nsec = (ir == 0 ? 20 : 40);
68 UShort_t nstr = (ir == 0 ? 512 : 256);
69 for(UShort_t sec =0; sec < nsec; sec++) {
70 for(UShort_t strip = 0; strip < nstr; strip++) {
75 totalMult = totalMult + mult;
93 Float_t totalMult = 0;
96 for (UShort_t ir = 0; ir < nRings; ir++) {
97 Char_t ring = (ir == 0 ?
'I' :
'O');
98 UShort_t nsec = (ir == 0 ? 20 : 40);
99 UShort_t nstr = (ir == 0 ? 512 : 256);
100 for(UShort_t sec =0; sec < nsec; sec++) {
101 for(UShort_t strip = 0; strip < nstr; strip++) {
106 totalMult = totalMult + mult;
Bool_t CSideHasHit(AliESDFMD *fmd)
AliFMDOfflineTrigger & operator=(const AliFMDOfflineTrigger &o)
FMD offline trigger class.
Float_t Multiplicity(UShort_t detector, Char_t ring, UShort_t sector, UShort_t strip) const
Bool_t ASideHasHit(AliESDFMD *fmd)
Event Summary Data for the Forward Multiplicity Detector.This stores the psuedo-multiplicity and -rap...