# | 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) : |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |