![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHGenFitTrackProjection.h"#include <trackbase_historic/SvtxTrackMap.h>#include <trackbase_historic/SvtxTrack.h>#include <trackbase_historic/SvtxTrackState.h>#include <calobase/RawTowerGeomContainer.h>#include <calobase/RawTowerContainer.h>#include <calobase/RawTower.h>#include <calobase/RawClusterContainer.h>#include <calobase/RawCluster.h>#include <calobase/RawClusterUtility.h>#include <phgenfit/Fitter.h>#include <phgeom/PHGeomUtility.h>#include <phfield/PHFieldUtility.h>#include <fun4all/Fun4AllReturnCodes.h>#include <fun4all/SubsysReco.h>#include <phool/getClass.h>#include <phool/phool.h>#include <GenFit/AbsTrackRep.h>#include <GenFit/MeasuredStateOnPlane.h>#include <GenFit/RKTrackRep.h>#include <TDatabasePDG.h>#include <TMatrixDSymfwd.h>#include <TMatrixTSym.h>#include <TMatrixTUtils.h>#include <TParticlePDG.h>#include <TVector3.h>#include <CLHEP/Vector/ThreeVector.h>#include <cfloat>#include <cmath>#include <cstdlib>#include <iostream>#include <map>#include <memory>#include <utility>#include <vector>
Include dependency graph for PHGenFitTrackProjection.cc:Go to the source code of this file.
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 LogDebug | ( | exp | ) | std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<std::endl |
Definition at line 62 of file PHGenFitTrackProjection.cc.
View newest version in sPHENIX GitHub at line 62 of file PHGenFitTrackProjection.cc
| #define LogError | ( | exp | ) | std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<std::endl |
Definition at line 63 of file PHGenFitTrackProjection.cc.
View newest version in sPHENIX GitHub at line 63 of file PHGenFitTrackProjection.cc
| #define LogWarning | ( | exp | ) | std::cout<<"WARNING: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<std::endl |
Definition at line 64 of file PHGenFitTrackProjection.cc.
View newest version in sPHENIX GitHub at line 64 of file PHGenFitTrackProjection.cc
Referenced by PHGenFitTrackProjection::process_event().