BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcRecShowerPosAbs.h
Go to the documentation of this file.
1//
2// Abstract base class for
3// shower position reconstruction
4// You can inherit this class to develop your code.
5//
6// Created by Zhe Wang 2004, 5, 16
7//
8#ifndef EMC_REC_SHOWER_POS_ABS_H
9#define EMC_REC_SHOWER_POS_ABS_H
10
12
14{
15 public:
18
19 public:
20 virtual void Position(RecEmcShower& aShower) =0;
21
22};
23
24#endif //EMC_REC_SHOWER_POS_ABS_H
25
virtual void Position(RecEmcShower &aShower)=0