curHit = (AliPHOSHit*) (*fHits)[hitCounter] ;
if(curHit->GetPrimary() != primary) break ; // We add hits with the same primary, while GEANT treats primaries succesively
if( *curHit == *newHit ) {
- *curHit = *curHit + *newHit ;
+ *curHit + *newHit ;
deja = kTRUE ;
}
}