ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "PHG4OuterHcalSteppingAction.h"
#include "PHG4HcalDefs.h"
#include "PHG4OuterHcalDetector.h"
#include "PHG4StepStatusDecode.h"
#include <phparameter/PHParameters.h>
#include <fun4all/Fun4AllServer.h>
#include <g4main/PHG4Hit.h>
#include <g4main/PHG4HitContainer.h>
#include <g4main/PHG4Hitv1.h>
#include <g4main/PHG4Shower.h>
#include <g4main/PHG4SteppingAction.h>
#include <g4main/PHG4TrackUserInfoV1.h>
#include <phool/getClass.h>
#include <TAxis.h>
#include <TH2.h>
#include <TH2F.h>
#include <TNamed.h>
#include <TSystem.h>
#include <TFile.h>
#include <Geant4/G4Field.hh>
#include <Geant4/G4FieldManager.hh>
#include <Geant4/G4ParticleDefinition.hh>
#include <Geant4/G4PropagatorInField.hh>
#include <Geant4/G4ReferenceCountedHandle.hh>
#include <Geant4/G4Step.hh>
#include <Geant4/G4StepPoint.hh>
#include <Geant4/G4StepStatus.hh>
#include <Geant4/G4String.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4ThreeVector.hh>
#include <Geant4/G4TouchableHandle.hh>
#include <Geant4/G4Track.hh>
#include <Geant4/G4TrackStatus.hh>
#include <Geant4/G4TransportationManager.hh>
#include <Geant4/G4Types.hh>
#include <Geant4/G4VPhysicalVolume.hh>
#include <Geant4/G4VTouchable.hh>
#include <Geant4/G4VUserTrackInformation.hh>
#include <Geant4/G4Transform3D.hh>
#include <cassert>
#include <cmath>
#include <iostream>
#include <string>
#include <utility>
Go to the source code of this file.
Variables | |
TH2F * | MapCorr = NULL |
TH2F* MapCorr = NULL |
Definition at line 65 of file PHG4OuterHcalSteppingAction.cc.
View newest version in sPHENIX GitHub at line 65 of file PHG4OuterHcalSteppingAction.cc
Referenced by PHG4OuterHcalSteppingAction::Init(), and PHG4OuterHcalSteppingAction::UserSteppingAction().