Skip to content

Commit

Permalink
Merge pull request #24901 from bmahakud/MuonFunctionBugFix
Browse files Browse the repository at this point in the history
pat::Muon member function declaration bug  fix
  • Loading branch information
cmsbuild committed Oct 23, 2018
2 parents 5a2374f + 0334c9d commit 3d9ebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/PatCandidates/interface/Muon.h
Expand Up @@ -319,7 +319,7 @@ namespace pat {
const pat::TriggerObjectStandAlone* hltObject(const size_t idx=0) const {
return triggerObjectMatchByType(trigger::TriggerMuon,idx);
}
bool triggered( const char * pathName ){
bool triggered( const char * pathName ) const {
return triggerObjectMatchByPath(pathName,true,true)!=nullptr;
}

Expand Down

0 comments on commit 3d9ebb2

Please sign in to comment.