# | Line 21 | Line 21 | namespace L1Analysis | |
---|---|---|
21 | ||
22 | void Reset(); | |
23 | void Print(std::ostream &os = std::cout) const; | |
24 | < | void SetCaloJet(edm::Handle<reco::CaloJetCollection> caloJets, unsigned maxJet); |
24 | > | void SetCaloJet(const edm::Handle<reco::CaloJetCollection> caloJets, unsigned maxJet); |
25 | ||
26 | unsigned nJets; | |
27 | std::vector<double> e; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |