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

Comparing UserCode/L1RpcTriggerAnalysis/interface/AnaClu.h (file contents):
Revision 1.1 by konec, Mon Oct 1 19:19:57 2012 UTC vs.
Revision 1.2 by konec, Tue Oct 2 13:21:23 2012 UTC

# Line 1 | Line 1
1   #ifndef UserCode_L1RpcTriggerAnalysis_AnaClu_H
2   #define UserCode_L1RpcTriggerAnalysis_AnaClu_H
3  
4 #include "UserCode/L1RpcTriggerAnalysis/interface/LayerCoincManager.h"
5
4   class TGraph;
5   class TObjArray;
6   class TH1D;
7   class MuonObj;
8 + class EventObj;
9   class L1ObjColl;
10   class L1Obj;
11   #include <vector>
# Line 18 | Line 17 | class AnaClu {
17   public:
18    AnaClu() : debug(false) {}
19    void init(TObjArray& histos);
20 <  void run( const MuonObj* muon,
20 >  void run( const EventObj* ev, const MuonObj* muon,
21              const L1ObjColl *l1RpcColl,
22              const std::vector<uint32_t> & detsHitsCompatibleWithMuon,
23 <            const std::vector<uint32_t> & nDigisCompDets);
23 >            const std::vector<uint32_t> & nDigisCompDets,
24 >            const std::vector<uint32_t> & clSizeCompDets);
25 >  TGraph* resume();
26    bool debug;
26
27   private:
28 <  LayerCoincManager    theLayerCoincManager;
28 >   typedef std::map< unsigned int, std::pair<unsigned int, unsigned int> > CluRunMap;
29 >   CluRunMap cluRunMap;
30   };
31  
32   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines