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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisGCT.h (file contents):
Revision 1.1 by econte, Thu Apr 8 09:43:58 2010 UTC vs.
Revision 1.2 by alebihan, Tue Apr 13 07:30:30 2010 UTC

# Line 24 | Line 24 | namespace L1Analysis
24      ~L1AnalysisGCT();
25      
26      void Reset();
27 <    void SetJet(edm::Handle < L1GctJetCandCollection > l1CenJets,
28 <                edm::Handle < L1GctJetCandCollection > l1ForJets,
29 <                edm::Handle < L1GctJetCandCollection > l1TauJets);
27 >    void SetJet(const edm::Handle < L1GctJetCandCollection > l1CenJets,
28 >                const edm::Handle < L1GctJetCandCollection > l1ForJets,
29 >                const edm::Handle < L1GctJetCandCollection > l1TauJets);
30                  
31 <    void SetES(edm::Handle < L1GctEtMissCollection > l1EtMiss, edm::Handle < L1GctHtMissCollection >  l1HtMiss,
32 <               edm::Handle < L1GctEtHadCollection > l1EtHad, edm::Handle < L1GctEtTotalCollection > l1EtTotal);            
31 >    void SetES(const edm::Handle < L1GctEtMissCollection > l1EtMiss, const edm::Handle < L1GctHtMissCollection >  l1HtMiss,
32 >               const edm::Handle < L1GctEtHadCollection > l1EtHad, const edm::Handle < L1GctEtTotalCollection > l1EtTotal);        
33      
34 <    void SetHFminbias(edm::Handle < L1GctHFRingEtSumsCollection > l1HFSums,
35 <                      edm::Handle < L1GctHFBitCountsCollection > l1HFCounts);
34 >    void SetHFminbias(const edm::Handle < L1GctHFRingEtSumsCollection > l1HFSums,
35 >                      const edm::Handle < L1GctHFBitCountsCollection > l1HFCounts);
36                        
37 <    void SetEm(edm::Handle < L1GctEmCandCollection > l1IsoEm,
38 <               edm::Handle < L1GctEmCandCollection > l1NonIsoEm);
37 >    void SetEm(const edm::Handle < L1GctEmCandCollection > l1IsoEm,
38 >               const edm::Handle < L1GctEmCandCollection > l1NonIsoEm);
39  
40      void Init();
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines