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

Comparing UserCode/L1RpcTriggerAnalysis/interface/AnaMenu.h (file contents):
Revision 1.1 by konec, Mon Oct 29 12:45:59 2012 UTC vs.
Revision 1.2 by konec, Tue Nov 6 12:56:50 2012 UTC

# Line 4 | Line 4
4   class TObjArray;
5   class MuonObj;
6   class EventObj;
7 + class TriggerMenuResultObj;
8  
9   #include <vector>
10   #include <map>
# Line 14 | Line 15 | public:
15    AnaMenu() : debug(false) {}
16    void init(TObjArray& histos);
17    bool filter( const EventObj* ev, const MuonObj* muon,
18 <            const  std::vector<std::string> & namesL1,
19 <            const std::vector<unsigned int> & algosL1,
19 <            const std::vector<std::string> &  namesHLT,
20 <            const std::vector<unsigned int> & algosHLT);
18 >               const TriggerMenuResultObj *bitsL1,
19 >               const TriggerMenuResultObj *bitsHLT);
20  
21    void resume(TObjArray& histos);
22    bool debug;
23   private:
24     typedef std::map< std::string, unsigned int> AlgoMap ;
25     AlgoMap theAlgosL1, theAlgosHLT;
26 +   std::vector<std::string>  namesL1, namesHLT;
27   };
28  
29   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines