#include <TStyle.h>#include <TColor.h>#include <TROOT.h>#include <TGeoManager.h>#include "TridCratePage.h"#include "TridFlatGLFrame.h"#include "TridSketches.h"#include "TridModelCrate.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/Base/Mint.h"#include <DataUtil/GetCandidate.h>#include <JobControl/JobC.h>#include <sigc++/sigc++.h>#include <sigc++/class_slot.h>#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "Plex/PlexHandle.h"#include "Plex/PlexSEIdAltL.h"#include "Plex/PlexStripEndId.h"#include "Plex/PlexPixelSpotId.h"#include "CandData/CandRecord.h"#include "CandDigit/CandDigitListHandle.h"#include "CandDigit/CandDigitHandle.h"#include "RawData/RawChannelId.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: TridCratePage.cxx,v 1.24 2006/04/20 00:37:39 tagg Exp $") | |
Variables | |
| const double | kSizeCrate_x = 2 |
| const double | kSizeCrate_y = 2 |
| const double | kSizeVarc_x = 0.3 |
| const double | kSizeVarc_y = 1.8 |
| const double | kSizeVmm_x = kSizeVarc_x |
| const double | kSizeVmm_y = kSizeVarc_y/6 |
| const double | kSizeVfb_x = kSizeVmm_x/2 |
| const double | kSizeVfb_y = kSizeVmm_y*0.9 |
| const double | kSizeMaster_x = 0.1 |
| const double | kSizeMaster_y = 1.8 |
| const double | kSizeMinder_x = 0.09 |
| const double | kSizeMinder_y = 0.2 |
| PageProxy< TridCratePage > | gsTridCratePageProxy ("TridCrate") |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 40 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(), TridCratePage::CreateNewGLFrame(), and TridCratePage::CreateScenery(). |
|
|
Definition at line 41 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(), TridCratePage::CreateNewGLFrame(), and TridCratePage::CreateScenery(). |
|
|
Definition at line 50 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 51 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 52 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 53 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 43 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 44 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 47 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 48 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 45 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
|
|
Definition at line 46 of file TridCratePage.cxx. Referenced by TridCratePage::ChannelToCoords(). |
1.3.9.1