CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
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
10
12{
13 public:
14 // Constructors and destructors
17
18 // Emc Tof Match
19 void Match(RecEmcShowerMap& aShowerMap,
20 RecEmcTofHitMap& tofHitMap);
21
22 // Energy correction
24
25};
26#endif
double RecEmcEnergy
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
map< int, RecEmcTofHit, less< int > > RecEmcTofHitMap
RecEmcEnergy ECorrection(const RecEmcEnergy eIn)
void Match(RecEmcShowerMap &aShowerMap, RecEmcTofHitMap &tofHitMap)