test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimitiveConverter.h
Go to the documentation of this file.
1 // Trigger Primitive Converter
2 //
3 // Takes in raw information from the TriggerPrimitive class(part of L1TMuon software package);
4 // and outputs vector of 'ConvertedHits'
5 //
6 
8 
10  public:
12  std::vector<ConvertedHit> convert(std::vector<L1TMuon::TriggerPrimitive> TriggPrim, int SectIndex);
13 
14  private:
15  // don't mind the magid numbers here, this is throw-away code pending CondFormat update in works:
16  unsigned int Ph_Disp_Neighbor_[12][61];
17  int Ph_Init_Neighbor_[12][5][16];
18  int Th_Corr_Neighbor_[2][12][4][96];
19  unsigned int Th_Init_Neighbor_[12][61];
20  int Th_LUT_St1_Neighbor_[2][12][16][64];
21  int Th_LUT_St234_Neighbor_[3][12][11][112];
22 };
unsigned int Th_Init_Neighbor_[12][61]
int Th_LUT_St234_Neighbor_[3][12][11][112]
std::vector< ConvertedHit > convert(std::vector< L1TMuon::TriggerPrimitive > TriggPrim, int SectIndex)
int Th_Corr_Neighbor_[2][12][4][96]
int Th_LUT_St1_Neighbor_[2][12][16][64]
unsigned int Ph_Disp_Neighbor_[12][61]
int Ph_Init_Neighbor_[12][5][16]