Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHG4HcalCellReco.h"
#include "PHG4Cell.h"
#include "PHG4CellContainer.h"
#include "PHG4CellDefs.h"
#include "PHG4Cellv1.h"
#include <phparameter/PHParameterInterface.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4HitDefs.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/PHObject.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <TSystem.h>
#include <array>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <map>
#include <sstream>
#include <utility>
Go to the source code of this file.
Macros | |
#define | ROWDIM 320 |
#define | COLUMNDIM 27 |
Variables | |
static std::array< std::array < PHG4Cell *, COLUMNDIM > , ROWDIM > | slatarray = {{{nullptr}}} |
#define COLUMNDIM 27 |
Definition at line 37 of file PHG4HcalCellReco.cc.
View newest version in sPHENIX GitHub at line 37 of file PHG4HcalCellReco.cc
Referenced by PHG4HcalCellReco::process_event().
#define ROWDIM 320 |
Definition at line 36 of file PHG4HcalCellReco.cc.
View newest version in sPHENIX GitHub at line 36 of file PHG4HcalCellReco.cc
Referenced by PHG4HcalCellReco::process_event().
Definition at line 39 of file PHG4HcalCellReco.cc.
View newest version in sPHENIX GitHub at line 39 of file PHG4HcalCellReco.cc