DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DD4hep/Factories.h>
#include <DD4hep/Detector.h>
#include <DDRec/SurfaceHelper.h>
#include "EvNavHandler.h"
#include "MultiView.h"
#include "run_plugin.h"
#include <TRint.h>
#include <TROOT.h>
#include <TEveGeoNode.h>
#include <TEveBrowser.h>
#include <TGNumberEntry.h>
#include <TGButton.h>
#include <TGLabel.h>
#include <TStyle.h>
#include <TGComboBox.h>
#include <TEveManager.h>
#include <TSystem.h>
#include <TGLViewer.h>
#include <TEveViewer.h>
#include <TGLPerspectiveCamera.h>
#include <TGLCamera.h>
#include <TEveStraightLineSet.h>
#include <TSysEvtHandler.h>
#include <TEveScene.h>
#include <TEveProjectionManager.h>
#include <TEveProjectionAxes.h>
#include <TEveWindow.h>
#include <TGeoManager.h>
#include <TGLClip.h>
#include <TMap.h>
#include <TObjString.h>
#include <TGeoShape.h>
#include <TGLScenePad.h>
Go to the source code of this file.
Functions | |
void | next_event () |
void | make_gui () |
TEveStraightLineSet * | getSurfaces (int col=kRed, const SurfaceType &type=SurfaceType(), TString name="Surfaces") |
TEveStraightLineSet * | getSurfaceVectors (bool addO=true, bool addU=true, bool addV=true, bool addN=true, TString name="SurfaceVectors", int color=kGreen) |
int | main (int argc, char **argv) |
TEveStraightLineSet * getSurfaces | ( | int | col = kRed , |
const SurfaceType & | type = SurfaceType() , |
||
TString | name = "Surfaces" |
||
) |
Definition at line 230 of file teve_display.cpp.
TEveStraightLineSet * getSurfaceVectors | ( | bool | addO = true , |
bool | addU = true , |
||
bool | addV = true , |
||
bool | addN = true , |
||
TString | name = "SurfaceVectors" , |
||
int | color = kGreen |
||
) |
Definition at line 193 of file teve_display.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 158 of file teve_display.cpp.
void make_gui | ( | ) |
Definition at line 284 of file teve_display.cpp.
void next_event | ( | ) |
Definition at line 19 of file next_event_dummy.cpp.