#include <TStyle.h>#include <TColor.h>#include <TROOT.h>#include <TGeoManager.h>#include <TH1.h>#include "TridUVPage.h"#include "TridModelStrip.h"#include "TridModelTrack.h"#include "TridModelShower.h"#include "TridGLFrame.h"#include "TridFlatGLFrame.h"#include "TridSketches.h"#include "TridControl.h"#include "TridModelMaker.h"#include "Midad/Base/PageProxy.h"#include "Midad/Gui/GuiBox.h"#include "Midad/Gui/GuiCanvas.h"#include "Midad/Gui/GuiMainWindow.h"#include "Midad/Gui/GuiMenu.h"#include "Midad/Base/Mint.h"#include "Midad/Base/PageDisplay.h"#include "Midad/Base/DigitText.h"#include <sigc++/sigc++.h>#include <sigc++/class_slot.h>#include <DataUtil/GetCandidate.h>#include <JobControl/JobC.h>#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Plex/PlexHandle.h"#include "Plex/PlexSEIdAltL.h"#include "Plex/PlexStripEndId.h"#include "Plex/PlexVetoShieldHack.h"#include "CandData/CandRecord.h"#include "CandDigit/CandDigitListHandle.h"#include "CandDigit/CandDigitHandle.h"#include "UgliGeometry/UgliGeomHandle.h"#include "UgliGeometry/UgliStripHandle.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: TridUVPage.cxx,v 1.18 2007/07/09 21:56:17 tagg Exp $") | |
Variables | |
| PageProxy< TridUVPage > | gsTridPageProxy ("TridUV") |
| const Float_t | kSize_Plane = 0.06 |
| const Float_t | kSize_Strip = 0.0205 |
| const Float_t | kSize_SM_Gap = 1.5297 |
| const Float_t | kSize_SM1_Start = 0 |
| const Float_t | kSize_SM1_End = kSize_Plane * 248 |
| const Float_t | kSize_SM2_Start = kSize_Plane * 248 + kSize_SM_Gap |
| const Float_t | kSize_SM2_End = kSize_Plane * 480 + kSize_SM_Gap |
| const Float_t | kSize_UV_Far = kSize_Strip * 192 |
| const Float_t | kSize_Calor = 7.1522 |
| const Float_t | kSize_UV_Caldet = kSize_Strip * 25 |
| const Float_t | kSize_UV_Near = kSize_Strip * 192 |
| const Float_t | kFarOffsetU = -4 |
| const Float_t | kFarOffsetV = 4 |
| const Float_t | kNearOffsetU = -2.65 |
| const Float_t | kNearOffsetV = 2.65 |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 70 of file TridUVPage.cxx. |
|
|
Definition at line 71 of file TridUVPage.cxx. |
|
|
Definition at line 73 of file TridUVPage.cxx. Referenced by TridUVPage::CreateScenery(). |
|
|
Definition at line 74 of file TridUVPage.cxx. Referenced by TridUVPage::CreateScenery(). |
|
|
Definition at line 65 of file TridUVPage.cxx. |
|
|
Definition at line 57 of file TridUVPage.cxx. Referenced by TridUVPage::CreateSketches(). |
|
|
Definition at line 61 of file TridUVPage.cxx. Referenced by TridUVPage::CreateScenery(). |
|
|
Definition at line 60 of file TridUVPage.cxx. Referenced by TridUVPage::CreateScenery(). |
|
|
Definition at line 63 of file TridUVPage.cxx. Referenced by TridUVPage::CreateScenery(). |
|
|
Definition at line 62 of file TridUVPage.cxx. Referenced by TridUVPage::CreateScenery(). |
|
|
Definition at line 59 of file TridUVPage.cxx. |
|
|
Definition at line 58 of file TridUVPage.cxx. Referenced by TridUVPage::CreateSketches(). |
|
|
Definition at line 67 of file TridUVPage.cxx. |
|
|
Definition at line 64 of file TridUVPage.cxx. |
|
|
Definition at line 68 of file TridUVPage.cxx. |
1.3.9.1