Skip to content
Snippets Groups Projects

Kf: clean up CbmKF library

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:dev into master
Files
34
@@ -17,9 +17,6 @@
#include "CbmAnaMuonCandidate.h"
#include "CbmGlobalTrack.h"
#include "CbmGlobalTrackFitterKF.h"
#include "CbmKFTrack.h"
#include "CbmKFVertex.h"
#include "CbmMCTrack.h"
#include "CbmMatch.h"
#include "CbmMuchGeoScheme.h"
@@ -81,7 +78,6 @@ CbmAnaDimuonAnalysis::CbmAnaDimuonAnalysis(TString name, TString setup)
, fInputTree(NULL)
, fPlutoFile(NULL)
, fFitter(NULL)
, fFitterGlobal(NULL)
, fVertex(NULL)
, fChi2StsCut(2)
, fChi2MuchCut(3)
@@ -160,9 +156,6 @@ InitStatus CbmAnaDimuonAnalysis::Init()
fFitter = new CbmStsKFTrackFitter();
fFitter->Init();
fFitterGlobal = new CbmGlobalTrackFitterKF();
fFitterGlobal->Init();
YPt_pluto = new TH2D("YPt_pluto", "PLUTO signal", YBINNING, PTBINNING);
if (fPlutoFileName != "") {
Loading