PandaRoot
PndEmcClusterers.h
Go to the documentation of this file.
1 #ifndef BSEMCCLUSTERERS_HH
2 #define BSEMCCLUSTERERS_HH
3 
4 #include <string>
5 
6 #include "PndPersistencyTask.h"
7 
8 class BSEmcCorrection;
10 //---------------------------------------------------------------
12  public:
13  BSEmcBaseClusterer(const std::string &t_detectorName, BSEmcCorrection *t_ecf, BSEmcErrorMatrixCalculation *t_errorCalc, Bool_t t_removeSplitoff = kTRUE);
15 };
16 
17 //---------------------------------------------------------------
19  public:
22 };
23 
24 #endif /*BSEMCCLUSTERERS_HH*/
Energy correction factor/function interface.
BSEmcBaseClusterer(const std::string &t_detectorName, BSEmcCorrection *t_ecf, BSEmcErrorMatrixCalculation *t_errorCalc, Bool_t t_removeSplitoff=kTRUE)
ClassDef(BSEmcBaseClusterer, 1)
Calculate Error Matrix for the given BSEmcRecoHit with parametrization defined by the given parameter...