# | Line 22 | Line 22 | namespace PromptL1 | |
---|---|---|
22 | ~PromptL1Clusters(); | |
23 | ||
24 | void Reset(); | |
25 | < | void Set(edm::Handle<reco::CaloClusterCollection> caloClusterCollection, unsigned maxCl); |
26 | < | void Set(edm::Handle<reco::SuperClusterCollection> superClusterCollection, unsigned maxCl); |
25 | > | void Set(const reco::CaloClusterCollection &caloClusterCollection, unsigned maxCl); |
26 | > | void Set(const reco::SuperClusterCollection &superClusterCollection, unsigned maxCl); |
27 | ||
28 | unsigned maxCl_; | |
29 | unsigned nClusters; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |