ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
LEP3
/
photonSelections.py
Revision:
1.1
Committed:
Thu Jun 7 14:47:58 2012 UTC
(12 years, 10 months ago) by
mzanetti
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
HEAD
Error occurred while calculating annotation data.
Log Message:
batch and analysis
File Contents
#
Content
1
#!/usr/bin/env python
2
3
def passPhotonId(photon):
4
if photon.p()<1: return False
5
return True
6