00001 #ifndef L1Trigger_RPCTBGhostBuster_h 00002 #define L1Trigger_RPCTBGhostBuster_h 00003 00011 #include "L1Trigger/RPCTrigger/interface/RPCTBMuon.h" 00012 //--------------------------------------------------------------------------- 00013 class RPCTBGhostBuster { 00014 public: 00019 L1RpcTBMuonsVec run(L1RpcTBMuonsVec2 &pacMuonsVec2) const; 00020 00027 L1RpcTBMuonsVec gBPhi(L1RpcTBMuonsVec &pacMuonsVec) const; 00028 00033 L1RpcTBMuonsVec gBEta(L1RpcTBMuonsVec2 &gbPhiMuonsVec2) const; 00034 00035 }; 00036 #endif