ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/interface/PromptL1Clusters.h
(Generate patch)

Comparing UserCode/L1TriggerDPG/interface/PromptL1Clusters.h (file contents):
Revision 1.2 by econte, Sun Mar 28 22:32:48 2010 UTC vs.
Revision 1.3 by econte, Wed Apr 7 13:56:28 2010 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines