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

Comparing UserCode/MitPhysics/Utils/interface/MetTools.h (file contents):
Revision 1.4 by mzanetti, Tue Apr 12 07:30:29 2011 UTC vs.
Revision 1.5 by phedex, Wed Jul 6 18:49:36 2011 UTC

# Line 9 | Line 9
9   #ifndef MITPHYSICS_UTILS_METTOOLS_H
10   #define MITPHYSICS_UTILS_METTOOLS_H
11  
12 + #include "MitAna/DataTree/interface/ParticleCol.h"
13   #include "MitAna/DataTree/interface/MetCol.h"
14   #include "MitAna/DataTree/interface/VertexCol.h"
15   #include "MitAna/DataTree/interface/MuonCol.h"
# Line 42 | Line 43 | namespace mithep {
43  
44      ~MetTools() {}
45      
46 +    void AddToCorrectedTrackMet ( const Particle *p);
47 +    void AddToCorrectedMet ( const Particle *p);
48      Met GetCorrectedMet() { return fCorrectedMet; }
49      Met GetMinimumMet(const Met *UncorrectedMet);
50      Met GetCorrectedTrackMet() { return fCorrectedTrackMet; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines