#include <UtilStrip.h>
Public Member Functions | |
| SetStrip (int i, double d, bool b) | |
| SetStrip (int i, const AtmosStrip *strip) | |
Public Attributes | |
| unsigned int | TCIndex |
| double | Energy |
| bool | DoubleEnded |
Friends | |
| bool | operator< (const SetStrip &s1, const SetStrip &s2) |
| bool | operator== (const SetStrip &s1, const SetStrip &s2) |
| bool | operator!= (const SetStrip &s1, const SetStrip &s2) |
| bool | operator> (const SetStrip &s1, const SetStrip &s2) |
|
||||||||||||||||
|
Definition at line 40 of file UtilStrip.h. 00040 {TCIndex=i;Energy=d;DoubleEnded=b;}
|
|
||||||||||||
|
Definition at line 84 of file UtilStrip.cxx. References DoubleEnded, Energy, AtmosStrip::Ndigits, AtmosStrip::QPE, AtmosStrip::QPEcorr, and TCIndex. 00084 {
00085 TCIndex = i;
00086
00087 #ifdef PECORR
00088 Energy = strip->QPEcorr[0] + strip->QPEcorr[1];
00089 #else
00090 Energy = strip->QPE[0] + strip->QPE[1];
00091 #endif
00092
00093 DoubleEnded = (bool)(strip->Ndigits - 1);
00094 }
|
|
||||||||||||
|
Definition at line 54 of file UtilStrip.h.
|
|
||||||||||||
|
Definition at line 48 of file UtilStrip.h.
|
|
||||||||||||
|
Definition at line 51 of file UtilStrip.h.
|
|
||||||||||||
|
Definition at line 57 of file UtilStrip.h.
|
|
|
Definition at line 45 of file UtilStrip.h. Referenced by SetStrip(). |
|
|
Definition at line 44 of file UtilStrip.h. Referenced by SetStrip(). |
|
|
Definition at line 43 of file UtilStrip.h. Referenced by SetStrip(). |
1.3.9.1