BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MyObject.h
Go to the documentation of this file.
1// $Header: /bes/bes/BossCvs/Calibration/calibUtil/src/test/MyObject.h,v 1.1.1.1 2005/10/17
2// 06:12:26 maqm Exp $
3/// file for sample client
4
5#ifndef CALIBUTIL_MYOBJECT_H
6#define CALIBUTIL_MYOBJECT_H
7
8#include "calibUtil/ClientObject.h"
9
10// Used by test_strips.cxx test program. See that file for implementation.
12public:
14 virtual ~MyObject(){};
15 /// Performs client specified function on the data, one list at a time
16 calibUtil::StripSrv::eRet readData( calibUtil::StripSrv::towerRC towerId,
17 unsigned int trayNum, calibUtil::StripSrv::eUnilayer uni,
18 calibUtil::StripSrv::eBadness howBad,
19 const calibUtil::StripSrv::StripCol* const strips );
20};
21#endif
MyObject()
Definition MyObject.h:13
virtual ~MyObject()
Definition MyObject.h:14
calibUtil::StripSrv::eRet readData(calibUtil::StripSrv::towerRC towerId, unsigned int trayNum, calibUtil::StripSrv::eUnilayer uni, calibUtil::StripSrv::eBadness howBad, const calibUtil::StripSrv::StripCol *const strips)
Performs client specified function on the data, one list at a time.
struct calibUtil::StripSrv::stowerRC towerRC
Clients should use as return values for readData.