Newer
Older
# Previous step is to do something like
# root -l -q 'MakeRef.C("Event.old.split.root");'
ClassWarning='Warning in <TClass::Init>: no dictionary for class'
Streamer="Event::Streamer not available,"
(root.exe -l -b -q 'dt_wrap.C("'$1'",'$2')' 2>&1; return $?;) | \
(eval grep -v $3 ) | \
(if test ! "x$4" = x ; then eval grep -v $4; else cat; fi;) | \
(if test ! "x$5" = x ; then eval grep -v $5; else cat; fi;) | \
(if test ! "x$6" = x ; then eval grep -v $6; else cat; fi;) | \
(if test ! "x$7" = x ; then eval grep -v $7; else cat; fi;) \
;
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
launch "Event.old.split.root" 0 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine'" && \
launch "Event.old.split.root" 1 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.split.root" 2 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.split.root" 3 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.split.root" 4 "'$RootPrompt'" "'$EmptyLine' "
launch "Event.old.streamed.root" 0 "'$Streamer'" "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.streamed.root" 1 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.streamed.root" 2 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.streamed.root" 3 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.old.streamed.root" 4 "'$RootPrompt'" "'$EmptyLine' "
launch "Event.new.split9.root" 0 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split9.root" 1 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split9.root" 2 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split9.root" 3 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split9.root" 4 "'$RootPrompt'" "'$EmptyLine' "
launch "Event.new.split2.root" 0 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split2.root" 1 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split2.root" 2 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split2.root" 3 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split2.root" 4 "'$RootPrompt'" "'$EmptyLine' "
launch "Event.new.split1.root" 0 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split1.root" 1 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split1.root" 2 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split1.root" 3 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split1.root" 4 "'$RootPrompt'" "'$EmptyLine' "
launch "Event.new.split0.root" 0 "'$Streamer'" "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split0.root" 1 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split0.root" 2 "'$ClassWarning'" "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split0.root" 3 "'$RootPrompt'" "'$EmptyLine' " && \
launch "Event.new.split0.root" 4 "'$RootPrompt'" "'$EmptyLine' "