BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecTofMatch.h
Go to the documentation of this file.
1//
2// Match Emc Shower and Tof Hit
3//
4// He Miao 2006, 9, 15
5//
6#ifndef EMC_REC_TOF_MATCH_H
7#define EMC_REC_TOF_MATCH_H
8
9#include "EmcRecEventModel/RecEmcEventModel.h"
10
11class EmcRecTofMatch {
12public:
13 // Constructors and destructors
16
17 // Emc Tof Match
18 void Match( RecEmcShowerMap& aShowerMap, RecEmcTofHitMap& tofHitMap );
19
20 // Energy correction
22};
23#endif
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
map< int, RecEmcTofHit, less< int > > RecEmcTofHitMap
RecEmcEnergy ECorrection(const RecEmcEnergy eIn)
void Match(RecEmcShowerMap &aShowerMap, RecEmcTofHitMap &tofHitMap)