From ca27e7486ead1fed69a2c1ea4c6ff7d2b57a2378 Mon Sep 17 00:00:00 2001 From: VinzenzBildstein Date: Mon, 12 Jun 2017 11:05:50 -0700 Subject: [PATCH] fixed class versions for options classes --- include/TAnalysisOptions.h | 2 +- include/TGRSIOptions.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/TAnalysisOptions.h b/include/TAnalysisOptions.h index 6026318210..a669bbb3f9 100644 --- a/include/TAnalysisOptions.h +++ b/include/TAnalysisOptions.h @@ -60,7 +60,7 @@ class TAnalysisOptions : public TObject { bool fStaticWindow; ///< Flag to use static window (default moving) /// \cond CLASSIMP - ClassDef(TAnalysisOptions, 1); ///< Class for storing options in GRSISort + ClassDef(TAnalysisOptions, 2); ///< Class for storing options in GRSISort /// \endcond }; /*! @} */ diff --git a/include/TGRSIOptions.h b/include/TGRSIOptions.h index c258abaa09..ecd1d2c6a9 100644 --- a/include/TGRSIOptions.h +++ b/include/TGRSIOptions.h @@ -214,7 +214,7 @@ class TGRSIOptions : public TObject { bool fSelectorOnly; ///< Flag to turn PROOF off in grsiproof /// \cond CLASSIMP - ClassDef(TGRSIOptions, 2); ///< Class for storing options in GRSISort + ClassDef(TGRSIOptions, 3); ///< Class for storing options in GRSISort /// \endcond }; /*! @} */