1 /**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
18 #include "AliMUONSimpleClusterServer.h"
20 #include "AliCodeTimer.h"
22 #include "AliMUONCluster.h"
23 #include "AliMUONConstants.h"
24 #include "AliMUONGeometryTransformer.h"
25 #include "AliMUONPad.h"
26 #include "AliMUONTriggerTrackToTrackerClusters.h"
27 #include "AliMUONVCluster.h"
28 #include "AliMUONVClusterFinder.h"
29 #include "AliMUONVClusterStore.h"
30 #include "AliMUONVDigitStore.h"
31 #include "AliMUONRecoParam.h"
32 #include "AliMpArea.h"
33 #include "AliMpDEIterator.h"
34 #include "AliMpDEManager.h"
35 #include "AliMpExMap.h"
36 #include "AliMpExMapIterator.h"
38 #include "AliMpSegmentation.h"
39 #include "AliMpVSegmentation.h"
40 #include <Riostream.h>
41 #include <TObjArray.h>
45 /// \class AliMUONSimpleClusterServer
47 /// Implementation of AliMUONVClusterServer interface
50 /// \author Laurent Aphecetche, Subatech
53 ClassImp(AliMUONSimpleClusterServer)
58 TString AsString(const AliMpArea& area)
60 return Form("(X,Y)=(%7.3f,%7.3f) (DX,DY)=(%7.3f,%7.3f)",
63 area.GetDimensionX(), /// TBCL was Y !!!
64 area.GetDimensionY());
68 //_____________________________________________________________________________
69 AliMUONSimpleClusterServer::AliMUONSimpleClusterServer(AliMUONVClusterFinder* clusterFinder,
70 const AliMUONGeometryTransformer& transformer)
71 : AliMUONVClusterServer(),
73 fClusterFinder(clusterFinder),
74 fkTransformer(transformer),
76 fTriggerTrackStore(0x0),
80 /// Note that we take ownership of the clusterFinder
82 fPads[0] = new AliMpExMap;
83 fPads[1] = new AliMpExMap;
85 fPadsIterator[0] = fPads[0]->CreateIterator();
86 fPadsIterator[1] = fPads[1]->CreateIterator();
89 //_____________________________________________________________________________
90 AliMUONSimpleClusterServer::~AliMUONSimpleClusterServer()
93 delete fClusterFinder;
96 delete fPadsIterator[0];
97 delete fPadsIterator[1];
101 //_____________________________________________________________________________
103 AliMUONSimpleClusterServer::Clusterize(Int_t chamberId,
104 AliMUONVClusterStore& clusterStore,
105 const AliMpArea& area,
106 const AliMUONRecoParam* recoParam)
108 /// Area is in absolute coordinate. If not valid, means clusterize all
111 /// We first find out the list of DE that have a non-zero overlap with area,
112 /// and then use the clusterfinder to find clusters in those areas (and DE).
114 AliCodeTimerAuto(Form("Chamber %d",chamberId),0);
116 if ( fTriggerTrackStore && chamberId >= 6 )
118 return fBypass->GenerateClusters(chamberId,clusterStore);
122 AliError("Reconstruction parameters are missing: unable to clusterize");
130 Int_t nofAddedClusters(0);
131 Int_t fNCluster = clusterStore.GetSize();
133 AliDebug(1,Form("chamberId = %2d NofClusters before = %d searchArea=%s",
134 chamberId,fNCluster,AsString(area).Data()));
136 while ( !it.IsDone() )
138 Int_t detElemId = it.CurrentDEId();
142 static_cast<TObjArray*>(fPads[0]->GetValue(detElemId)),
143 static_cast<TObjArray*>(fPads[1]->GetValue(detElemId))
146 if ( ( pads[0] && pads[0]->GetLast()>=0 ) ||
147 ( pads[1] && pads[1]->GetLast()>=0 ) )
149 AliMpArea deArea; // area in DE-local-coordinates
152 if ( area.IsValid() )
154 ok = Overlap(detElemId,area,deArea);
159 const AliMpVSegmentation* seg[2] =
160 { AliMpSegmentation::Instance()->GetMpSegmentation(detElemId,AliMp::kCath0),
161 AliMpSegmentation::Instance()->GetMpSegmentation(detElemId,AliMp::kCath1)
164 fClusterFinder->SetChargeHints(recoParam->LowestPadCharge(),
165 recoParam->LowestClusterCharge());
167 if ( fClusterFinder->NeedSegmentation() )
169 fClusterFinder->Prepare(detElemId,pads,deArea,seg);
173 fClusterFinder->Prepare(detElemId,pads,deArea);
176 AliDebug(1,Form("Clusterizing DE %04d with %3d pads (cath0) and %3d pads (cath1)",
178 (pads[0] ? pads[0]->GetLast()+1 : 0),
179 (pads[1] ? pads[1]->GetLast()+1 : 0)));
181 AliMUONCluster* cluster;
183 while ( ( cluster = fClusterFinder->NextCluster() ) )
185 // add new cluster to the store with information to build its ID
186 // increment the number of clusters into the store
187 AliMUONVCluster* rawCluster = clusterStore.Add(chamberId, detElemId, fNCluster++);
191 // fill array of Id of digits attached to this cluster
192 Int_t nPad = cluster->Multiplicity();
193 if (nPad < 1) AliWarning("no pad attached to the cluster");
195 for (Int_t iPad=0; iPad<nPad; iPad++)
197 AliMUONPad *pad = cluster->Pad(iPad);
200 if (!pad->IsReal()) continue;
202 rawCluster->AddDigitId(pad->GetUniqueID());
205 // fill charge and other cluster informations
206 rawCluster->SetCharge(cluster->Charge());
207 rawCluster->SetChi2(cluster->Chi2());
210 fkTransformer.Local2Global(detElemId,
211 cluster->Position().X(), cluster->Position().Y(),
213 rawCluster->SetXYZ(xg, yg, zg);
214 rawCluster->SetErrXY(recoParam->GetDefaultNonBendingReso(chamberId),recoParam->GetDefaultBendingReso(chamberId));
217 if (fDigitStore && fDigitStore->HasMCInformation())
219 rawCluster->SetMCLabel(FindMCLabel(*cluster, detElemId, seg));
222 AliDebug(1,Form("Adding RawCluster detElemId %4d mult %2d charge %e (xl,yl,zl)=(%e,%e,%e) (xg,yg,zg)=(%e,%e,%e) label %d",
223 detElemId,rawCluster->GetNDigits(),rawCluster->GetCharge(),
224 cluster->Position().X(),cluster->Position().Y(),0.0,
225 xg,yg,zg,rawCluster->GetMCLabel()));
232 AliDebug(1,Form("chamberId = %2d NofClusters after = %d",chamberId,fNCluster));
234 return nofAddedClusters;
238 //_____________________________________________________________________________
240 AliMUONSimpleClusterServer::Global2Local(Int_t detElemId, const AliMpArea& globalArea,
241 AliMpArea& localArea) const
243 /// Convert a global area in local area for a given DE
247 Int_t chamberId = AliMpDEManager::GetChamberId(detElemId);
248 if ( chamberId < 0 ) {
249 AliErrorStream() << "Cannot get chamberId from detElemId=" << detElemId << endl;
252 Double_t zg = AliMUONConstants::DefaultChamberZ(chamberId);
254 fkTransformer.Global2Local(detElemId,
255 globalArea.GetPositionX(),globalArea.GetPositionY(),zg,
258 localArea = AliMpArea(xl,yl, globalArea.GetDimensionX(), globalArea.GetDimensionY());
261 //_____________________________________________________________________________
263 AliMUONSimpleClusterServer::Overlap(Int_t detElemId,
264 const AliMpArea& area,
265 AliMpArea& deArea) const
267 /// Check whether (global) area overlaps with the given DE.
268 /// If it is, set deArea to the overlap region and convert it
269 /// in the local coordinate system of that DE.
271 Bool_t overlap(kFALSE);
273 AliMpArea* globalDEArea = fkTransformer.GetDEArea(detElemId);
275 if (!globalDEArea) return kFALSE;
277 AliMpArea overlapArea;
279 if ( area.Overlap(*globalDEArea) )
281 overlapArea = area.Intersect(*globalDEArea);
282 Global2Local(detElemId,overlapArea,deArea);
287 deArea = AliMpArea();
290 AliDebug(1,Form("DE %04d area %s globalDEArea %s overlapArea %s deArea %s overlap=%d",
292 AsString(area).Data(),
293 AsString(*globalDEArea).Data(),
294 AsString(overlapArea).Data(),
295 AsString(deArea).Data(),
301 //_____________________________________________________________________________
303 AliMUONSimpleClusterServer::PadArray(Int_t detElemId, Int_t cathode) const
305 /// Return array for given cathode of given DE
307 return static_cast<TObjArray*>(fPads[cathode]->GetValue(detElemId));
310 //_____________________________________________________________________________
312 AliMUONSimpleClusterServer::UseTriggerTrackStore(AliMUONVTriggerTrackStore* trackStore)
314 /// Tells us to use trigger track store, and thus to bypass St45 clusters
315 fTriggerTrackStore = trackStore; // not owner
317 fBypass = new AliMUONTriggerTrackToTrackerClusters(fkTransformer,fTriggerTrackStore);
321 //_____________________________________________________________________________
323 AliMUONSimpleClusterServer::UseDigits(TIter& next, AliMUONVDigitStore* digitStore)
325 /// Convert digitStore into two arrays of AliMUONPads
327 fDigitStore = digitStore;
329 // Clear pads arrays in the maps
330 for ( Int_t i=0; i<2; i++ ) {
331 fPadsIterator[i]->Reset();
332 Int_t key; TObject* obj;
333 while ( ( obj = fPadsIterator[i]->Next(key) ) ) {
334 //cout << "clearing array for detElemId " << key << " ";
340 while ( ( d = static_cast<AliMUONVDigit*>(next()) ) )
342 if ( ! d->Charge() > 0 ) continue; // skip void digits.
343 if ( ! d->IsTracker() ) continue; // skip trigger digits
344 Int_t ix = d->PadX();
345 Int_t iy = d->PadY();
346 Int_t cathode = d->Cathode();
347 Int_t detElemId = d->DetElemId();
348 const AliMpVSegmentation* seg = AliMpSegmentation::Instance()->
349 GetMpSegmentation(detElemId,AliMp::GetCathodType(cathode));
350 AliMpPad pad = seg->PadByIndices(ix,iy);
352 TObjArray* padArray = PadArray(detElemId,cathode);
355 padArray = new TObjArray(100);
356 padArray->SetOwner(kTRUE);
357 fPads[cathode]->Add(detElemId,padArray);
360 AliMUONPad* mpad = new AliMUONPad(detElemId,cathode,
361 ix,iy,pad.GetPositionX(),pad.GetPositionY(),
362 pad.GetDimensionX(),pad.GetDimensionY(),
364 if ( d->IsSaturated() ) mpad->SetSaturated(kTRUE);
365 mpad->SetUniqueID(d->GetUniqueID());
370 //_____________________________________________________________________________
372 AliMUONSimpleClusterServer::FindMCLabel(const AliMUONCluster& cluster, Int_t detElemId, const AliMpVSegmentation* seg[2]) const
374 /// Find the label of the most contributing MC track (-1 in case of failure)
375 /// The data member fDigitStore must be set
377 // --- get the digit (if any) located at the cluster position on both cathods ---
378 Int_t nTracks[2] = {0, 0};
379 AliMUONVDigit* digit[2] = {0x0, 0x0};
380 for (Int_t iCath = 0; iCath < 2; iCath++) {
382 = seg[AliMp::GetCathodType(iCath)]->PadByPosition(cluster.Position().X(), cluster.Position().Y(),kFALSE);
384 digit[iCath] = fDigitStore->FindObject(detElemId, pad.GetManuId(), pad.GetManuChannel(), iCath);
385 if (digit[iCath]) nTracks[iCath] = digit[iCath]->Ntracks();
389 if (nTracks[0] + nTracks[1] == 0) return -1;
391 // --- build the list of contributing tracks and of the associated charge ---
392 Int_t* trackId = new Int_t[nTracks[0] + nTracks[1]];
393 Float_t* trackCharge = new Float_t[nTracks[0] + nTracks[1]];
394 Int_t nTracksTot = 0;
396 // fill with contributing tracks on first cathod
397 for (Int_t iTrack1 = 0; iTrack1 < nTracks[0]; iTrack1++) {
398 trackId[iTrack1] = digit[0]->Track(iTrack1);
399 trackCharge[iTrack1] = digit[0]->TrackCharge(iTrack1);
401 nTracksTot = nTracks[0];
403 // complement with contributing tracks on second cathod
404 for (Int_t iTrack2 = 0; iTrack2 < nTracks[1]; iTrack2++) {
405 Int_t trackId2 = digit[1]->Track(iTrack2);
406 // check if track exist
407 Bool_t trackExist = kFALSE;
408 for (Int_t iTrack1 = 0; iTrack1 < nTracks[0]; iTrack1++) {
409 if (trackId2 == trackId[iTrack1]) {
410 // complement existing track
411 trackCharge[iTrack1] += digit[1]->TrackCharge(iTrack2);
418 trackId[nTracksTot] = trackId2;
419 trackCharge[nTracksTot] = digit[1]->TrackCharge(iTrack2);
424 // --- Find the most contributing track ---
425 Int_t mainTrackId = -1;
426 Float_t maxCharge = 0.;
427 for (Int_t iTrack = 0; iTrack < nTracksTot; iTrack++) {
428 if (trackCharge[iTrack] > maxCharge) {
429 mainTrackId = trackId[iTrack];
430 maxCharge = trackCharge[iTrack];
435 delete[] trackCharge;
440 //_____________________________________________________________________________
442 AliMUONSimpleClusterServer::Print(Option_t*) const
444 /// Printout for debug only
450 while ( !it.IsDone() )
452 Int_t detElemId = it.CurrentDEId();
454 // printout the number of pads / de, and number of used pads / de
456 if ( ( PadArray(detElemId,0) && PadArray(detElemId,0)->GetLast() >= 0 ) ||
457 ( PadArray(detElemId,1) && PadArray(detElemId,1)->GetLast() >= 0 ) )
459 cout << Form("---- DE %04d",detElemId) << endl;
461 for ( Int_t cathode = 0; cathode < 2; ++cathode )
463 cout << Form(" -- Cathode %1d",cathode) << endl;
465 TObjArray* padArray = PadArray(detElemId,cathode);
469 cout << "no pad array" << endl;
471 else if ( padArray->GetLast() < 0 )
473 cout << "no pads" << endl;
477 TIter next(padArray);
479 while ( ( pad = static_cast<AliMUONPad*>(next()) ) )