MuLan Geant4 model source tree (vs. 1)
MuLan Geant4 model source tree (current version)
Example Processing Code vs. 2
(Please use most current.)
Supplementary Files needed to compile processing code:
Output.rhh and
libROOTRecords.so
Remember, line to compile processing code is:
g++ -I`root-config --incdir` `root-config --libs` -o (excecutable name) process_vs2.C -L (directory where libROOTRecords.so is stored) -lROOTRecords
Ex. For me, it's:
g++ -I`root-config --incdir` `root-config --libs` -o Omniprocess OmniProcess.C /localhome/jdphllps/geant/tmp/Linux-g++/musun/libROOTRecords.so
2006 Studies
Runs done at -5 mm (Corrected z position)
2006 Real Raw Theta 2006 Real Raw Phi
2007 Studies
Current 2007 Centered Ratio: Theta Phi
2007 Ratio Pure Dipole Field: Theta Phi
Musun (past)
Look here: Musun Output Data
Big output file: Big Musun Output Data
Musun (Current)
Current test run (MuSC, Pad, eSC, and ePC's) (for Fred): Mu+ run (5*10^4 events)
Current sample outputfile (as of 3/9/11) for Fred:
Mu- run (2*10^4 events)
Should have all 5 senstive detector trees -
Gas, Scint, Electron, MuPC, and Pad
OutputScint.rcc, OutputScint.rhh, and OutputScintLinkDef.h
OutputGas.rcc, OutputGas.rhh, and OutputGasLinkDef.h
OutputOmni.rcc, OutputOmni.rhh, and OutputOmniLinkDef.h
OutputElectron.rcc, OutputElectron.rhh, and OutputElectronLinkDef.h
OutputMuPC.rcc, OutputMuPC.rhh, and OutputMuPCLinkDef.h
OutputPad.rcc, OutputPad.rhh, and OutputPadLinkDef.h
Look here: He3 Test Data
Sample post-processing: Musunprocess.C
Particle Type definitions: MusunParticleType.cc