-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ntuple] don't try to construct an Emulated TClass as a RClassField
When constructing a RClassField we need some information that we don't have when the TClass is Emulated (or less), therefore we now check that we have at least an Interpreted TClass in RFieldBase::Create(). If not, we follow the same logic as when we have no TClass at all (i.e. either create an emulated field or fail, depending on the user options).
- Loading branch information
1 parent
ac2e0b8
commit 6c10350
Showing
3 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters