ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 <g4jets/Jet.h>
#include <g4jets/JetMap.h>
#include <g4jets/Jetv1.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 | |
typedef PHG4Particlev2 | part_type |
typedef PHG4HitEval | hit_type |
typedef PHG4VtxPointv1 | vertex_type |
typedef RawTowerv1 | RawTower_type |
typedef Jetv1 | PHPyJet_type |
typedef PHG4HitEval hit_type |
Definition at line 52 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 52 of file PHG4DSTReader.cc
typedef PHG4Particlev2 part_type |
Definition at line 51 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 51 of file PHG4DSTReader.cc
typedef Jetv1 PHPyJet_type |
Definition at line 55 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 55 of file PHG4DSTReader.cc
typedef RawTowerv1 RawTower_type |
Definition at line 54 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 54 of file PHG4DSTReader.cc
typedef PHG4VtxPointv1 vertex_type |
Definition at line 53 of file PHG4DSTReader.cc.
View newest version in sPHENIX GitHub at line 53 of file PHG4DSTReader.cc