#include "PhotonTransport.h"#include <TRandom.h>#include <TRandom3.h>#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "JobControl/JobCModuleRegistry.h"#include "Digitization/DigiScintHit.h"#include "Digitization/DigiPE.h"#include "Record/SimSnarlRecord.h"#include "Record/SimSnarlHeader.h"#include "PhotonTransportModule.h"#include "PhotonTransportMaker.h"#include "PhotonConfiguration.h"#include "Plex/PlexHandle.h"#include "Calibrator/Calibrator.h"#include "Conventions/MinosMaterial.h"#include "Util/LoadMinosPDG.h"#include <TFile.h>#include <TNtuple.h>#include <TNtupleD.h>#include <cmath>Go to the source code of this file.
Enumerations | |
| enum | EBoundaryStatus { kBoundOkay, kX1OffEnd, kX2OffEnd, kInsideBypass, kY1OffWidth, kY2OffWidth, kZ1OffThick, kZ2OffThick } |
Functions | |
| JOBMODULE (PhotonTransport,"PhotonTransport","Photon transport from energy deposition to photoelectroncs") | |
| CVSID ("$Id: PhotonTransport.cxx,v 1.16 2009/05/19 18:19:17 kasahara Exp $") | |
Variables | |
| const char * | kBoundaryString [] |
|
|
Definition at line 454 of file PhotonTransport.cxx. 00454 { kBoundOkay,
00455 kX1OffEnd,
00456 kX2OffEnd,
00457 kInsideBypass,
00458 kY1OffWidth,
00459 kY2OffWidth,
00460 kZ1OffThick,
00461 kZ2OffThick };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Initial value: { "OK",
"X1 off end",
"X2 off end",
"Inside bypass",
"Y1 off width",
"Y2 off width",
"Z1 off thick",
"Z2 off thick" }
Definition at line 463 of file PhotonTransport.cxx. Referenced by PhotonTransport::SimulateScintHit(). |
1.3.9.1