-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
*/ | ||
|
@@ -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; | ||
|