1 #ifndef ALICALORAWANALYZERNN_H 2 #define ALICALORAWANALYZERNN_H 32 UInt_t altrocfg1, UInt_t altrocfg2 );
49 #endif //ALICALORAWANALYZERNN_H Base class for extraction of signal amplitude and peak position.
virtual AliCaloFitResults Evaluate(const std::vector< AliCaloBunchInfo > &bunchvector, UInt_t altrocfg1, UInt_t altrocfg2)
The evaluation of Peak position and amplitude using the Neural Network.
Container class to hold results from fitting.
Container of ALTRO information.
Raw data fitting: Neural network.
AliCaloRawAnalyzerNN & operator=(const AliCaloRawAnalyzerNN &)
Utility Class for Neural Network fit.
Raw data fitters handling.
AliCaloNeuralFit * fNeuralNet
Pointer to the class whick actually implements the Neural Network for EMCAL.
AliCaloRawAnalyzerNN()
Constructor.
Double_t fNNInput[5]
The 5 input Neurons to the network ( mix bin + to samples on each side )
virtual ~AliCaloRawAnalyzerNN()
Destructor.