ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
LEP3
/
muonSelections.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
Log Message:
batch and analysis
File Contents
#
User
Rev
Content
1
mzanetti
1.1
#!/usr/bin/env python
2
3
def passMuonId(muon):
4
if muon.p()<5: return False
5
return True
6