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.9 by ceballos, Tue Jan 18 16:48:23 2011 UTC

# Line 1 | Line 1
1 //-------------------
2 //
3 // Jet Tools
4 //
5 // S Markson
6 //
7 //-------------------
8
1   #ifndef MITPHYSICS_UTILS_JETTOOLS_H
2   #define MITPHYSICS_UTILS_JETTOOLS_H
3  
# Line 15 | Line 7
7   #include "MitAna/DataTree/interface/ParticleCol.h"
8   #include "MitAna/DataTree/interface/PFCandidateCol.h"
9   #include "MitAna/DataTree/interface/JetCol.h"
10 + #include "MitAna/DataTree/interface/PFJetCol.h"
11   #include "MitPhysics/Init/interface/ModNames.h"
12   #include "MitAna/DataCont/interface/ObjArray.h"
13   #include "MitAna/DataTree/interface/TrackCol.h"
# Line 43 | Line 36 | namespace mithep {
36      static Double_t CosineOmega(const Particle *particles0, const Particle *particles1);
37      static Double_t MtHiggs(const ParticleOArr *leptons, const Met *met, double metFraction[2], int nsel);
38      static void     Alpha(Double_t AlphaVar[2], const TrackCol *tracks, Jet *jet, const VertexCol *vertices, Double_t  delta_z, Double_t delta_cone);
39 +    static void     Alpha(Double_t AlphaVar[2], const PFJet *jet, const VertexCol *vertices, Double_t  delta_z);
40      
41      ClassDef(JetTools, 0)
42    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines