ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/python/tuple.py
(Generate patch)

Comparing UserCode/Betchart/TopRefTuple/python/tuple.py (file contents):
Revision 1.18 by bbetchar, Fri Jan 11 21:45:47 2013 UTC vs.
Revision 1.19 by bbetchar, Thu Jan 24 17:10:10 2013 UTC

# Line 30 | Line 30 | class Tuple(object) :
30              'drop *',
31              'keep *_tuple*_*_*',
32              'keep double_kt6PFJets_rho_RECO') )
33 +        import ROOT as r # precompile the dictionary to ship with CRAB
34 +        r.gInterpreter.GenerateDictionary('vector<ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<Double32_t> > >','vector;Math/LorentzVector.h')
35          return self.process.topRef
36          
37      def events(self) :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines