BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
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
12{
13 public:
14 void CalculateMoment(RecEmcShower& aShower) const;
15 void SecondMoment(RecEmcShower& aShower) const;
16 void LatMoment(RecEmcShower& aShower) const;
17 void A20Moment(RecEmcShower& aShower) const;
18 void A42Moment(RecEmcShower& aShower) const;
19};
20
21#endif // EMC_REC_SHOWER_SHAPE_H
22
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