ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/JetTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/JetTools.h (file contents):
Revision 1.6 by mzanetti, Tue Jan 18 14:30:09 2011 UTC vs.
Revision 1.7 by ceballos, Tue Jan 18 16:41:16 2011 UTC

# Line 15 | Line 15
15   #include "MitAna/DataTree/interface/ParticleCol.h"
16   #include "MitAna/DataTree/interface/PFCandidateCol.h"
17   #include "MitAna/DataTree/interface/JetCol.h"
18 + <<<<<<< JetTools.h
19 + #include "MitAna/DataTree/interface/Jet.h"
20 + #include "MitAna/DataTree/interface/PFJet.h"
21 + =======
22 + >>>>>>> 1.6
23   #include "MitPhysics/Init/interface/ModNames.h"
24   #include "MitAna/DataCont/interface/ObjArray.h"
25   #include "MitAna/DataTree/interface/TrackCol.h"
# Line 26 | Line 31
31  
32   namespace mithep {
33    class JetTools {
34 + <<<<<<< JetTools.h
35 +    public:
36 +      JetTools();
37 +      virtual ~JetTools();
38 +
39 +      static Double_t NJettiness(const ParticleOArr *particles, const JetOArr *jets, bool UseQ = kFALSE, double Y = 0.0);
40 +      static Double_t NJettiness(const TrackOArr *tracks, const JetOArr *jets, bool UseQ = kFALSE, double Y = 0.0);
41 +      static Double_t NJettiness(const JetOArr *jetsS, const JetOArr *jets, bool UseQ = kFALSE, double Y = 0.0);
42 +      static Double_t NJettiness(const CaloTowerOArr *calos, const JetOArr *jets, bool UseQ = kFALSE, double Y = 0.0);
43 +      static Double_t M_r(const ParticleOArr *particles);
44 +      static Double_t Beta_r(const ParticleOArr *particles);
45 +      static Double_t M_r_t(const ParticleOArr *particles, const Met *met);
46 +      static Double_t Razor(const ParticleOArr *particles, const Met *met);
47 +      static Double_t CosineOmega(const Particle *particles0, const Particle *particles1);
48 +      static Double_t MtHiggs(const ParticleOArr *leptons, const Met *met, double metFraction[2], int nsel);
49 +      static void     Alpha(Double_t AlphaVar[2], const TrackCol *tracks, Jet *jet, const VertexCol *vertices, Double_t  delta_z, Double_t delta_cone);
50 +      static void     Alpha(Double_t AlphaVar[2], const PFJet *jet, const VertexCol *vertices, Double_t  delta_z);
51 + =======
52    public:
53      JetTools();
54      virtual ~JetTools();
# Line 46 | Line 69 | namespace mithep {
69      
70      ClassDef(JetTools, 0)
71    };
72 + >>>>>>> 1.6
73  
74   }
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines