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.2 by maxi, Thu Jun 16 02:53:03 2011 UTC vs.
Revision 1.3 by maxi, Fri Jul 1 13:49:01 2011 UTC

# Line 27 | Line 27
27  
28   namespace mithep {
29    typedef std::vector<double> VertexZarray;
30 +  typedef std::vector<const Track*> TrackArray;
31  
32    class VertexTools {
33    public:
# Line 45 | Line 46 | namespace mithep {
46                         const BaseVertex  *fBeamSpot, FourVector diboso);
47      
48      static double VertexWidth(const Vertex*,  const BaseVertex* );
49 +
50 +    static void BanThisTrack(const Track*);
51 +    static void Reset();
52      
53      static VertexTools* instance(const char* str){
54        if(meobject == NULL){
# Line 62 | Line 66 | namespace mithep {
66      VertexTools();
67      VertexTools(const char* str);
68      TString relname;
69 +    TrackArray excluded;
70 +    
71  
72      ClassDef(VertexTools, 0) // Muon tools
73        };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines