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.1 by ceballos, Fri Apr 27 21:03:34 2012 UTC vs.
Revision 1.2 by ceballos, Fri Apr 27 22:41:41 2012 UTC

# Line 26 | Line 26 | namespace mithep
26        void                SetPFCandidatesName(const char *n)    { fPFCandidatesName  = n;  }  
27        void                SetPFPileUpName(const char *n)        { fPFPileUpName  = n;      }  
28        void                SetPFNoPileUpName(const char *n)      { fPFNoPileUpName  = n;    }  
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  
# Line 36 | Line 37 | namespace mithep
37        TString               fPFCandidatesName;    //name of PF collection (input)
38        TString               fPFPileUpName;        //name of exported PFPileUp collection (output)
39        TString               fPFNoPileUpName;      //name of exported PFNoPileUp collection (output)
40 <      TString               fVertexName;          //name of vertex collection
40 >      TString               fAllVertexName;       //name of all vertex collection
41 >      TString               fVertexName;          //name of good vertex collection
42        const PFCandidateCol *fPFCandidates;        //!pfcandidate branch
43 <      const VertexCol      *fVertices;            //!vertices branches
43 >      const VertexCol      *fAllVertices;         //!all vertices branches
44 >      const VertexCol      *fVertices;            //!good vertices branches
45        Bool_t                fCheckClosestZVertex; //boolean to use the closest vertex approach
46  
47 <    ClassDef(SeparatePileUpMod, 1) // Tau identification module
47 >    ClassDef(SeparatePileUpMod, 1) // PFNoPU identification module
48    };
49   }
50   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines