FairRoot/PandaRoot
PndFtsRecoHitProducer2.cxx
Go to the documentation of this file.
1 // ========================================
2 // PndFtsRecoHitProducer2
3 //
4 // Class for kalman fitting with genfit for FTS
5 //
6 // This FTS specific reco hit producer was created to be able
7 // to access the tube array TCA from in addition to the hit TCA
8 // when constructing the reco hit.
9 //
10 // It inherits from MeasurementProducer and has been written
11 // following the MeasurementProducer
12 //
13 //modified by Elisabetta Prencipe 19/5/2014
14 // ========================================
15 
16 #include "PndFtsRecoHitProducer2.h"
17 
18 #include<iostream>
19 
20