Skip to content
Snippets Groups Projects
Commit ea0f09c3 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[TDF] Formatting

parent a6b72712
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ private:
std::string fTreeName;
std::string fFileNameGlob;
mutable TChain fModelChain; // Mutable needed for getting the column type name
std::vector<double*> fAddressesToFree;
std::vector<double *> fAddressesToFree;
std::vector<std::string> fListOfBranches;
std::vector<std::pair<ULong64_t, ULong64_t>> fEntryRanges;
std::vector<std::vector<void *>> fBranchAddresses; // first container-> slot, second -> column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment