CMS 3D CMS Logo

SiPixelUtils.h
Go to the documentation of this file.
1 #ifndef CondFormatsSiPixelTransientSiPixelUtils_h
2 #define CondFormatsSiPixelTransientSiPixelUtils_h 1
3 
4 namespace SiPixelUtils {
5 
7  int q_f,
8  int q_l,
9  float upper_edge_first_pix,
10  float lower_edge_last_pix,
11  float lorentz_shift,
12  float theThickness, //detector thickness
13  float cot_angle,
14  float pitch,
15  bool first_is_big,
16  bool last_is_big,
17  float eff_charge_cut_low,
18  float eff_charge_cut_high,
19  float size_cut
20  );
21 
23  int size,
24  int q_f,
25  int q_l,
26  int q_f_b,
27  int q_l_b,
28  float upper_edge_first_pix,
29  float lower_edge_last_pix,
30  float lorentz_shift,
31  float theThickness, //detector thickness
32  float cot_angle,
33  float pitch,
34  bool first_is_big,
35  bool last_is_big,
36  float eff_charge_cut_low,
37  float eff_charge_cut_high,
38  float size_cut
39  );
40 } // namespace SiPixelUtils
41 
42 #endif
size
Write out results.
float generic_position_formula_y_bricked(int size, int q_f, int q_l, int q_f_b, int q_l_b, float upper_edge_first_pix, float lower_edge_last_pix, float lorentz_shift, float theThickness, float cot_angle, float pitch, bool first_is_big, bool last_is_big, float eff_charge_cut_low, float eff_charge_cut_high, float size_cut)
Definition: SiPixelUtils.cc:82
float generic_position_formula(int size, int q_f, int q_l, float upper_edge_first_pix, float lower_edge_last_pix, float lorentz_shift, float theThickness, float cot_angle, float pitch, bool first_is_big, bool last_is_big, float eff_charge_cut_low, float eff_charge_cut_high, float size_cut)
Definition: SiPixelUtils.cc:16