Analysis Software
Documentation for sPHENIX simulation software
|
#include "TpcPrototypeGenFitTrkFinder.h"
#include <trackbase/TrkrCluster.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrDefs.h>
#include <trackreco/AssocInfoContainer.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrackMap_v1.h>
#include <trackbase_historic/SvtxTrack_v1.h>
#include <trackbase_historic/SvtxVertexMap.h>
#include <trackbase_historic/SvtxTrack.h>
#include <trackbase_historic/SvtxVertexMap_v1.h>
#include <phgenfit/Fitter.h>
#include <phgenfit/PlanarMeasurement.h>
#include <phgenfit/Track.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/PHTFileServer.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/PHObject.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <phfield/PHFieldUtility.h>
#include <phgeom/PHGeomUtility.h>
#include <GenFit/EventDisplay.h>
#include <GenFit/RKTrackRep.h>
#include <TClonesArray.h>
#include <TMatrixDSymfwd.h>
#include <TMatrixTSym.h>
#include <TMatrixTUtils.h>
#include <TTree.h>
#include <TVector3.h>
#include <algorithm>
#include <set>
#include <cassert>
#include <iostream>
#include <map>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | genfit |
Defines for I/O streams used for error and debug printing. | |
namespace | PHGenFit |
Simple class to hold conversion information This could be optimized by initializing the object with the necessary node pointers. | |
Macros | |
#define | LogDebug(exp) std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
#define | WILD_FLOAT -9999. |
#define | _DEBUG_MODE_ 0 |
#define _DEBUG_MODE_ 0 |
Definition at line 76 of file TpcPrototypeGenFitTrkFinder.cc.
View newest version in sPHENIX GitHub at line 76 of file TpcPrototypeGenFitTrkFinder.cc
#define LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 70 of file TpcPrototypeGenFitTrkFinder.cc.
View newest version in sPHENIX GitHub at line 70 of file TpcPrototypeGenFitTrkFinder.cc
#define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 71 of file TpcPrototypeGenFitTrkFinder.cc.
View newest version in sPHENIX GitHub at line 71 of file TpcPrototypeGenFitTrkFinder.cc
#define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 72 of file TpcPrototypeGenFitTrkFinder.cc.
View newest version in sPHENIX GitHub at line 72 of file TpcPrototypeGenFitTrkFinder.cc
Referenced by TpcPrototypeGenFitTrkFinder::getChi2Ndf().
#define WILD_FLOAT -9999. |
Definition at line 74 of file TpcPrototypeGenFitTrkFinder.cc.
View newest version in sPHENIX GitHub at line 74 of file TpcPrototypeGenFitTrkFinder.cc
Referenced by TpcPrototypeGenFitTrkFinder::reset_eval_variables(), and TpcPrototypeGenFitTrkFinder::TpcPrototypeGenFitTrkFinder().