| 
    Jpp
    
   | 
 
#include <string>#include <iostream>#include <sstream>#include <iomanip>#include "TROOT.h"#include "TApplication.h"#include "TCanvas.h"#include "TView.h"#include "TGeometry.h"#include "TGeoManager.h"#include "TGeoMatrix.h"#include "TGeoMaterial.h"#include "TGeoMedium.h"#include "TGeoVolume.h"#include "TGeoTube.h"#include "TGeoCone.h"#include "TPaveText.h"#include "JTools/JConstants.hh"#include "JDetector/JDetector.hh"#include "JDetector/JDetectorToolkit.hh"#include "JDetector/JModuleRouter.hh"#include "JDetector/JDetectorAddressMapToolkit.hh"#include "Jeep/JPrint.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Classes | |
| class | JGeoVolume | 
Functions | |
| int | main (int argc, char **argv) | 
Variables | |
| TCanvas * | c1 = NULL | 
| Global variables to handle mouse events.  More... | |
| TPaveText * | p1 = NULL | 
Auxiliary program to draw a given module in 3D.
Definition in file JDrawModule3D.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 109 of file JDrawModule3D.cc.
| TCanvas* c1 = NULL | 
Global variables to handle mouse events.
Definition at line 34 of file JDrawModule3D.cc.
| TPaveText* p1 = NULL | 
Definition at line 35 of file JDrawModule3D.cc.
 1.8.16