# | Line 2 | Line 2 | |
---|---|---|
2 | #define UserCode_L1RpcTriggerAnalysis_AnaDet_H | |
3 | ||
4 | #include "UserCode/L1RpcTriggerAnalysis/interface/DetEfficiencyManager.h" | |
5 | + | #include "UserCode/L1RpcTriggerAnalysis/interface/LayerCoincManager.h" |
6 | ||
7 | class TGraph; | |
8 | class TObjArray; | |
# | Line 27 | Line 28 | public: | |
28 | ||
29 | private: | |
30 | DetEfficiencyManager theDetEfficiencyManager; | |
31 | < | std::vector< std::bitset<6> > theLayers; |
31 | > | LayerCoincManager theLayerCoincManager; |
32 | }; | |
33 | ||
34 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |