Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PhotonTransport.cxx File Reference

#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 []


Enumeration Type Documentation

enum EBoundaryStatus
 

Enumeration values:
kBoundOkay 
kX1OffEnd 
kX2OffEnd 
kInsideBypass 
kY1OffWidth 
kY2OffWidth 
kZ1OffThick 
kZ2OffThick 

Definition at line 454 of file PhotonTransport.cxx.

00454                      { kBoundOkay, 
00455                        kX1OffEnd, 
00456                        kX2OffEnd, 
00457                        kInsideBypass,
00458                        kY1OffWidth,
00459                        kY2OffWidth,
00460                        kZ1OffThick,
00461                        kZ2OffThick };


Function Documentation

CVSID "$Id: PhotonTransport cxx,
v 1.16 2009/05/19 18:19:17 kasahara Exp $" 
 

JOBMODULE PhotonTransport  ,
"PhotonTransport"  ,
"Photon transport from energy deposition to photoelectroncs" 
 


Variable Documentation

const char* kBoundaryString[]
 

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().


Generated on Mon Feb 15 11:08:08 2010 for loon by  doxygen 1.3.9.1