Skip to content

Commit

Permalink
Merge pull request #37 from geonmo/master
Browse files Browse the repository at this point in the history
change namespace "helpers" to "SimMuL1_helpers" and remove legacy.
  • Loading branch information
Sven Dildick committed Aug 30, 2013
2 parents 0aa94d2 + 0679aa4 commit 9dcda3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SimMuL1/interface/Helpers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SimMuL1_Helpers_h
#define SimMuL1_Helpers_h

namespace helpers
namespace SimMuL1_helpers
{
bool
isME1bEtaRegion(float eta, float eta_min = 1.64, float eta_max = 2.14)
Expand Down
3 changes: 2 additions & 1 deletion SimMuL1/plugins/GEMCSCTriggerRate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
#include "DataFormats/MuonDetId/interface/GEMDetId.h"
#include "Geometry/GEMGeometry/interface/GEMGeometry.h"
#include "GEMCode/GEMValidation/src/SimTrackMatchManager.h"

#include "GEMCode/SimMuL1/interface/Helpers.h"
using namespace std;
using namespace reco;
using namespace edm;

using namespace SimMuL1_helpers;
namespace
{
const Double_t ETA_BIN = 0.0125 *2;
Expand Down
4 changes: 2 additions & 2 deletions SimMuL1/plugins/GEMCSCTriggerRate.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ class GEMCSCTriggerRate : public edm::EDFilter
// calculates the weight of the event to reproduce a min bias
//spectrum, from G. Wrochna's note CMSS 1997/096

bool isME42EtaRegion(float eta);
bool isME42RPCEtaRegion(float eta);
//bool isME42EtaRegion(float eta);
//bool isME42RPCEtaRegion(float eta);

static void setupTFModeHisto(TH1D* h);

Expand Down

0 comments on commit 9dcda3c

Please sign in to comment.