BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecShowerEnergy.h
Go to the documentation of this file.
1//
2// Give 3*3, 5*5, and bump energy.
3//
4// Created by He Miao 2005, 7, 6
5//
6#ifndef EMC_REC_SHOWER_ENERGY_H
7#define EMC_REC_SHOWER_ENERGY_H
8
9#include "EmcRecEventModel/RecEmcEventModel.h"
10
12public:
13 void Energy( RecEmcShower& aShower );
14 void E3x3( RecEmcShower& aShower );
15 void E5x5( RecEmcShower& aShower );
16 void ELepton( RecEmcShower& aShower );
17 void EAll( RecEmcShower& aShower );
20};
21
22#endif // EMC_REC_SHOWER_ENERGY_H
void E3x3(RecEmcShower &aShower)
RecEmcEnergy ECorrection(const RecEmcEnergy eIn)
void ELepton(RecEmcShower &aShower)
void EAll(RecEmcShower &aShower)
RecEmcEnergy ECorrTheta(const RecEmcEnergy eIn, const RecEmcID &id)
void Energy(RecEmcShower &aShower)
void E5x5(RecEmcShower &aShower)