CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimitiveConverterRPC.h
Go to the documentation of this file.
1 // Trigger Primitive Converter for RPC hits
2 //
3 // Takes in raw information from the TriggerPrimitive class(part of L1TMuon software package);
4 // and outputs vector of 'ConvertedHits'
5 //
6 
7 #include <iostream>
8 
15 
17  public:
19  l1t::EMTFHitExtraCollection convert(std::vector<L1TMuon::TriggerPrimitive> TriggPrim, int SectIndex, edm::ESHandle<RPCGeometry> rpc_geom);
20  std::vector<ConvertedHit> fillConvHits(l1t::EMTFHitExtraCollection exHits);
22 
23  private:
24 
25 };
std::vector< EMTFHitExtra > EMTFHitExtraCollection
Definition: EMTFHitExtra.h:112
bool sameRpcChamber(l1t::EMTFHitExtra hitA, l1t::EMTFHitExtra hitB)
l1t::EMTFHitExtraCollection convert(std::vector< L1TMuon::TriggerPrimitive > TriggPrim, int SectIndex, edm::ESHandle< RPCGeometry > rpc_geom)
std::vector< ConvertedHit > fillConvHits(l1t::EMTFHitExtraCollection exHits)