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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisRecoJet.h (file contents):
Revision 1.2 by alebihan, Tue Apr 13 07:30:30 2010 UTC vs.
Revision 1.3 by georgia, Wed Apr 14 12:27:26 2010 UTC

# Line 9 | Line 9
9   //-------------------------------------------------------------------------------
10  
11   #include "DataFormats/JetReco/interface/CaloJetCollection.h"
12 + #include "DataFormats/JetReco/interface/JetID.h"
13 + //#include "DataFormats/Common/interface/ValueMap.h"
14   #include <vector>
15  
16   namespace L1Analysis
# Line 21 | Line 23 | namespace L1Analysis
23      
24      void Reset();
25      void Print(std::ostream &os = std::cout) const;
26 <    void SetCaloJet(const edm::Handle<reco::CaloJetCollection> caloJets, unsigned maxJet);
26 >    void SetCaloJet(const edm::Handle<reco::CaloJetCollection> caloJets, edm::Handle<edm::ValueMap<reco::JetID> > jetsID, unsigned maxJet);
27              
28      unsigned nJets;
29      std::vector<double> e;
# Line 42 | Line 44 | namespace L1Analysis
44      std::vector<int> towerSize;
45      std::vector<int> n60;
46      std::vector<int> n90;
47 +
48 +    std::vector<int> n90hits;
49 +    std::vector<double> fHPD;
50 +    std::vector<double> fRBX;
51      
52    };
53   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines