Changeset 4411
- Timestamp:
- 07/20/04 13:53:55 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp
- Files:
-
- 23 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/Changelog
r4366 r4411 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/07/20: David Paneque 22 23 * /mtemp/mmpi/SupercutsONOFFClasses directory containing the 24 classes needed to optimize supercuts (and extract gamma signal) 25 using the ON and OFF data. These classes are listed below: 26 27 MFRandomSplit.cc 28 MSupercutsCalcONOFF.cc 29 MTSupercutsApplied.cc 30 MHFindSignificanceONOFF.cc 31 MFindSupercutsONOFFThetaLoop.cc 32 MFindSupercutsONOFF.cc 33 34 In order to add (to the compiled mars version) these classes you must add the 35 following line to the SUBDIRS field of the general Makefile 36 37 mtemp/mmpi/SupercutsONOFFClasses 38 39 40 And that's it. It should compile without problems... there is no interference 41 with the other classes. 42 43 I also add few macros (in the directory /mtemp/mmpi/macros/) which should help 44 the user to use (correctly) the mentioned classes. 45 46 SuperCutsONOFFMacro.C 47 SCDynamicalSupercutsApplied.C 48 SCNexSignificanceVSAlphaCut.C 49 50 51 The whole analysis is set and executed by running the macro SuperCutsONOFFMacro.C. 52 I wrote quite some comments on it; it should be self-explanatory. 53 The macro SCDynamicalSupercutsApplied.C can be used to make a quick 54 inspection to the cuts applied to the events that survived the cuts, and the 55 macro SCNexSignificanceVSAlphaCut.C plots the significance and the excess events 56 vs the cut in the ALPHA parameter. 57 58 I also included the directory mtemp/mmpi/asciifiles containing ascii files with 59 some initial supercuts values and the optimized supercuts for Mkn421 Feb 15, 60 that are used as input for the supercuts ON-OFF analysis. 61 20 62 21 63 2004/06/29: Javier Rico
Note:
See TracChangeset
for help on using the changeset viewer.