Skip to content

Commit 010f624

Browse files
ferdymercurydpiparo
authored andcommitted
[skip-ci] fix docu typo
[skip-ci] improve docu
1 parent a0e8aa9 commit 010f624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tree/treeplayer/src/TTreeFormula.cxx

+4-4
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,12 @@ Int_t TTreeFormula::RegisterDimensions(Int_t code, TLeaf *leaf) {
646646
}
647647

648648
////////////////////////////////////////////////////////////////////////////////
649-
/// This method check for treat the case where expression contains $Atl and load up
650-
/// both fAliases and fExpr.
649+
/// This method check for treat the case where expression contains `Alt$(`
650+
/// and load up both fAliases and fExpr. It also checks for `MinIf$(` and `MaxIf$(`
651651
/// We return:
652652
/// - -1 in case of failure
653-
/// - 0 in case we did not find $Alt
654-
/// - the action number in case of success.
653+
/// - 0 in case we did not find any of `Alt$(`, `MinIf$(`, or `MaxIf$(`
654+
/// - the action number in case of success. (kAlternate, kMinIf or kMaxIf)
655655

656656
Int_t TTreeFormula::DefineAlternate(const char *expression)
657657
{

0 commit comments

Comments
 (0)