|
|
|||
File indexing completed on 2025-12-16 09:17:31
0001 #!/usr/bin/env bash 0002 0003 # 1) Combine outputs 0004 echo "==> Running get_combinedoutput.C" 0005 root -l -q -b get_combinedoutput.C 0006 0007 # 2) Compute purity and efficiency 0008 echo "==> Running get_purityefficiency.C" 0009 root -l -q -b get_purityefficiency.C 0010 0011 # 3) Perform unfolding iterations 0012 echo "==> Running do_unfolding_iter.C" 0013 root -l -q -b do_unfolding_iter.C 0014 0015 # 4) Generate the final spectrum 0016 echo "==> Running get_finalspectrum.C" 0017 root -l -q -b get_finalspectrum.C 0018 0019 # Done 0020 echo "All analysis steps" 0021
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|