Skip to content

Commit

Permalink
use of multiple AND function
Browse files Browse the repository at this point in the history
  • Loading branch information
dildick committed Jan 17, 2014
1 parent 8f4c01e commit ecee947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GEMValidation/scripts/produceRecHitValidationPlots.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
OR(ok_gL2rh,ok_gL1rh), "P", kBlue)
draw_geff(targetDir, "eff_phi_track_rh_gem_l1and2", ext, treeTracks,
"Eff. for a SimTrack to have an associated GEM RecHit in l1 and l2 with a matched SimHit;SimTrack #phi [rad];Eff.",
"h_", "(100,-3.141592654,3.141592654)", "phi", AND(ok_eta,AND(ok_gL1sh,ok_gL2sh)),
"h_", "(100,-3.141592654,3.141592654)", "phi", AND(ok_eta,ok_gL1sh,ok_gL2sh)),
AND(ok_gL2rh,ok_gL1rh), "P", kBlue)

file.Close()
Expand Down

0 comments on commit ecee947

Please sign in to comment.