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

Comparing UserCode/L1RpcTriggerAnalysis/plugins/LinkSynchroAnalysis.h (file contents):
Revision 1.2 by konec, Wed May 26 06:26:44 2010 UTC vs.
Revision 1.3 by konec, Thu Jun 17 00:47:03 2010 UTC

# Line 5 | Line 5
5   #include "FWCore/ParameterSet/interface/ParameterSet.h"
6   #include "FWCore/Framework/interface/ESWatcher.h"
7   #include "CondFormats/DataRecord/interface/RPCEMapRcd.h"
8 #include "UserCode/L1RpcTriggerAnalysis/interface/SynchroSelector.h"
8   #include "TObjArray.h"
9  
10   namespace edm { class Event; class EventSetup; }
11   class RPCReadOutMapping;
12 + class SynchroSelector;
13  
14  
15   class LinkSynchroAnalysis : public RPCMonitorLinkSynchro {
# Line 26 | Line 26 | private:
26    TObjArray theHistos;
27    unsigned int theEventCounter;
28    unsigned int theRPCCounter;
29 <  std::vector<SynchroSelector> theSynchroFilters;
29 >  std::vector<SynchroSelector *> theSynchroFilters;
30   };
31   #endif
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines