StRoot
1
|
Public Member Functions | |
int | LoadTPCLookupTable (char *filename="/L3/etc/map.bin") |
void | raw_to_global (const l3ptrsCoordinate &raw, l3xyzCoordinate &global) |
void | raw_to_local (const l3ptrsCoordinate &raw, l3xyzCoordinate &local) |
void | local_to_global (const l3ptrsCoordinate &raw, const l3xyzCoordinate &local, l3xyzCoordinate &global) |
void | global_to_raw (const l3xyzCoordinate &global, l3ptrsCoordinate &raw) |
void | global_to_raw (int sector, int row, const l3xyzCoordinate &global, l3ptrsCoordinate &raw) |
void | global_to_local (const l3xyzCoordinate &global, l3xyzCoordinate &local, l3ptrsCoordinate &raw) |
void | global_to_local (int sector, int row, const l3xyzCoordinate &global, l3xyzCoordinate &local) |
void | local_to_raw (const l3xyzCoordinate &global, const l3xyzCoordinate &local, l3ptrsCoordinate &raw) |
void | local_to_raw (int row, const l3xyzCoordinate &local, l3ptrsCoordinate &raw) |
double | GetSectorCos (int i) |
double | GetSectorSin (int i) |
double | GetRadialDistanceAtRow (int i) |
int | GetNumberOfPadsAtRow (int i) |
void | Set_parameters_by_hand (const double lengthPerTb=0.584, const double drift_length_inner=201., const double drift_length_outer=201.) |
void | Get_parameters_from_db () |
void | Use_transformation_provided_by_db () |
void | Print_parameters () |
double | Get_drift_length_inner () |
double | Get_drift_length_outer () |
double | Get_lengthPerTb () |
double | Get_max_timebucket_inner () |
double | Get_max_timebucket_outter () |
int | Get_transformation_errors () |
Public Attributes | |
double | drift_length_inner |
double | drift_length_outer |
double | lengthPerTb |
double | max_tb_inner |
double | max_tb_outer |
int | transformation_errors |
Definition at line 11 of file l3CoordinateTransformer.h.
|
static |
Definition at line 14 of file l3CoordinateTransformer.h.
|
static |
Definition at line 15 of file l3CoordinateTransformer.h.
|
static |
Definition at line 17 of file l3CoordinateTransformer.h.
|
static |
Definition at line 16 of file l3CoordinateTransformer.h.