#include <LIPlexMaps.h>
Public Member Functions | |
| myCalStripToStrip () | |
| myCalStripToStrip (Int_t s, Float_t r, Float_t rErr) | |
Public Attributes | |
| Int_t | seid_enc |
| Float_t | response |
| Float_t | responseErr |
|
|
Definition at line 67 of file LIPlexMaps.h. 00067 {
00068 seid_enc=-1;
00069 response=-1;
00070 responseErr=-1;
00071 };
|
|
||||||||||||||||
|
Definition at line 73 of file LIPlexMaps.h. 00073 {
00074 seid_enc=s;
00075 response=r;
00076 responseErr=rErr;
00077 };
|
|
|
Definition at line 80 of file LIPlexMaps.h. Referenced by LIPlexMaps::MakeCalStripToStrip(). |
|
|
Definition at line 81 of file LIPlexMaps.h. Referenced by LIPlexMaps::MakeCalStripToStrip(). |
|
|
Definition at line 79 of file LIPlexMaps.h. Referenced by LIPlexMaps::MakeCalStripToStrip(). |
1.3.9.1