BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/EmcRec/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
12{
13 public:
14 void Energy(RecEmcShower& aShower);
15 void E3x3(RecEmcShower& aShower);
16 void E5x5(RecEmcShower& aShower);
17 void ELepton(RecEmcShower& aShower);
18 void EAll(RecEmcShower& aShower);
20 RecEmcEnergy ECorrTheta(const RecEmcEnergy eIn, const RecEmcID &id);
21};
22
23#endif // EMC_REC_SHOWER_ENERGY_H
24
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)