|
MyMarlinTPC
170316
|
#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::RowTripletBasedTrackFinderProcessor |
| Track finder based on triplets of rows. More... | |
| class | marlintpc::rb_Hit |
| Row based hit. More... | |
| class | marlintpc::rb_Doublet |
| Row based doublet. More... | |
| class | marlintpc::rb_Triplet |
| Row based triplet. More... | |
| class | marlintpc::rb_Segment |
| Row based segment. More... | |
| class | marlintpc::simpleEquiClasses |
| Equivalence classes. More... | |
Namespaces | |
| marlintpc | |
Typedefs | |
| typedef std::vector< rb_Hit * > | marlintpc::hitListType |
| typedef std::map< int, hitListType > | marlintpc::rowHitMapType |
| typedef std::map< int, rowHitMapType > | marlintpc::modHitMapType |
| typedef std::vector< rb_Triplet * > | marlintpc::trpListType |
| typedef std::vector< rb_Segment * > | marlintpc::segListType |
| typedef std::map< int, segListType > | marlintpc::modSegMapType |
1.8.13