Analysis Software
Documentation for sPHENIX simulation software
|
strongly inspired by code from Qinhua Huang qinhu a.hu ang@c ea.f rMore...
#include "PHG4MicromegasDetector.h"
#include "PHG4MicromegasDisplayAction.h"
#include "PHG4MicromegasSurvey.h"
#include <phparameter/PHParameters.h>
#include <g4detectors/PHG4CylinderGeomContainer.h>
#include <g4main/PHG4Detector.h>
#include <g4main/PHG4Subsystem.h>
#include <micromegas/CylinderGeomMicromegas.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/recoConsts.h>
#include <Geant4/G4Box.hh>
#include <Geant4/G4Color.hh>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4Material.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4String.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4ThreeVector.hh>
#include <Geant4/G4Tubs.hh>
#include <Geant4/G4Types.hh>
#include <Geant4/G4VPhysicalVolume.hh>
#include <Geant4/G4VSolid.hh>
#include <cmath>
#include <iostream>
#include <numeric>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
strongly inspired by code from Qinhua Huang qinhu a.hu ang@c ea.f r
Definition in file PHG4MicromegasDetector.cc.