BOSS 7.0.7
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 */
10static const InterfaceID IID_IInjSigTimeSvc("IInjSigTimeSvc",1,0);
11
12class IInjSigTimeSvc: virtual public IInterface{
13public:
14 static const InterfaceID& interfaceID() { return IID_IInjSigTimeSvc; }
15
16 //get the CalibData of OffEvtFilter
17 virtual int getNpar() const = 0;
18 virtual ULong64_t getIST(unsigned int parId) const = 0;
19 virtual int getFlag(unsigned int parId) const = 0;
20};
21
22#endif /* IINJSIGTIMESVC_H_ */
virtual int getFlag(unsigned int parId) const =0
static const InterfaceID & interfaceID()
virtual int getNpar() const =0
virtual ULong64_t getIST(unsigned int parId) const =0