Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

myCalStripToStrip Class Reference

#include <LIPlexMaps.h>

List of all members.

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


Constructor & Destructor Documentation

myCalStripToStrip::myCalStripToStrip  )  [inline]
 

Definition at line 67 of file LIPlexMaps.h.

00067                       { 
00068     seid_enc=-1;
00069     response=-1;
00070     responseErr=-1;
00071   };

myCalStripToStrip::myCalStripToStrip Int_t  s,
Float_t  r,
Float_t  rErr
[inline]
 

Definition at line 73 of file LIPlexMaps.h.

00073                                                     { 
00074     seid_enc=s;
00075     response=r;
00076     responseErr=rErr;
00077   };


Member Data Documentation

Float_t myCalStripToStrip::response
 

Definition at line 80 of file LIPlexMaps.h.

Referenced by LIPlexMaps::MakeCalStripToStrip().

Float_t myCalStripToStrip::responseErr
 

Definition at line 81 of file LIPlexMaps.h.

Referenced by LIPlexMaps::MakeCalStripToStrip().

Int_t myCalStripToStrip::seid_enc
 

Definition at line 79 of file LIPlexMaps.h.

Referenced by LIPlexMaps::MakeCalStripToStrip().


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:38 2010 for loon by  doxygen 1.3.9.1