BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/EmcRec/EmcRec/EmcRecTofDigitCalib.h
Go to the documentation of this file.
1//
2// Tof digit to hit
3//
4// He Miao 2006, 9, 26
5//
6#ifndef EMC_REC_TOF_DIGIT_CALIB_H
7#define EMC_REC_TOF_DIGIT_CALIB_H
8
9#include "EmcRecEventModel/RecEmcEventModel.h"
10#include "TofRawEvent/TofDigi.h"
11
13{
14 public:
15 // Constructors and destructors
18
19 void Convert(TofDigiCol* tofDigiCol,
20 RecEmcTofHitMap& tofHitMap);
21
22};
23#endif
map< int, RecEmcTofHit, less< int > > RecEmcTofHitMap
ObjectVector< TofDigi > TofDigiCol
void Convert(TofDigiCol *tofDigiCol, RecEmcTofHitMap &tofHitMap)