]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDDL.h
Adding info abour Frt Crocus mapping:
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDDL.h
index e5190fca5ce5b940bacdd7de0d8c4b13fd37f2a0..4d75d33afc7bd54fd656e026af5795c7879cfd56 100644 (file)
@@ -26,6 +26,7 @@ class AliMpDDL : public  TObject {
 
     // methods 
     Bool_t AddDE(Int_t detElemId);
+    Bool_t AddFrt(Int_t frtId);
     Bool_t AddTriggerCrate(Int_t crateId);
 
     void   FillBusPatchIds();
@@ -37,7 +38,12 @@ class AliMpDDL : public  TObject {
     Int_t  GetNofDEs() const;
     Int_t  GetDEId(Int_t index) const;
     Bool_t HasDEId(Int_t detElemId) const;
-    
+  
+     // FRT Crcous
+    Int_t  GetNofFrts() const;
+    Int_t  GetFrtId(Int_t index) const;
+    Bool_t HasFrtId(Int_t frtId) const;
+          
     // Bus patches
     Int_t  GetNofBusPatches() const;
     Int_t  GetBusPatchId(Int_t index) const;
@@ -63,6 +69,7 @@ class AliMpDDL : public  TObject {
     // data members    
     Int_t       fId;            ///< Identifier (unique)
     AliMpArrayI fDEIds;         ///< Detection element Ids connected to this DDL
+    AliMpArrayI fFrtIds;        ///< FRT Crocus Ids connected to this DDL
     AliMpArrayI fBusPatchIds;   ///< Bus patch Ids connected to this DDL
     AliMpArrayI fTriggerCrateIds; ///< Trigger crate Ids connected to this DDL