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.1 by alebihan, Thu Mar 11 13:56:38 2010 UTC vs.
Revision 1.3 by econte, Wed Apr 7 13:56:28 2010 UTC

# Line 13 | Line 13
13   #include "DataFormats/CaloRecHit/interface/CaloClusterFwd.h"
14   #include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
15  
16 using namespace std;
17
16   namespace PromptL1
17   {
18    class PromptL1Clusters
# Line 24 | 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;
30 <    vector<double> clusterEta;
31 <    vector<double> clusterPhi;
32 <    vector<double> clusterEt;
33 <    vector<double> clusterE;
30 >    std::vector<double> clusterEta;
31 >    std::vector<double> clusterPhi;
32 >    std::vector<double> clusterEt;
33 >    std::vector<double> clusterE;
34      
35    };
36   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines