GEMC  2.2
Geant4 Monte-Carlo Framework
Public Slots | Public Member Functions | Data Fields
descriptionTab Class Reference

#include <detector_editor.h>

+ Inheritance diagram for descriptionTab:
+ Collaboration diagram for descriptionTab:

Public Slots

void update_detector (detector *Det)
 change tab according to detector More...
 

Public Member Functions

 descriptionTab (QWidget *parent=0)
 Constructor. More...
 

Data Fields

detectordet
 pointer to detector More...
 
QLabel * nameLabel
 label for name More...
 
QLabel * descLabel
 label for description More...
 
QLabel * solidType
 label for solid type More...
 
QPixmap solidpic
 solid pic from G4 More...
 
QLabel * solidPicL
 container for solid pic More...
 
QLabel * placeLabel
 label for position More...
 
QLineEdit * placeEdit
 line editor for position More...
 
QLabel * rotLabel
 label for rotation More...
 
QLineEdit * rotEdit
 line editor for rotation More...
 
QLabel * dimLabel
 label for dimensions More...
 
QLineEdit * dimEdit
 line editor for dimensions More...
 
QLabel * matLabel
 label for material More...
 
QLabel * mgnLabel
 label for magnetic field More...
 
QLabel * sensHitLabel
 label for sensitivity, Hit process More...
 
QLabel * idLabel
 label for identifier More...
 
QLabel * twLabel
 label for time window More...
 
QLabel * pcutLabel
 label for production cut More...
 

Detailed Description

descriptionTab

This tab contains the description of the volume, including name, mother, position, rotation, type, dimensions, materials, etc

Definition at line 30 of file detector_editor.h.

Constructor & Destructor Documentation

descriptionTab::descriptionTab ( QWidget parent = 0)

Definition at line 125 of file detector_editor.cc.

Member Function Documentation

void descriptionTab::update_detector ( detector Det)
slot

Definition at line 33 of file detector_editor.cc.

Field Documentation

QLabel* descriptionTab::descLabel

Definition at line 41 of file detector_editor.h.

detector* descriptionTab::det

Definition at line 38 of file detector_editor.h.

QLineEdit* descriptionTab::dimEdit

Definition at line 54 of file detector_editor.h.

QLabel* descriptionTab::dimLabel

Definition at line 53 of file detector_editor.h.

QLabel* descriptionTab::idLabel

Definition at line 59 of file detector_editor.h.

QLabel* descriptionTab::matLabel

Definition at line 56 of file detector_editor.h.

QLabel* descriptionTab::mgnLabel

Definition at line 57 of file detector_editor.h.

QLabel* descriptionTab::nameLabel

Definition at line 40 of file detector_editor.h.

QLabel* descriptionTab::pcutLabel

Definition at line 62 of file detector_editor.h.

QLineEdit* descriptionTab::placeEdit

Definition at line 48 of file detector_editor.h.

QLabel* descriptionTab::placeLabel

Definition at line 47 of file detector_editor.h.

QLineEdit* descriptionTab::rotEdit

Definition at line 51 of file detector_editor.h.

QLabel* descriptionTab::rotLabel

Definition at line 50 of file detector_editor.h.

QLabel* descriptionTab::sensHitLabel

Definition at line 58 of file detector_editor.h.

QPixmap descriptionTab::solidpic

Definition at line 44 of file detector_editor.h.

QLabel* descriptionTab::solidPicL

Definition at line 45 of file detector_editor.h.

QLabel* descriptionTab::solidType

Definition at line 43 of file detector_editor.h.

QLabel* descriptionTab::twLabel

Definition at line 61 of file detector_editor.h.