Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:06

0001 /*
0002  * IGhostBuster.h
0003  *
0004  *  Created on: Jun 28, 2017
0005  *      Author: kbunkow
0006  */
0007 
0008 #ifndef L1T_OmtfP1_IGHOSTBUSTER_H_
0009 #define L1T_OmtfP1_IGHOSTBUSTER_H_
0010 
0011 #include "L1Trigger/L1TMuonOverlapPhase1/interface/Omtf/AlgoMuon.h"
0012 
0013 class IGhostBuster {
0014 public:
0015   virtual ~IGhostBuster() {}
0016 
0017   virtual AlgoMuons select(AlgoMuons refHitCands, int charge = 0) = 0;
0018 };
0019 
0020 #endif /* L1T_OmtfP1_IGHOSTBUSTER_H_ */