1#ifndef OFFEVTFILTERCAL_H
2#define OFFEVTFILTERCAL_H
3#include "GaudiKernel/DataObject.h"
20 virtual StatusCode update(
CalibBase1& other, MsgStream* log);
27 void setNpar(
const int npar){m_npar = npar;}
30 void setTEnd(
const double tEnd);
40 double getTEnd(
unsigned int No);
43 int m_runFrom,m_runTo,m_eventFrom,m_eventTo;
46 vector<double> m_tEnd;
47 vector<double> m_tBegin;
const CLID CLID_Calib_OffEvtFilter
void setTEnd(const double tEnd)
virtual ~OffEvtFilterCal()
virtual const CLID & clID() const
double getTEnd(unsigned int No)
void setTBegin(const double tBegin)
void setRunTo(const int runTo)
void setFlag(const int flag)
void setNpar(const int npar)
void setRunFrom(const int runFrom)
int getFlag(unsigned int No)
double getTBegin(unsigned int No)
void setEventTo(const int eventTo)
void setEventFrom(const int eventFrom)
static const CLID & classID()