]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDDLStore.h
Implemented a special ordering of manus in bus patches in Station 1:
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDDLStore.h
index 12b12c39ff6a57716962c5ad885e281aaf8cc3d9..42468dd7c7b7525d87855c7a495b185161e7f191 100644 (file)
@@ -98,6 +98,7 @@ class AliMpDDLStore : public  TObject {
     Bool_t ReadTrigger();
     Bool_t SetTriggerDDLs();
     Bool_t SetManus();
+    Bool_t ReadBusPatchSpecial();
     Bool_t SetPatchModules();
     Bool_t SetBusPatchLength();
     Int_t  GetLocalBoardId(TString name) const;
@@ -106,6 +107,8 @@ class AliMpDDLStore : public  TObject {
     static AliMpDDLStore* fgInstance; ///< Singleton instance
     static const Int_t    fgkNofDDLs; ///< Total number of DDLs
     static const Int_t    fgkNofTriggerDDLs; ///< Total number of trigger DDLs
+    static const TString  fgkRevertKeyword; ///< A keyword for ReadBusPatchSpecial()
+    static const TString  fgkExplicitKeyword; ///< A keyword for ReadBusPatchSpecial()
 
     // data members    
     TObjArray     fDDLs;           ///< Array of DDL objects