make sure that the comment content is not confused with end of comment.

This commit is contained in:
2025-11-12 08:06:38 +01:00
parent 4d70c7baa9
commit e01cfdd5da

View File

@@ -383,7 +383,7 @@ class PTheory
* *
* @param msrInfo Pointer to MSR file handler * @param msrInfo Pointer to MSR file handler
* @param runNo Run number for this theory (0-based) * @param runNo Run number for this theory (0-based)
* @param hasParent True if this is a sub-theory (for +/* operators) * @param hasParent True if this is a sub-theory (for + / * operators)
*/ */
PTheory(PMsrHandler *msrInfo, UInt_t runNo, const Bool_t hasParent = false); PTheory(PMsrHandler *msrInfo, UInt_t runNo, const Bool_t hasParent = false);