forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline and access optimizations for TLorentzVector and TVector3 (root…
…-project#4) * move important functions (constructors,destructors,accessors) to header to avoid overhead in creating and accessing these small objects * optimize access to TLorentzVector by avoiding a double switch statement (switch on direction in TLorentzVector followed by same switch in TVector3) * TLorentzVector made friend of TVector3 This commit is a performance patch for ALICE's ROOT production version; It is cherry-picked from the ROOT master branch
- Loading branch information
Showing
4 changed files
with
574 additions
and
532 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
Oops, something went wrong.