CMS 3D CMS Logo

EMTFTrack.cc
Go to the documentation of this file.
2 
3 using namespace l1t::phase2;
4 
6  : endcap_(0),
7  sector_(0),
8  bx_(0),
9  unconstrained_(false),
10  valid_(false),
11  model_pt_address_(0),
12  model_dxy_address_(0),
13  model_pattern_(0),
14  model_qual_(0),
15  model_phi_(0),
16  model_eta_(0),
17  model_features_{},
18  emtf_q_(0),
19  emtf_pt_(0),
20  emtf_d0_(0),
21  emtf_z0_(0),
22  emtf_beta_(0),
23  emtf_mode_v1_(0),
24  emtf_mode_v2_(0),
25  site_hits_{},
26  site_segs_{},
27  site_mask_{},
28  site_rm_mask_{} {
29  // Do Nothing
30 }
static const uint16_t valid_
Definition: Constants.h:17