FairRoot/PandaRoot
Functions
PndPatternMatcher.cxx File Reference
#include "PndPatternMatcher.h"
#include <FairRunAna.h>
#include <FairRuntimeDb.h>
#include <PndSttHit.h>
#include "PndPattern.h"
#include <TTreeReaderValue.h>
#include <algorithm>

Go to the source code of this file.

Functions

 ClassImp (PndPatternMatcher) PndPatternMatcher
 

Function Documentation

ClassImp ( PndPatternMatcher  )

Definition at line 19 of file PndPatternMatcher.cxx.

21  : fPartialMatchCand(0) {
22  dbFile = NULL;
23  patternTree = NULL;
24 // treeReader = NULL;
25  fSttParameters = NULL;
26  fEventHeader = NULL;
27  fSTTHitArray = NULL;
28 
29 
30  fTrackCandName = "PartialMatchCand";
31  fPersistence = kTRUE;
32 
33  verboseMatches = false;
34  fMatchRatio = 0.5;
35 }