source: trunk/MagicSoft/Mars/macros/CT1env.rc@ 2238

Last change on this file since 2238 was 2113, checked in by wittek, 21 years ago
*** empty log message ***
File size: 1.2 KB
Line 
1# Environment file for CT1 analysis
2#----------------------------------
3
4#-----------------------------------------------------------
5# Setup Matrix columns for all jobs and all MHMatrix objects
6#
7
8MHMatrix.Column0: cos(MMcEvt.fTelescopeTheta)
9MHMatrix.Column1: MSigmabar.fSigmabar
10MHMatrix.Column2: log10(MHillas.fSize)
11MHMatrix.Column3: MHillasSrc.fDist
12MHMatrix.Column4: MHillas.fWidth
13MHMatrix.Column5: MHillas.fLength
14MHMatrix.Column6: log10(MHillas.fSize/(MHillas.fWidth*MHillas.fLength))
15MHMatrix.Column7: sgn(MHillasSrc.fCosDeltaAlpha)*(MHillasExt.fM3Long)
16MHMatrix.Column8: MNewImagePar.fConc
17MHMatrix.Column9: MNewImagePar.fLeakage1
18
19
20#-----------------------------------------------------------
21# Setup Files for Job1
22#
23##Job1.MRead.File0: rootfile1.root
24##Job1.MRead.File1: rootfiles*.root
25##Job1.MRead.File2: rootfile3.root
26
27#-----------------------------------------------------------
28# Setup Files for Job2
29#
30##Job2.MRead.File0: otherrootfile.root
31
32#
33# Setup columns for a matrix called MatrixGammas in Job2
34#
35##Job2.MatrixGammas.Column0: MHillasSrc.fDist
36##Job2.MatrixGammas.Column1: sin(MMcEvt.fTelescopePhi)
37
38#-----------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.