Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64429
b: "refs/heads/CMSSW_7_1_X"
c: f849275
h: "refs/heads/CMSSW_7_1_X"
i:
  64427: 953e39c
v: v3
  • Loading branch information
Riccardo Bellan committed Apr 7, 2009
1 parent 610d356 commit 26ce5aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 82f76fd1a3f5d9423d7c163d852a0c36647fc4ea
"refs/heads/CMSSW_7_1_X": 4aed1005320896a67769a958b029d43ecfbc0db9
"refs/heads/CMSSW_7_1_X": f8492759c2c946a745b91b0abd0d8990b8e48f59
6 changes: 3 additions & 3 deletions trunk/RecoMuon/TrackingTools/src/MuonServiceProxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* The update method is called each event in order to update the
* pointers.
*
* $Date: 2008/02/14 10:23:27 $
* $Revision: 1.15 $
* $Date: 2009/02/05 17:39:58 $
* $Revision: 1.16 $
* \author N. Amapane - CERN <[email protected]>
* \author R. Bellan - INFN Torino <[email protected]>
*/
Expand Down Expand Up @@ -136,7 +136,7 @@ ESHandle<Propagator> MuonServiceProxy::propagator(std::string propagatorName) co
if (prop == thePropagators.end()){
LogError("Muon|RecoMuon|MuonServiceProxy")
<< "MuonServiceProxy: propagator not found! Please load it in the MuonServiceProxy.cff";
return 0;
return ESHandle<Propagator>(0);
}

return prop->second;
Expand Down

0 comments on commit 26ce5aa

Please sign in to comment.