Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHG4Prototype2HcalCellReco.h"
#include <g4detectors/PHG4ScintillatorSlatContainer.h>
#include <g4detectors/PHG4ScintillatorSlat.h>
#include <g4detectors/PHG4ScintillatorSlatv1.h>
#include <g4detectors/PHG4ScintillatorSlatDefs.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4HitContainer.h>
#include <phparameter/PHParameterInterface.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/Fun4AllServer.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 21 |
#define | COLUMNDIM 13 |
Variables | |
static array< array < PHG4ScintillatorSlat *, COLUMNDIM >, ROWDIM > | slatarray = {{{nullptr}}} |
#define COLUMNDIM 13 |
Definition at line 39 of file PHG4Prototype2HcalCellReco.cc.
View newest version in sPHENIX GitHub at line 39 of file PHG4Prototype2HcalCellReco.cc
Referenced by PHG4Prototype2HcalCellReco::process_event().
#define ROWDIM 21 |
Definition at line 37 of file PHG4Prototype2HcalCellReco.cc.
View newest version in sPHENIX GitHub at line 37 of file PHG4Prototype2HcalCellReco.cc
Referenced by PHG4Prototype2HcalCellReco::process_event().
|
static |
Definition at line 40 of file PHG4Prototype2HcalCellReco.cc.
View newest version in sPHENIX GitHub at line 40 of file PHG4Prototype2HcalCellReco.cc
Referenced by PHG4Prototype2HcalCellReco::process_event().