# | Line 36 | Line 36 | |
---|---|---|
36 | ||
37 | ||
38 | ||
39 | + | |
40 | + | TrackAtSurface::TrackAtSurface(const TrajectoryStateOnSurface &state, const edm::Event &ev, const edm::EventSetup &es) |
41 | + | : theState(state), theEv(ev), theEs(es) |
42 | + | { } |
43 | + | |
44 | TrackAtSurface::TrackAtSurface(const reco::Muon* mu,const edm::Event &ev, const edm::EventSetup &es) | |
45 | : theEv(ev), theEs(es) | |
46 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |