00001
00002
00003 #ifndef CPANALYSISEXAMPLES_IMUONSELECTIONTOOL_H
00004 #define CPANALYSISEXAMPLES_IMUONSELECTIONTOOL_H
00005
00006
00007 #include "AsgTools/IAsgTool.h"
00008 #include "PATCore/TAccept.h"
00009
00010
00011 #include "xAODMuon/Muon.h"
00012
00013 namespace CP {
00014
00025 class IMuonSelectionToolExample : public virtual asg::IAsgTool {
00026
00028 ASG_TOOL_INTERFACE( CP::IMuonSelectionToolExample )
00029
00030 public:
00032 virtual const Root::TAccept& accept( const xAOD::Muon& mu ) const = 0;
00033
00034 };
00035
00036 }
00037
00038 #endif // CPANALYSISEXAMPLES_IMUONSELECTIONTOOL_H