Jpp  15.0.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JFitVolume.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 #
3 # \author lquinn
4 #
5 version=1.0
6 script=${0##*/}
7 
8 # ------------------------------------------------------------------------------------------
9 #
10 # Utility script to test JVolume1D and JFitEfficiency
11 #
12 # ------------------------------------------------------------------------------------------
13 
14 
15 if [ -z $JPP_DIR ]; then
16  echo "Variable JPP_DIR undefined."
17  exit
18 fi
19 
20 
21 source $JPP_DIR/setenv.sh $JPP_DIR
22 
23 
26 set_variable TRIGGER_FILE $JPP_DATA/trigger_efficiency+background.root
27 set_variable INPUT_FILE $JPP_DATA/start.root
28 set_variable DETECTOR $JPP_DATA/km3net_reference.detx
29 set_variable: FORMAT GRAPHICS_FORMAT gif
30 set_variable+ BATCH GRAPHICS_BATCH -B
31 
32 if do_usage $*; then
33  usage "$script [detector file [trigger file [input file]]]"
34 fi
35 
36 case $# in
40 esac
41 
42 if (( 1 )); then
43 
44  JPrintTree -f $TRIGGER_FILE
45 
46  echo "Check that the Monte Carlo and DAQ trees have different numbers of events. Else run JTriggerEfficiency without the -O option.\n"
47 
48 fi
49 
50 if (( 1 )); then
51 
52  print_variable TRIGGER_FILE INPUT_FILE DETECTOR
53 
54  $JPP_DIR/examples/JTrigger/JVolume1D \
55  -f $TRIGGER_FILE \
56  -o "volume[trigger].root" \
57  -X \
58  -d $DEBUG
59 
60  $JPP_DIR/examples/JFit/JFitEfficiency \
61  -f $INPUT_FILE \
62  -o efficiency.root \
63  -a $DETECTOR \
64  -X -C \
65  -W "2 0" \
66  -Q 0.5 \
67  -d $DEBUG
68 fi
69 
70 JOpera1D \
71  -f "volume[trigger].root:hV" \
72  -f efficiency.root:he \
73  -o "volume[reco].root" \
74  -u "Multiply" \
75  -d $DEBUG
76 
77 
78 JPlot1D \
79  -f "volume[reco].root:Multiply" \
80  -f "volume[trigger].root:hV" \
81  -XX \
82  -\> "E [GeV]" \
83  -\^ "V [km^{3}]" \
84  -LL \
85  -o volume.$FORMAT $BATCH
Q(UTCMax_s-UTCMin_s)-livetime_s
then JMuonPostfit f
then usage $script< detector file >< inputfile > nUtility script to create PDF and CDF of transition time distribution fi case set_variable WORKDIR
Definition: JLegolas.sh:31
set_variable INPUT_FILE
exit
Definition: JPizza.sh:36
then echo
static const double C
Physics constants.
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable
Definition: JAcoustics.sh:20
then break fi done getCenter read X Y Z let X
do $DIR JTransitTime o
Definition: JTransitTime.sh:44
* usage
then JFileTuna f $INPUT_FILE
Definition: file-Tuna.sh:66
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
Definition: JMuonPath.sh:47
then JCalibrateToT a
Definition: JTuneHV.sh:116
then set_variable MODULE getModule a $DETECTOR L $STRING $FLOOR JEditDetector a $DETECTOR M $MODULE add $X o $DETECTOR else echo No update of detector $DETECTOR
then usage $script< input_file >< detector_file > fi set_variable OUTPUT_DIR set_variable SELECTOR JDAQTimesliceL1 set_variable DEBUG case set_variable DEBUG
set_variable DETECTOR
double u[N+1]
Definition: JPolint.hh:739
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
Definition: JCanberra.sh:41
version
Definition: JCalibratePMT.sh:7
&set_variable TRIGGER_FILE
Definition: JFitVolume.sh:38