Analysis Software
Documentation for sPHENIX simulation software
|
#include "EpFinderEval.h"
#include <phool/phool.h>
#include <phool/getClass.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/PHTFileServer.h>
#include <fun4all/Fun4AllServer.h>
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <g4main/PHG4VtxPoint.h>
#include <g4main/PHG4Particle.h>
#include <calobase/RawTowerDefs.h>
#include <calobase/RawTowerContainer.h>
#include <calobase/RawTower.h>
#include <calobase/RawTowerGeomContainer.h>
#include <calobase/RawTowerGeom.h>
#include <calobase/RawClusterContainer.h>
#include <calobase/RawCluster.h>
#include <phhepmc/PHHepMCGenEventMap.h>
#include <phhepmc/PHHepMCGenEvent.h>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <HepMC/HeavyIon.h>
#include <TTree.h>
#include <TH2D.h>
#include <TVector3.h>
#include <TRandom3.h>
#include <TMath.h>
#include <iostream>
#include <utility>
#include "EpFinder.h"
Go to the source code of this file.
Macros | |
#define | TOWER_E_CUT 0.0 |
Functions | |
double | XYtoPhi (double x, double y) |
double | XYtoPhi_02PI (double x, double y) |
double | getEta (double pt, double pz) |
double | DeltaPhi (double phi1, double phi2) |
#define TOWER_E_CUT 0.0 |
Definition at line 40 of file EpFinderEval.cc.
View newest version in sPHENIX GitHub at line 40 of file EpFinderEval.cc
Referenced by EpFinderEval::fill_tree().
Definition at line 70 of file EpFinderEval.cc.
View newest version in sPHENIX GitHub at line 70 of file EpFinderEval.cc
References INTTVtxZ::dphi, and TwoPi.
Definition at line 64 of file EpFinderEval.cc.
View newest version in sPHENIX GitHub at line 64 of file EpFinderEval.cc
References eta, ActsTests::PropagationDatasets::theta, and XYtoPhi().
Definition at line 46 of file EpFinderEval.cc.
View newest version in sPHENIX GitHub at line 46 of file EpFinderEval.cc
References ActsTests::PropagationDatasets::phi, and TwoPi.
Referenced by getEta().
Definition at line 55 of file EpFinderEval.cc.
View newest version in sPHENIX GitHub at line 55 of file EpFinderEval.cc
References ActsTests::PropagationDatasets::phi, and TwoPi.