File indexing completed on 2023-03-17 10:47:33
0001 #ifndef CondFormats_SiPixelTransient_SiPixelUtils_h
0002 #define CondFormats_SiPixelTransient_SiPixelUtils_h
0003
0004 namespace siPixelUtils {
0005 float generic_position_formula(int size,
0006 int q_f,
0007 int q_l,
0008 float upper_edge_first_pix,
0009 float lower_edge_last_pix,
0010 float lorentz_shift,
0011 float theThickness,
0012 float cot_angle,
0013 float pitch,
0014 bool first_is_big,
0015 bool last_is_big,
0016 float eff_charge_cut_low,
0017 float eff_charge_cut_high,
0018 float size_cut
0019 );
0020 }
0021
0022 #endif