|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjecticeCube.uhe.event.RunManager
public class RunManager
This is a run manager for the Event class. It initializes all the obejcts and parameters necessary for events and then run the Event objects.
コンストラクタの概要 | |
---|---|
RunManager()
Constructor. |
メソッドの概要 | |
---|---|
double |
getStartLocation()
Get the location of primary particle |
static void |
main(java.lang.String[] args)
Main method. |
void |
runEventDump(java.io.DataOutputStream out)
Method to run event for making textual full-data-file. |
void |
runEventOnMatrix(java.io.DataOutputStream out)
Method to run multiple events with various primary energies from logE = Particle.getLogEnergyMinimum() all the way up to 10^12 GeV. |
void |
runMultipleEvent_Each(java.io.DataOutputStream out)
Method to run multiple events with a monocromatic primary energy given by the constructor. |
void |
runMultipleEvent(java.io.DataOutputStream out)
Method to run multiple events with a monocromatic primary energy given by the constructor. |
void |
runSingleEvent()
Method to run a single event with a monocromatic primary energy given by the constructor. |
void |
setOneCascadeMtx(int n,
int jLogE)
make histgram for EnergyDeposit/cascade |
void |
setOneEmgCascadeMtx(int iLogE,
int jLogE)
|
void |
setOneHadronCascadeMtx(int iLogE,
int jLogE)
|
void |
setOneTotalCascadeMtx(int iLogE,
int jLogE)
|
void |
setStartLocation(double start)
Set the location of primary particle |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RunManager() throws java.io.IOException
java.io.IOException
メソッドの詳細 |
---|
public void setStartLocation(double start)
public double getStartLocation()
public void runEventDump(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void runSingleEvent()
public void runMultipleEvent_Each(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void setOneCascadeMtx(int n, int jLogE)
public void runMultipleEvent(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void runEventOnMatrix(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void setOneEmgCascadeMtx(int iLogE, int jLogE)
public void setOneHadronCascadeMtx(int iLogE, int jLogE)
public void setOneTotalCascadeMtx(int iLogE, int jLogE)
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |