CMS 3D CMS Logo

EMTFHit.cc
Go to the documentation of this file.
2 
3 using namespace l1t::phase2;
4 
6  : id_(0),
7 
8  raw_det_id_(0),
9  subsystem_(0),
10  endcap_(0),
11  sector_(0),
12  subsector_(0),
13  station_(0),
14  ring_(0),
15  roll_(0),
16  layer_(0),
17  chamber_(0),
18 
19  csc_id_(0),
20  csc_fr_(0),
21 
22  strip_(0),
23  strip_lo_(0),
24  strip_hi_(0),
25  strip_quart_(0), // Run 3
26  strip_eighth_(0), // Run 3
27  strip_quart_bit_(0), // Run 3
28  strip_eighth_bit_(0), // Run 3
29 
30  wire1_(0),
31  wire2_(0),
32 
33  bx_(0),
34  subbx_(0),
35 
36  quality_(0),
37  pattern_(0),
38 
39  glob_phi_(0),
40  glob_theta_(0),
41  glob_perp_(0),
42  glob_z_(0),
43  glob_time_(0),
44 
45  emtf_chamber_(0),
46  emtf_segment_(0),
47  emtf_phi_(0),
48  emtf_bend_(0),
49  emtf_slope_(0),
50  emtf_theta1_(0),
51  emtf_theta2_(0),
52  emtf_qual1_(0),
53  emtf_qual2_(0),
54  emtf_time_(0),
55  emtf_site_(0),
56  emtf_host_(0),
57  emtf_zones_(0),
58  emtf_timezones_(0),
59 
60  flag_neighbor_(false),
61  flag_substitute_(false),
62  flag_valid_(false) {
63  // Do Nothing
64 }
static const char layer_[]
static const char ring_[]