-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The StPicoTrack class memebers were changed: 1) mCharge is moved into…
… (Char_r)mHitsFit (which is mCharge*mHitsFit) and the rest mHitsVariables are of the UChar_t type; 2) dN/dx related information is commented out; 3) nHits() method is added (which only uses mNHitsFit information)
- Loading branch information
gnigmat
committed
Dec 15, 2017
1 parent
c594de3
commit 42cdd05
Showing
2 changed files
with
23 additions
and
21 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
@nigmatkulov What's wrong with simply deleting the lines? Please don't generate garbage by adding commented code. It helps to use a decent version control framework in order to track changes instead of commenting lines for future reference or whatever...