BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/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
13public:
14 // Constructors and destructors
17
18 void Convert( TofDigiCol* tofDigiCol, RecEmcTofHitMap& tofHitMap );
19};
20#endif
map< int, RecEmcTofHit, less< int > > RecEmcTofHitMap
void Convert(TofDigiCol *tofDigiCol, RecEmcTofHitMap &tofHitMap)