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

Comparing UserCode/MitPhysics/Utils/interface/VertexTools.h (file contents):
Revision 1.3 by maxi, Fri Jul 1 13:49:01 2011 UTC vs.
Revision 1.4 by fabstoec, Mon Jul 4 13:48:50 2011 UTC

# Line 40 | Line 40 | namespace mithep {
40      
41      static const Vertex* BestVtx(const PFCandidateCol *fPFJets, const VertexCol *c,
42                                   const BaseVertex  *fBeamSpot, FourVector diboso);
43 +
44 +
45      static double BestVtx(const PFCandidateCol *fPFJets, VertexZarray zcol,
46                            const BaseVertex  *fBeamSpot, FourVector diboso);
47 +
48      static double Prob(const PFCandidateCol *fPFJets, double zpos,  
49                         const BaseVertex  *fBeamSpot, FourVector diboso);
50      
# Line 55 | Line 58 | namespace mithep {
58          meobject = new VertexTools(str);
59        }
60        return meobject;
61 <    }
61 >    }        
62  
63      Float_t tmvar1, tmvar2, tmvar3, tmvar4, tmvar5, tmvar6;
64      TMVA::Reader* reader;
65      
66    private:
67      static VertexTools *meobject;
68 <
68 >    
69      VertexTools();
70      VertexTools(const char* str);
71      TString relname;
72 +
73      TrackArray excluded;
74      
71
75      ClassDef(VertexTools, 0) // Muon tools
76        };
77   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines