Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46359
b: "refs/heads/CMSSW_7_1_X"
c: 6bbb4eb
h: "refs/heads/CMSSW_7_1_X"
i:
  46357: 5094a57
  46355: 59a676a
  46351: f1939cf
v: v3
  • Loading branch information
Jeffrey Berryhill committed Jun 23, 2008
1 parent 78cd099 commit 32b275f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": bd18356734df3e33b4c9624ca57a61b419531ef5
"refs/heads/CMSSW_7_1_X": 6bbb4ebf636486b42d9b155252257aa59c051f4e
5 changes: 3 additions & 2 deletions trunk/DQMOffline/Trigger/src/FourVectorHLTOffline.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: FourVectorHLTOffline.cc,v 1.2 2008/06/18 19:37:01 berryhil Exp $
// $Id: FourVectorHLTOffline.cc,v 1.3 2008/06/18 20:09:04 berryhil Exp $
// See header file for information.
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "DataFormats/Common/interface/Handle.h"
Expand Down Expand Up @@ -124,7 +124,8 @@ FourVectorHLTOffline::analyze(const edm::Event& iEvent, const edm::EventSetup& i

for ( size_t ia = 0; ia < triggerObj->sizeFilters(); ++ ia) {
// get the path name to encode ME name
std::string name = triggerObj->filterTag(ia).encode();
std::string name = triggerObj->filterTag(ia).label();
//std::cout << name << std::endl;
// KLUDGE: trigger object type is keyed off of filterId
// instead of trigger object pdgId (becuase it is buggy in 2_0)
Vids idtype = triggerObj->filterIds(ia);
Expand Down

0 comments on commit 32b275f

Please sign in to comment.