X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONClusterFinderCOG.cxx;h=7bd0b8a56b98ba9e3c2f8d3121abe0bd15d6b2ca;hb=1db2829e706062f23a2a642f3ddcc30cc8b8a84f;hp=274fcac294a928be46ef87c4e935e43acfe363f2;hpb=6e97fbb8cd3f6c541db069b487f1fcac52398d32;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONClusterFinderCOG.cxx b/MUON/AliMUONClusterFinderCOG.cxx index 274fcac294a..7bd0b8a56b9 100644 --- a/MUON/AliMUONClusterFinderCOG.cxx +++ b/MUON/AliMUONClusterFinderCOG.cxx @@ -62,7 +62,7 @@ AliMUONClusterFinderCOG::~AliMUONClusterFinderCOG() //_____________________________________________________________________________ Bool_t AliMUONClusterFinderCOG::Prepare(Int_t detElemId, - TClonesArray* pads[2], + TObjArray* pads[2], const AliMpArea& area) { /// Prepare for clustering @@ -82,7 +82,7 @@ AliMUONClusterFinderCOG::NextCluster() { ComputePosition(*cluster); - if ( cluster->Charge() < 7 ) + if ( cluster->Charge() < 1.0675 ) // JC: adc -> fc { // skip that one return NextCluster();