BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/EmcRec/include/EmcRec/EmcRecShowerShape.h
Go to the documentation of this file.
1//
2// Calculat shower shape.
3//
4// Created by He Miao 2008, 1, 12
5//
6#ifndef EMC_REC_SHOWER_SHAPE_H
7#define EMC_REC_SHOWER_SHAPE_H
8
9class RecEmcShower;
10
12public:
13 void CalculateMoment( RecEmcShower& aShower ) const;
14 void SecondMoment( RecEmcShower& aShower ) const;
15 void LatMoment( RecEmcShower& aShower ) const;
16 void A20Moment( RecEmcShower& aShower ) const;
17 void A42Moment( RecEmcShower& aShower ) const;
18};
19
20#endif // EMC_REC_SHOWER_SHAPE_H
void SecondMoment(RecEmcShower &aShower) const
void CalculateMoment(RecEmcShower &aShower) const
void LatMoment(RecEmcShower &aShower) const
void A20Moment(RecEmcShower &aShower) const
void A42Moment(RecEmcShower &aShower) const