X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONMchViewApplication.h;h=442348870847729ef6dd1be49d0dc2ef7ea4f503;hb=6b2521a479cb9a9fa784030dc9583c3a51cef856;hp=f85426069169b429914d8d9098cf9831864361d0;hpb=007e62b289d30d0efa3c13939d92c00d21f43a3b;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONMchViewApplication.h b/MUON/AliMUONMchViewApplication.h index f8542606916..44234887084 100644 --- a/MUON/AliMUONMchViewApplication.h +++ b/MUON/AliMUONMchViewApplication.h @@ -32,7 +32,7 @@ public: void HandleMenu(Int_t i); /// Return the version number of the mchview application - static const char* Version() { return "1.08"; } + static const char* Version() { return "1.11"; } /// Return the SVN revision and version number of the mchview application static const char* FullVersion() { return Form("mchview Version %s ($Id$)",Version()); } @@ -46,6 +46,7 @@ private: AliMUONMchViewApplication& operator=(const AliMUONMchViewApplication& rhs); void CompareData(); + void CompareAlignments(); void CreateMenuBar(UInt_t w); void Save(); void Save(const char* filename); @@ -66,6 +67,7 @@ private: static const Int_t fgkFILEPRINTAS; ///< File/Print As... menu static const Int_t fgkABOUT; ///< About menu static const Int_t fgkCOMPAREDATA; ///< Tools/Compare Data menu + static const Int_t fgkCOMPAREALIGNMENTS; ///< Tools/Compare Alignments menu static const char* fgkFileTypes[]; ///< For the open menu