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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisRecoVertex.h (file contents):
Revision 1.1 by alebihan, Fri Apr 16 12:15:40 2010 UTC vs.
Revision 1.2 by econte, Mon Apr 19 07:59:45 2010 UTC

# Line 25 | Line 25 | namespace L1Analysis
25      void Print(std::ostream &os = std::cout) const;
26      void SetVertices(const edm::Handle<reco::VertexCollection> vertices, unsigned maxVtx);
27              
28 <    unsigned nVtx;
29 <    std::vector<unsigned> vtxNDoF;
30 <    std::vector<double> vtxZ;
31 <    std::vector<double> vtxRho;
28 >    unsigned int nVtx;
29 >    std::vector<unsigned int> vtxNDoF;
30 >    std::vector<double>       vtxZ;
31 >    std::vector<double>       vtxRho;
32      
33    };
34   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines