BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
IInjSigTimeSvc.h
Go to the documentation of this file.
1#ifndef IINJSIGTIMESVC_H_
2#define IINJSIGTIMESVC_H_
3
4#include "GaudiKernel/IInterface.h"
5#include "GaudiKernel/Kernel.h"
6
7#include "TTree.h"
8
9/* Declaration of the interface ID */
10//static const InterfaceID IID_IInjSigTimeSvc("IInjSigTimeSvc",1,0);
11
12class IInjSigTimeSvc: virtual public IInterface{
13public:
14 //static const InterfaceID& interfaceID() { return IID_IInjSigTimeSvc; }
16
17 //get the CalibData of OffEvtFilter
18 virtual int getNpar() const = 0;
19 virtual ULong64_t getIST(unsigned int parId) const = 0;
20 virtual int getFlag(unsigned int parId) const = 0;
21};
22
23#endif /* IINJSIGTIMESVC_H_ */
virtual int getFlag(unsigned int parId) const =0
DeclareInterfaceID(IInjSigTimeSvc, 1, 0)
virtual int getNpar() const =0
virtual ULong64_t getIST(unsigned int parId) const =0