BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPreSelect/EventPreSelect/include/EventPreSelect/IDimuPreSelectTool.h
Go to the documentation of this file.
1#pragma once
2
3#include <GaudiKernel/IAlgTool.h>
4#include <GaudiKernel/IInterface.h>
5#include <GaudiKernel/NTuple.h>
6
7class IDimuPreSelectTool : virtual public IAlgTool {
8public:
10
11 virtual void BookNtuple( NTuple::Tuple*& tuple ) = 0;
12 virtual int IsDimu() = 0; // 1, barrel; 2, endcap; 0, not dimu.
13 virtual void Print() = 0;
14};
virtual int IsDimu()=0
virtual void BookNtuple(NTuple::Tuple *&tuple)=0
DeclareInterfaceID(IDimuPreSelectTool, 1, 0)
virtual void Print()=0