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

Comparing UserCode/MitPhysics/Mods/interface/SeparatePileUpMod.h (file contents):
Revision 1.2 by ceballos, Fri Apr 27 22:41:41 2012 UTC vs.
Revision 1.4 by ceballos, Fri May 4 20:29:12 2012 UTC

# Line 29 | Line 29 | namespace mithep
29        void                SetAllVertexName(const char *n)       { fAllVertexName = n;      }
30        void                SetVertexName(const char *n)          { fVertexName = n;         }
31        void                SetCheckClosestZVertex(Bool_t b)      { fCheckClosestZVertex = b;}
32 +      void                SetUseAllVerteces(Bool_t b)           { fUseAllVertices = b;     }
33  
34      protected:
35        void                Process();
# Line 43 | Line 44 | namespace mithep
44        const VertexCol      *fAllVertices;         //!all vertices branches
45        const VertexCol      *fVertices;            //!good vertices branches
46        Bool_t                fCheckClosestZVertex; //boolean to use the closest vertex approach
47 +      Bool_t                fUseAllVertices;      //boolean to use all vertices
48  
49      ClassDef(SeparatePileUpMod, 1) // PFNoPU identification module
50    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines