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.2 by econte, Sun Mar 28 22:32:48 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 29 | Line 27 | namespace PromptL1
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