Codes to run hadronic tau JRA and TF.#10
Codes to run hadronic tau JRA and TF.#10Calpas wants to merge 13 commits intocms-jet:masterfrom Calpas:master
Conversation
|
I've reviewed much of the code and I do have line-by-line comments. However, first I want to make a couple of general comments and requests.
|
| <flags EDM_PLUGIN="1"/> | ||
| <!-- | ||
| <flags EDM_PLUGIN="1"/> | ||
| --> |
There was a problem hiding this comment.
Why the change from EDM_PLUGIN to lib? Will this effect the EDAnalyzer in this package?
There was a problem hiding this comment.
I changed it to make the src/ compiled.
There was a problem hiding this comment.
Okay, I have no problem with this. As long as the code compiles and makes a .so in the CMSSW_BASE/lib folder I'm happy.
|
I've left comments and questions in the code. |
|
On 4/21/16 4:56 PM, Alexx Perloff wrote:
Cheers, |
| #include "JetMETAnalysis/JetUtilities/interface/crystalBall.h" | ||
|
|
||
| #include "TMath.h" | ||
|
|
There was a problem hiding this comment.
Move the TMath header to the crystalBall header.
There was a problem hiding this comment.
Why? I'm using math functions here.
There was a problem hiding this comment.
As a style I like to keep all of the headers in the header file of the class that uses them. It also prevents multiple linking issues.
There was a problem hiding this comment.
I prefer keep it where I'm using it to do not go back and forth to check
o set the header.
More over this is my code, so I prefer keep my style.
Le 27/04/2016 03:24, Alexx Perloff a écrit :
In JetUtilities/src/crystalBall.cc
#10 (comment):@@ -0,0 +1,227 @@
+#include "JetMETAnalysis/JetUtilities/interface/crystalBall.h"
+
+#include "TMath.h"
+As a style I like to keep all of the headers in the header file of the
class that uses them. It also prevents multiple linking issues.—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/cms-jet/JetMETAnalysis/pull/10/files/abbd2ce4a9b0377684ddf51b4382b801e0a66c05#r61187055
No description provided.