EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHPatternReco.h"
#include "CellularAutomaton_v1.h"
#include "CellularAutomaton.h"
#include "HelixHoughBin.h"
#include "HelixHoughBin_v1.h"
#include "HelixHoughFuncs.h"
#include "HelixHoughFuncs_v1.h"
#include "HelixHoughSpace.h"
#include "HelixHoughSpace_v1.h"
#include <trackbase_historic/SvtxVertexMap.h>
#include <trackbase_historic/SvtxVertexMap_v1.h>
#include <trackbase_historic/SvtxVertex.h>
#include <trackbase_historic/SvtxVertex_v1.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxTrackMap_v1.h>
#include <trackbase_historic/SvtxTrack.h>
#include <trackbase_historic/SvtxTrack_v1.h>
#include <trackbase/TrkrClusterContainer.h>
#include <trackbase/TrkrCluster.h>
#include <trackbase/TrkrHitSetContainer.h>
#include <g4detectors/PHG4CylinderGeom.h>
#include <g4detectors/PHG4CylinderCellGeomContainer.h>
#include <g4detectors/PHG4CylinderCellGeom.h>
#include <g4detectors/PHG4CylinderGeomContainer.h>
#include <g4bbc/BbcVertexMap.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include "phool/PHNode.h"
#include <phool/PHNodeIterator.h>
#include <phool/PHTimer.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <TFile.h>
#include <TNtuple.h>
#include <algorithm>
#include <climits>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <map>
#include <memory>
#include <utility>
#include <limits>
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 | _MULTIVTX_ |
#define | _TRIPLETS_ |
#define _MULTIVTX_ |
Definition at line 69 of file PHPatternReco.cc.
View newest version in sPHENIX GitHub at line 69 of file PHPatternReco.cc
#define _TRIPLETS_ |
Definition at line 70 of file PHPatternReco.cc.
View newest version in sPHENIX GitHub at line 70 of file PHPatternReco.cc
#define LogDebug | ( | exp | ) | std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp |
Definition at line 63 of file PHPatternReco.cc.
View newest version in sPHENIX GitHub at line 63 of file PHPatternReco.cc
#define LogError | ( | exp | ) | std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp |
Definition at line 64 of file PHPatternReco.cc.
View newest version in sPHENIX GitHub at line 64 of file PHPatternReco.cc
#define LogWarning | ( | exp | ) | std::cout<<"WARNING: "<<__FILE__<<": "<<__LINE__<<": "<< exp |
Definition at line 65 of file PHPatternReco.cc.
View newest version in sPHENIX GitHub at line 65 of file PHPatternReco.cc