# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |