MyMarlinTPC
170316
|
#include "RowTripletBasedTrackFinderProcessor.h"
#include <marlin/Processor.h>
#include <marlin/Global.h>
#include <lcio.h>
#include <string>
#include <gear/TPCModule.h>
#include "EVENT/TrackerPulse.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::RowBasedPadPulseRoadSearchProcessor |
Simultaneous hit and track finding (pad row based). More... | |
class | marlintpc::pb_Pulse |
Pad based pulse. More... | |
class | marlintpc::pb_Seed |
Pad based (track segment) seed. More... | |
class | marlintpc::rb_SegmentMatch |
Row based segment match. More... | |
Namespaces | |
marlintpc | |
Typedefs | |
typedef std::list< int > | marlintpc::seedIdListType |
typedef std::vector< pb_Pulse * > | marlintpc::pulseListType |
typedef std::map< int, pulseListType > | marlintpc::rowPulseMapType |
typedef std::map< int, rowPulseMapType > | marlintpc::modPulseMapType |
typedef std::vector< pb_Seed * > | marlintpc::seedListType |
typedef std::vector< rb_SegmentMatch * > | marlintpc::segMatchListType |
typedef std::map< int, segMatchListType > | marlintpc::segMatchMapType |