ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LEP3/auxiliar.py
(Generate patch)

Comparing UserCode/LEP3/auxiliar.py (file contents):
Revision 1.4 by mzanetti, Sat Jun 30 16:31:03 2012 UTC vs.
Revision 1.5 by mzanetti, Fri Aug 3 17:49:48 2012 UTC

# Line 16 | Line 16 | def deltaR(eta1, phi1, eta2, phi2):
16  
17   def edmObjects() :
18      handles = {}
19 +    handles['vertices']  = Handle ("std::vector<reco::Vertex>")
20      handles['muons']  = Handle ("std::vector<reco::Muon>")
21      handles['electrons']  = Handle ("std::vector<reco::GsfElectron>")
22      handles['photons']  = Handle ("std::vector<reco::Photon>")
# Line 25 | Line 26 | def edmObjects() :
26      handles['pfCandidates']  = Handle ("std::vector<reco::PFCandidate>")
27  
28      labels = {}
29 +    labels['vertices'] = ("offlinePrimaryVertices")
30      labels['muons'] = ("muons")
31      labels['electrons'] = ("gsfElectrons")
32      labels['photons'] = ("photons")
# Line 59 | Line 61 | def getDataset(eosPath='/store/user/klut
61   #/store/cmst3/user/pjanot/LEP3/ZZ
62  
63  
64 < lep3Datasets = {'signal':('/store/cmst3/user/pjanot/LEP3/',240),
65 <                'WW':('/store/cmst3/user/pjanot/LEP3/WW/',17200),
64 > lep3Datasets = {'signal':('/store/cmst3/user/pjanot/LEP3/',220),
65 >                'WW':('/store/cmst3/user/pjanot/LEP3/WW/',16000),
66                  'qqbar':('/store/cmst3/user/pjanot/LEP3/QQBAR/',50300),
67 <                'ZZ':('/store/user/klute/LEP3/ZZ/',1000),
68 <                'Zee':('/store/user/klute/LEP3/Zee/',1000), # FIXME
69 <                'Zmm':('/store/user/klute/LEP3/Zmm/',1000), # FIXME
70 <                'Ztt':('/store/user/klute/LEP3/Ztt/',1000), # FIXME
67 >                'ZZ':('/store/user/klute/LEP3/ZZ/',1300),
68 >                'Zee':('/store/user/klute/LEP3/Zee/',12500), # FIXME
69 >                'Zmm':('/store/user/klute/LEP3/Zmm/',12500), # FIXME
70 >                'Ztt':('/store/user/klute/LEP3/Ztt/',12500), # FIXME
71                  'Zgamma':('/store/user/klute/LEP3/Zgamma/',1000), # FIXME
72 +                'gaga':('/store/cmst3/user/pjanot/LEP3/GAGA/',1000),
73                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines