# | Line 21 | Line 21 | public: | |
---|---|---|
21 | // | |
22 | // get reference hit point (MS2out) or (RE2) | |
23 | // | |
24 | < | HitSpecObj rpcDetHits(const edm::Event &ev, const edm::EventSetup &es, const TrackObj * simu) const; |
24 | > | HitSpecObj rpcDetHits(const edm::Event &ev, const edm::EventSetup &es, const TrackObj * simu, int station = 2) const; |
25 | std::vector< std::pair<uint32_t, uint32_t> > digiCollector(const edm::Event &ev, const edm::EventSetup &es) const; | |
26 | ||
27 | //std::vector<RpcDigiSpec> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |