|
MyMarlinTPC
170316
|
#include "RowTripletBasedTrackFinderProcessor.h"#include <marlin/Processor.h>#include <marlin/Global.h>#include <lcio.h>#include <string>#include <gear/TPCModule.h>#include "EVENT/TrackerHit.h"#include "TFile.h"#include "TTree.h"#include "TMath.h"#include "TVectorD.h"#include "TMatrixD.h"#include "TMatrixDSym.h"Go to the source code of this file.
Classes | |
| class | marlintpc::RowBasedFastHoughTransformationProcessor |
| Track finder based on Fast Hough Transformation. More... | |
| class | marlintpc::rb_HyperPlane |
| Row based hyperplane. More... | |
| class | marlintpc::rb_HyperCube |
| Row based hypercubes. More... | |
Namespaces | |
| marlintpc | |
Typedefs | |
| typedef std::vector< int > | marlintpc::intListType |
| typedef std::vector< double > | marlintpc::doubleListType |
| typedef std::vector< doubleListType > | marlintpc::directionsType |
| typedef std::vector< rb_HyperPlane * > | marlintpc::hyperPlaneListType |
Variables | |
| int | marlintpc::nCube |
| cube counter More... | |
1.8.13