FairRoot/PandaRoot
|
#include "PndTrkTracking2.h"
#include "PndTrkBoundaryParStraws2.h"
#include "PndTrkChi2Fits.h"
#include "PndTrkCategorizeStt.h"
#include "PndTrkComparisonMCtruth.h"
#include "PndTrkSttConformalFilling.h"
#include "PndTrkLegendreFits.h"
#include "PndTrkCleanup.h"
#include "PndTrkCTFindTrackInXY.h"
#include "PndTrkCTFindTrackInXY2.h"
#include "PndTrkCTGeometryCalculations.h"
#include "PndTrkMergeSort.h"
#include "PndTrkPlotMacros2.h"
#include "PndTrkPrintouts.h"
#include "PndTrkSttAdjacencies.h"
#include "PndTrkSttClusterFinder.h"
#include "PndSttHit.h"
#include "PndSciTHit.h"
#include "PndSttPoint.h"
#include "PndSttTrack.h"
#include "PndSttHelixHit.h"
#include "PndSttSingleStraw.h"
#include "PndSttTube.h"
#include "PndSttMapCreator.h"
#include "PndSdsHit.h"
#include "PndSdsMCPoint.h"
#include "PndTrackCand.h"
#include "PndTrackCandHit.h"
#include "PndTrack.h"
#include "FairRootManager.h"
#include "FairRunAna.h"
#include "FairRuntimeDb.h"
#include "FairTrackParP.h"
#include "FairField.h"
#include "TGeoManager.h"
#include "TClonesArray.h"
#include "TGeoVolume.h"
#include "TVector3.h"
#include "TRandom.h"
#include "TH1F.h"
#include "TMath.h"
#include "TCanvas.h"
#include "TGeoTube.h"
#include "TStopwatch.h"
#include <iostream>
#include <cmath>
#include "PndTrkConstants.h"
Go to the source code of this file.
Variables | |
static const Double_t | THETAMIN = 0. |
static const Double_t | THETAMAX = 2.*3.141592654 |
|
static |
Definition at line 59 of file PndTrkTracking2.cxx.
Referenced by PndTrkTracking2::CalculateSinandCosin(), and PndTrkTracking2::Exec().
|
static |
Definition at line 58 of file PndTrkTracking2.cxx.
Referenced by PndTrkTracking2::CalculateSinandCosin(), PndTrkTracking2::Exec(), and PndTrkLegendreFits::LoadMatrix_FindMaximum2().