Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHG4DSTReader.h"
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4TruthInfoContainer.h>
#include <calobase/RawTower.h>
#include <calobase/RawTowerContainer.h>
#include <calobase/RawTowerv1.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4HitEval.h>
#include <g4main/PHG4Particle.h>
#include <g4main/PHG4Particlev2.h>
#include <g4main/PHG4VtxPoint.h>
#include <g4main/PHG4VtxPointv1.h>
#include <jetbase/Jet.h>
#include <jetbase/JetContainer.h>
#include <jetbase/Jetv2.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/PHTFileServer.h>
#include <fun4all/SubsysReco.h>
#include <phool/getClass.h>
#include <TClass.h>
#include <TClonesArray.h>
#include <TObject.h>
#include <TString.h>
#include <TTree.h>
#include <cassert>
#include <iostream>
#include <set>
#include <sstream>
#include <utility>
Go to the source code of this file.
Typedefs | |
using | part_type = PHG4Particlev2 |
using | hit_type = PHG4HitEval |
using | vertex_type = PHG4VtxPointv1 |
using | RawTower_type = RawTowerv1 |
using | PHPyJet_type = Jetv2 |
using hit_type = PHG4HitEval |
Definition at line 50 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 50 of file PHG4DSTReader.cc
using part_type = PHG4Particlev2 |
Definition at line 49 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 49 of file PHG4DSTReader.cc
using PHPyJet_type = Jetv2 |
Definition at line 53 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 53 of file PHG4DSTReader.cc
using RawTower_type = RawTowerv1 |
Definition at line 52 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 52 of file PHG4DSTReader.cc
using vertex_type = PHG4VtxPointv1 |
Definition at line 51 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 51 of file PHG4DSTReader.cc