Go to the source code of this file.
Functions | |
| int | MakeKey (int, int) |
| int | PlaneFromKey (int) |
| int | StripFromKey (int) |
|
||||||||||||
|
Definition at line 8 of file KeyFunc.cc. Referenced by FitterEM::PredictEMLoss(), and PSCalc(). 00008 {
00009 return plane*192 + strip;
00010 }
|
|
|
Definition at line 12 of file KeyFunc.cc. 00012 {
00013 return key/192;
00014 }
|
|
|
Definition at line 16 of file KeyFunc.cc. 00016 {
00017 return key%192;
00018 }
|
1.3.9.1