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 { |
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 |
|
|