-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplifying opening of TRestRun and TRestDataSet files #447
Conversation
…hing of TRestAnalysisTree and TRestEvent and metadata
for more information, see https://pre-commit.ci
But I agree you simplify things, but without removing functionalities. It is not better to simplify it in #441? |
Ok, now the opening of input files is done using a macro, I didn't implement metadata yet |
for more information, see https://pre-commit.ci
…as metadata0[metaName]
…rk into restroot_update
for more information, see https://pre-commit.ci
Now metadata objects are also implemented, note that this PR is pointing to #441 instead of master. Please, do this merge before merging #441 in master. |
Simplifiying
restRoot
behaviour for openingTRestRun
andTRestDataSet
REST_LoadInputFiles.C
TRestRun
and/orTRestDataSet
can be opened (the first one)TRestRun
or aTRestDataSet
it just use defaultroot
behaviour usingTRint
--m
instead of--m 1
since the latest is misleading and error prone.