]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCDB.h
Updated the diff and plot methods. For debug purposes, can now limit the number
[u/mrichter/AliRoot.git] / MUON / AliMUONCDB.h
index c1b29953ef7d1dff195643c3f76d8a0ce985126b..1e560449274855a51b1f6632ba7ae9bb5d802cce 100644 (file)
@@ -32,6 +32,8 @@ public:
   AliMUONCDB(const char* cdbpath = "local://$ALICE_ROOT");
   virtual ~AliMUONCDB();
   
+  void SetMaxNofChannelsToGenerate(Int_t n);
+  
   Int_t MakeNeighbourStore(AliMUONVStore& neighbourStore);
 
   Int_t MakeHVStore(TMap& aliasMap, Bool_t defaultValues);
@@ -80,6 +82,7 @@ private:
 private:
   TString fCDBPath; //!< where to write stuff
   TList* fManuList; //!< full list of manus
+  Int_t fMaxNofChannelsToGenerate; //!< to limit the number of generated channels (debug)
   
   ClassDef(AliMUONCDB,0) // Helper class to experience OCDB
 };