EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHHoughSeeding.h"
#include "AssocInfoContainer.h"
#include <HelixHough/HelixKalmanState.h>
#include <HelixHough/HelixRange.h>
#include <HelixHough/SimpleHit3D.h>
#include <HelixHough/SimpleTrack3D.h>
#include <HelixHough/sPHENIXSeedFinder.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrack_v1.h>
#include <trackbase_historic/SvtxVertex.h>
#include <trackbase_historic/SvtxVertexMap.h>
#include <trackbase_historic/SvtxVertex_v1.h>
#include <trackbase/TrkrCluster.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrHitSet.h>
#include <trackbase/TrkrHitSetContainer.h>
#include <g4detectors/PHG4CylinderCellGeom.h>
#include <g4detectors/PHG4CylinderCellGeomContainer.h>
#include <g4detectors/PHG4CylinderGeom.h>
#include <g4detectors/PHG4CylinderGeomContainer.h>
#include <g4bbc/BbcVertex.h>
#include <g4bbc/BbcVertexMap.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <phool/PHTimer.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <TFile.h>
#include <TNtuple.h>
#include <algorithm>
#include <climits>
#include <cmath>
#include <iostream>
#include <memory>
#include <set>
#include <tuple>
#include <utility>
Go to the source code of this file.
Macros | |
#define | LogDebug(exp) std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp |
#define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp |
#define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp |
#define | _USE_ALAN_TRACK_REFITTING_ |
#define _USE_ALAN_TRACK_REFITTING_ |
Definition at line 74 of file PHHoughSeeding.cc.
View newest version in sPHENIX GitHub at line 74 of file PHHoughSeeding.cc
#define LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 67 of file PHHoughSeeding.cc.
View newest version in sPHENIX GitHub at line 67 of file PHHoughSeeding.cc
Referenced by PHHoughSeeding::End().
#define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 68 of file PHHoughSeeding.cc.
View newest version in sPHENIX GitHub at line 68 of file PHHoughSeeding.cc
#define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp |
Definition at line 69 of file PHHoughSeeding.cc.
View newest version in sPHENIX GitHub at line 69 of file PHHoughSeeding.cc