CMS 3D CMS Logo

SiPixelUtils.h
Go to the documentation of this file.
1 #ifndef CondFormats_SiPixelTransient_SiPixelUtils_h
2 #define CondFormats_SiPixelTransient_SiPixelUtils_h
3 
4 namespace siPixelUtils {
5  float generic_position_formula(int size,
6  int q_f,
7  int q_l,
8  float upper_edge_first_pix,
9  float lower_edge_last_pix,
10  float lorentz_shift,
11  float theThickness, //detector thickness
12  float cot_angle,
13  float pitch,
14  bool first_is_big,
15  bool last_is_big,
16  float eff_charge_cut_low,
17  float eff_charge_cut_high,
18  float size_cut
19  );
20 } // namespace siPixelUtils
21 
22 #endif
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