BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
InjSigIntervalCal.h
Go to the documentation of this file.
1#ifndef INJSIGINTERVALCAL_H
2#define INJSIGINTERVALCAl_H
3#include "GaudiKernel/DataObject.h"
6#include <vector>
7
8using namespace std;
9
10namespace CalibData {
12
13public:
14
16 // Re-implemented from DataObject
17 virtual ~InjSigIntervalCal() {}
18 inline virtual const CLID& clID() const { return classID(); }
19
20 inline static const CLID& classID() { return CLID_Calib_InjSigInterval; }
21
22 virtual StatusCode update(CalibBase1& other, MsgStream* log);
23
24 int getTInterval(){return m_tInterval;}
25 void setTInterval(int tInterval){m_tInterval=tInterval;}
26
27 private:
28
29 int m_tInterval;
30
31
32};
33}
34#endif /* INJSIGINTERVALCAl_H */
const CLID CLID_Calib_InjSigInterval
Definition CalibModel.h:65
void setTInterval(int tInterval)
static const CLID & classID()
virtual const CLID & clID() const