ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/TrackAtSurface.cc
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/src/TrackAtSurface.cc (file contents):
Revision 1.2 by konec, Thu May 17 20:39:45 2012 UTC vs.
Revision 1.3 by konec, Tue Oct 30 11:13:16 2012 UTC

# 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   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines