#include <FillNPlane.h>
Public Member Functions | |
| DataNPlane () | |
| DataNPlane (const Strip &strip) | |
Public Attributes | |
| short | plane |
| double | pulse |
| double | time |
|
|
Definition at line 163 of file FillNPlane.cxx.
|
|
|
Definition at line 171 of file FillNPlane.cxx. 00172 :plane(strip.GetPlane()), 00173 pulse(strip.SigCor()), 00174 time(strip.Time()) 00175 { 00176 }
|
|
|
Definition at line 19 of file FillNPlane.h. Referenced by Anp::operator<(), and Anp::operator==(). |
|
|
Definition at line 20 of file FillNPlane.h. |
|
|
Definition at line 21 of file FillNPlane.h. |
1.3.9.1